mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="org.syncope"    -DarchetypeArtifactId="syncope-archetype"    -DarchetypeVersion="0.7.2"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdorg.syncope | 
| ArtifactId | ArtifactIdsyncope-archetype | 
| Version | Version0.7.2 | 
| Type | Typemaven-archetype | 
| Description | DescriptionSyncope archetype Syncope archetype | 
| Project URL | Project URL | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.syncope -DarchetypeArtifactId=syncope-archetype -DarchetypeVersion=0.7.2 -DinteractiveMode=false