mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="no.tornado"    -DarchetypeArtifactId="modular-app-archetype"    -DarchetypeVersion="1.0.3"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdno.tornado | 
| ArtifactId | ArtifactIdmodular-app-archetype | 
| Version | Version1.0.3 | 
| Type | Typemaven-archetype | 
| Description | Descriptionmodular-app-archetype Modular application archetype based on Tornado Inject - One service and one client module. | 
| Project Organization | Project Organization | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=no.tornado -DarchetypeArtifactId=modular-app-archetype -DarchetypeVersion=1.0.3 -DinteractiveMode=false