How to create a simple maven project using m2e

How to create a simple maven project using m2e?

I just need to create a simple Java project, but when I try to create a new maven project, I have to choose one of several artifacts.

+5
source share
1 answer

The 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 need a simple Java project in the project setup wizard: enter image description here

+6
source

All Articles