Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a simple maven project using m2e

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.

like image 312
blue-sky Avatar asked Feb 16 '12 15:02

blue-sky


People also ask

What is m2e Maven?

M2Eclipse provides tight integration for Apache Maven into the Eclipse IDE with the following features: Launching Maven builds from within Eclipse. Dependency management for Eclipse build path based on Maven's pom. xml. Resolving Maven dependencies from the Eclipse workspace without installing to local Maven repository.


1 Answers

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

like image 159
yorkw Avatar answered Sep 27 '22 19:09

yorkw