Create Java project with Maven archetype addon-archetype

SeedStack archetype for creating an add-on.

Create a Java Project by archetype addon-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.seedstack"   -DarchetypeArtifactId="addon-archetype"   -DarchetypeVersion="18.11.3"   -DinteractiveMode=false 

Details about maven archetype addon-archetype

GroupId

GroupId

org.seedstack
ArtifactId

ArtifactId

addon-archetype
Version

Version

18.11.3
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.seedstack -DarchetypeArtifactId=addon-archetype -DarchetypeVersion=18.11.3 -DinteractiveMode=false