mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="org.appfuse.archetypes"    -DarchetypeArtifactId="appfuse-basic-gwt-archetype"    -DarchetypeVersion="3.5.0"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdorg.appfuse.archetypes | 
| ArtifactId | ArtifactIdappfuse-basic-gwt-archetype | 
| Version | Version3.5.0 | 
| Type | Typemaven-archetype | 
| Description | Descriptionappfuse-basic-gwt-archetype AppFuse Web Frameworks: JSF, Spring MVC, Struts 2 and Tapestry. | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-gwt-archetype -DarchetypeVersion=3.5.0 -DinteractiveMode=false