- First download and add the following file to your maven local repository (.m2): archetype-catalog.xml
- Go in a new folder to generate a new project by calling maven archetype plugin as following:
- Select the type of project you would like to create (by entering the number associated to the project type), than follow maven instructions to generate your new project
- Once the generation is complete go in the folder that should have the name of the 'groupId' you mentioned previously in your configuration and execute
mvn install
Thats it !