cics-bundle:package

Full name:

com.ibm.cics:cics-bundle-maven-plugin:1.0.6-SNAPSHOT:package

Description:

This mojo packages a CICS bundle as an archive file. It will normally be run by default without specific configuration.

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: test.
  • The goal is not marked as thread-safe and thus does not support parallel builds.
  • Binds by default to the lifecycle phase: package.

Optional Parameters

Name Type Since Description
<bundleParts> List - Specify that a declared dependency should be treated as an EAR, WAR, or JAR bundle part.
<bundlePartsDirectory> String - The directory containing bundle parts to be included in the CICS bundle. This path is relative to `src/main/` Specifying this parameter overrides the default path of `bundleParts`.
Default value is: bundleParts.
User property is: cicsbundle.bundlePartsDirectory.
<classifier> String - The Maven classifier to use for the generated bundle archive.
User property is: cicsbundle.classifier.
<defaultjvmserver> String - The default fallback value for the CICS JVM server that will be used for any Java-based artifacts that don't have a JVM server specified.
Default value is: MYJVMS.
User property is: cicsbundle.defaultjvmserver.

Parameter Details

<bundleParts>

Specify that a declared dependency should be treated as an EAR, WAR, or JAR bundle part.
  • Type: java.util.List
  • Required: No

<bundlePartsDirectory>

The directory containing bundle parts to be included in the CICS bundle. This path is relative to `src/main/` Specifying this parameter overrides the default path of `bundleParts`.
  • Type: java.lang.String
  • Required: No
  • User Property: cicsbundle.bundlePartsDirectory
  • Default: bundleParts

<classifier>

The Maven classifier to use for the generated bundle archive.
  • Type: java.lang.String
  • Required: No
  • User Property: cicsbundle.classifier

<defaultjvmserver>

The default fallback value for the CICS JVM server that will be used for any Java-based artifacts that don't have a JVM server specified.
  • Type: java.lang.String
  • Required: No
  • User Property: cicsbundle.defaultjvmserver
  • Default: MYJVMS