Currently I am using eclipse and ant build for my application. Right now I am migrating the building phase from ant to maven.There I got confused which to use.
Whether to use mvn eclipse:eclipse which actually creates .project and .classpath then import it from eclipse as java project
or
to use m2e plugin and import my project as maven project