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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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:
