Create Java project with Maven archetype cics-bundle-deploy-reactor-archetype


Create a Java Project by archetype cics-bundle-deploy-reactor-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Ddefaultjvmserver="My-defaultjvmserver"   -Dbunddef="My-bunddef"   -Dcsdgroup="My-csdgroup"   -Dusername="My-username"   -Dpassword="My-password"   -DdeployURL="My-deployURL"   -Dcicsplex="My-cicsplex"   -Dregion="My-region"   -DarchetypeGroupId="com.ibm.cics"   -DarchetypeArtifactId="cics-bundle-deploy-reactor-archetype"   -DarchetypeVersion="1.0.3"   -DinteractiveMode=false 

Required parameters for generate java project:

defaultjvmserver
validationRegex: none
bunddef
validationRegex: none
csdgroup
validationRegex: none
username
validationRegex: none
password
validationRegex: none
deployURL
validationRegex: none
cicsplex
validationRegex: none
region
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-war
  • ${rootArtifactId}-bundle

Details about maven archetype cics-bundle-deploy-reactor-archetype

GroupId

GroupId

com.ibm.cics
ArtifactId

ArtifactId

cics-bundle-deploy-reactor-archetype
Version

Version

1.0.3
Type

Type

maven-archetype
Description

Description

CICS Bundle Deploy Reactor Archetype
Project Organization

Project Organization

IBM Corp.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.ibm.cics -DarchetypeArtifactId=cics-bundle-deploy-reactor-archetype -DarchetypeVersion=1.0.3 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.