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


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

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.3"   -DinteractiveMode=false 

Required parameters for generate java project:

defaultjvmserver
validationRegex: none

Generated Project modules

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

Details about maven archetype cics-bundle-reactor-archetype

GroupId

GroupId

com.ibm.cics
ArtifactId

ArtifactId

cics-bundle-reactor-archetype
Version

Version

1.0.3
Type

Type

maven-archetype
Description

Description

CICS Bundle 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-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.