mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="org.seedstack"    -DarchetypeArtifactId="addon-archetype"    -DarchetypeVersion="21.11"    -DinteractiveMode=false  
            | License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.seedstack | 
    
| ArtifactId | ArtifactIdaddon-archetype | 
    
| Version | Version21.11 | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            DescriptionSeedStack archetype for creating an add-on. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.seedstack -DarchetypeArtifactId=addon-archetype -DarchetypeVersion=21.11 -DinteractiveMode=false
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 | 
| com.google.code.findbugs : annotations | jar | 3.0.1 |