mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DprojectName="My-projectName"    -Dversion="My-version"    -DarchetypeGroupId="com.github.manolo"    -DarchetypeArtifactId="gwt-webappcreator-archetype"    -DarchetypeVersion="1.0.0-alpha1"    -DinteractiveMode=false  | GroupId | GroupIdcom.github.manolo | 
|---|---|
| ArtifactId | ArtifactIdgwt-webappcreator-archetype | 
| Version | Version1.0.0-alpha1 | 
| Type | Typemaven-archetype | 
| Description | DescriptionGWT PWA Archetype GWT project based on webappcreator demo template | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.manolo -DarchetypeArtifactId=gwt-webappcreator-archetype -DarchetypeVersion=1.0.0-alpha1 -DinteractiveMode=false