mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="com.proofpoint.platform"    -DarchetypeArtifactId="skeleton-server-archetype"    -DarchetypeVersion="2.61"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdcom.proofpoint.platform | 
| ArtifactId | ArtifactIdskeleton-server-archetype | 
| Version | Version2.61 | 
| Type | Typemaven-archetype | 
| Description | Descriptionskeleton-server-archetype Skeleton server archetype | 
| Project URL | Project URLhttp://github.com/proofpoint/platform | 
| Project Organization | Project OrganizationProofpoint, Inc. | 
| Source Code Management | Source Code Managementhttp://github.com/proofpoint/platform/tree/master | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.proofpoint.platform -DarchetypeArtifactId=skeleton-server-archetype -DarchetypeVersion=2.61 -DinteractiveMode=false JarCasting
 JarCasting