mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="org.appfuse.archetypes"    -DarchetypeArtifactId="appfuse-light-tapestry-archetype"    -DarchetypeVersion="3.5.0"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdorg.appfuse.archetypes | 
| ArtifactId | ArtifactIdappfuse-light-tapestry-archetype | 
| Version | Version3.5.0 | 
| Type | Typemaven-archetype | 
| Description | Descriptionappfuse-light-tapestry-archetype AppFuse Archetype | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-light-tapestry-archetype -DarchetypeVersion=3.5.0 -DinteractiveMode=false