mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="com.github.kospiotr"    -DarchetypeArtifactId="gwt-clean-sdv-app-archetype"    -DarchetypeVersion="2.6.1"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdcom.github.kospiotr | 
| ArtifactId | ArtifactIdgwt-clean-sdv-app-archetype | 
| Version | Version2.6.1 | 
| Type | Typemaven-archetype | 
| Description | DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.kospiotr -DarchetypeArtifactId=gwt-clean-sdv-app-archetype -DarchetypeVersion=2.6.1 -DinteractiveMode=false