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