mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DmoduleName="My-moduleName"    -DgwtVersion="My-gwtVersion"    -DgwtIntegrationVersion="My-gwtIntegrationVersion"    -DarchetypeGroupId="com.github.apetrelli.samplegwt"    -DarchetypeArtifactId="samplegwt-archetype"    -DarchetypeVersion="1.0.0-alpha4"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdcom.github.apetrelli.samplegwt | 
| ArtifactId | ArtifactIdsamplegwt-archetype | 
| Version | Version1.0.0-alpha4 | 
| Type | Typemaven-archetype | 
| Description | DescriptionSampleGWT archetype A complete but simple archetype that connects GWT to several technologies: JPA 2, Hibernate, Spring Core, Spring Security, Spring Transactions. | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.apetrelli.samplegwt -DarchetypeArtifactId=samplegwt-archetype -DarchetypeVersion=1.0.0-alpha4 -DinteractiveMode=false