How can I create a simple maven project using m2e ?

I just need to create simple java project but when I try to create a new maven project I have to select from multiple artifacts.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Maven archetype Plugin allows the user to create a Maven project from an existing template called an archetype. you can simply skip this step if you only need a simple java project in the project setup wizard: enter image description here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.