mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -Darchetype.description="My-archetype.description"    -DarchetypeGroupId="com.agapsys"    -DarchetypeArtifactId="agreste-app-archetype"    -DarchetypeVersion="0.1.0-20170513"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdcom.agapsys | 
| ArtifactId | ArtifactIdagreste-app-archetype | 
| Version | Version0.1.0-20170513 | 
| Type | Typemaven-archetype | 
| Description | Descriptionagreste-app-archetype AGRESTE Application Archetype | 
| Project URL | Project URL | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.agapsys -DarchetypeArtifactId=agreste-app-archetype -DarchetypeVersion=0.1.0-20170513 -DinteractiveMode=false