Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 266 Bytes

Readme.md

File metadata and controls

7 lines (4 loc) · 266 Bytes

Install the archetype:

mvn clean install

Use the archetype:

mvn archetype:generate -DarchetypeGroupId=com.mycompany.app -DarchetypeArtifactId=my-app-archetype -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=customGroup -DartifactId=customproject -DinteractiveMode=false