Converting Eclipse project to Maven without losing structure

In Eclipse 4.4.2, when converting a project to maven, the IDE added a pom.xml

few other things, but the project structure remained unchanged. Is this standard behavior?

I expected it to be updated to maven framework. The conversion was done by right clicking on the project and then from the context menu Maven-> Convert. (Is there a trick, some other option, to set up the project structure as maven-like?)

+3


source to share


1 answer


I'm not sure, but I believe the standard behavior is of course you will need to add maven dependencies and the rest of your jars right away. Check out this answer about numbing your eclipse's entire work area, although I haven't tested it yet.

Hope i helped



PS maybe duplicate to this ?

0


source







All Articles