mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -Dversion="My-version"    -Dalfresco_target_groupId="My-alfresco_target_groupId"    -Dalfresco_target_version="My-alfresco_target_version"    -Dalfresco_target_amp_client_war="My-alfresco_target_amp_client_war"    -Dalfresco_target_amp_client_war_groupId="My-alfresco_target_amp_client_war_groupId"    -Dalfresco_target_amp_client_war_version="My-alfresco_target_amp_client_war_version"    -Dpackage="My-package"    -DarchetypeGroupId="org.alfresco.maven.archetype"    -DarchetypeArtifactId="alfresco-amp-archetype"    -DarchetypeVersion="2.0.0-beta-3"    -DinteractiveMode=false  | GroupId | GroupIdorg.alfresco.maven.archetype | 
|---|---|
| ArtifactId | ArtifactIdalfresco-amp-archetype | 
| Version | Version2.0.0-beta-3 | 
| Type | Typemaven-archetype | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.alfresco.maven.archetype -DarchetypeArtifactId=alfresco-amp-archetype -DarchetypeVersion=2.0.0-beta-3 -DinteractiveMode=false