mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Ddefaultjvmserver="My-defaultjvmserver" -DarchetypeGroupId="com.ibm.cics" -DarchetypeArtifactId="cics-bundle-reactor-archetype" -DarchetypeVersion="1.0.2" -DinteractiveMode=false
| GroupId | GroupIdcom.ibm.cics |
|---|---|
| ArtifactId | ArtifactIdcics-bundle-reactor-archetype |
| Version | Version1.0.2 |
| Type | Typemaven-archetype |
| Description |
DescriptionCICS Bundle Reactor Archetype
|
| Project Organization |
Project OrganizationIBM Corp. |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.ibm.cics -DarchetypeArtifactId=cics-bundle-reactor-archetype -DarchetypeVersion=1.0.2 -DinteractiveMode=false