mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.cerner.ccl.archetype" -DarchetypeArtifactId="cclunit-archetype" -DarchetypeVersion="1.3" -DinteractiveMode=false
| GroupId | GroupIdcom.cerner.ccl.archetype |
|---|---|
| ArtifactId | ArtifactIdcclunit-archetype |
| Version | Version1.3 |
| Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.cerner.ccl.archetype -DarchetypeArtifactId=cclunit-archetype -DarchetypeVersion=1.3 -DinteractiveMode=false