mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="com.cerner.ccl.archetype"    -DarchetypeArtifactId="cclunit-archetype"    -DarchetypeVersion="1.7"    -DinteractiveMode=false  | License | License | 
|---|---|
| GroupId | GroupIdcom.cerner.ccl.archetype | 
| ArtifactId | ArtifactIdcclunit-archetype | 
| Version | Version1.7 | 
| Type | Typemaven-archetype | 
| Description | Descriptioncclunit-archetype Archetype to set up an empty mavenized CCL project | 
| Source Code Management | Source Code Management | 
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.cerner.ccl.archetype -DarchetypeArtifactId=cclunit-archetype -DarchetypeVersion=1.7 -DinteractiveMode=false