Hello, I have an existing LibGdx game and as it gets more complex I started looking into Maven for project management. I’m completely new to Maven, I just read the basics tutorials, installed it and created some skeleton projects with it.
On the LibGdx wiki page for Maven integration, it teaches how to create a new Libgdx project with maven integration, using the LibGdx Maven Archetype. But there’s nothing the about how to use Maven integration on an existing project.
The skeleton project created by the Libgdx-maven archetype has a very different directory structure from my project (created using libgdx’s setup UI). Does that mean I have to manually copy all my existing project files into the new maven skeleton (and probably spend some quality hours fixing the problems that come from that)? Or is there some way to automatically convert my existing project to maven?