mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DappName="My-appName"    -DarchetypeGroupId="com.github.h0ru5.gwt"    -DarchetypeArtifactId="angulargwt-app-archetype"    -DarchetypeVersion="1.1.3"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdcom.github.h0ru5.gwt | 
| ArtifactId | ArtifactIdangulargwt-app-archetype | 
| Version | Version1.1.3 | 
| Type | Typemaven-archetype | 
| Description | DescriptionAngularGWT - Archetype for an App Archetype for Webapps using AngularGWT incl. example controller and scope | 
| Project URL | Project URL | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.h0ru5.gwt -DarchetypeArtifactId=angulargwt-app-archetype -DarchetypeVersion=1.1.3 -DinteractiveMode=false