mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="com.github.monkeysintown"    -DarchetypeArtifactId="m11n-archetypes-single"    -DarchetypeVersion="1.0.5"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdcom.github.monkeysintown | 
| ArtifactId | ArtifactIdm11n-archetypes-single | 
| Version | Version1.0.5 | 
| Type | Typemaven-archetype | 
| Description | DescriptionMonkeys in Town Archetypes :: Single Monkeys in Town Archetypes | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.monkeysintown -DarchetypeArtifactId=m11n-archetypes-single -DarchetypeVersion=1.0.5 -DinteractiveMode=false