In my svn i have an oldschool java project.
Now i want to check it out in eclipse and combine it with Maven.
How can i do this?
My way:
1.) Checkout the project
2.) manually create all folders and pom.xml
Is this how i do this, or is there another way?
I actually think that it will be easier to create a new Maven project in Eclipse and then check out your artifacts from SVN into src/main/java and src/test/java folders. Especially if you’re using M2E maven plugin for Eclipse, i’d let it create a directory structure and default pom.xml.