Maven archetypes
Maven Super POM
Installation
mvn clean install
Application archetype
mvn archetype:generate \
-DarchetypeGroupId=io.github.digimono \
-DarchetypeArtifactId=maven-application-archetype \
-DarchetypeVersion=${version} \
-DarchetypeCatalog=local \
-DinteractiveMode=false \
-DgroupId=io.github.digimono \
-DartifactId=spring-boot-scaffold
Multi-module archetype
mvn archetype:generate \
-DarchetypeGroupId=io.github.digimono \
-DarchetypeArtifactId=maven-multi-module-archetype \
-DarchetypeVersion=${version} \
-DarchetypeCatalog=local \
-DinteractiveMode=false \
-DgroupId=io.github.digimono \
-DartifactId=spring-boot-scaffold