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="20.7"   -DinteractiveMode=false 

Details about maven archetype addon-archetype

GroupId

GroupId

org.seedstack
ArtifactId

ArtifactId

addon-archetype
Version

Version

20.7
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=20.7 -DinteractiveMode=false