cics-bundle-maven
cics-bundle-maven copied to clipboard
The plugin to build and deploy CICS bundles in a Maven build.
Signed-off-by: Khushboo Sharma [email protected]
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...
If you're packaging an existing WAR as a bundle by extending the config, you specify the defaultjvmserver within the execution config. If you create a separate module for the CICS...
It would be useful to have a sample that shows how bundle parts need to be specified within the cics-bundle to define for example a PROGRAM.
Consider the following multi-module Maven project. One module is an OSGi bundle built with the maven-bundle-plugin. The other module is a CICS bundle that includes the OSGi bundle. Building the...
We use a custom Maven plugin to generate program definitions from annotations in the Java classes. Being generated, we would like to store them somewhere in target/generated-resources. However, the plugin...
When deploying an app into a region which isn't part of a sysplex, I get this: ``` Deploying bundle to http://winmvs2c.hursley.ibm.com:22566 into region null/null ``` OK, I've not specified the...
In the scenarios where we create a CICS bundle from an existing project, using the `bundle-osgi` / `bundle-war` / `bundle-ear` / `bundle-eba` goals, the `classifier` attribute claims to be optional...
If there are no external dependencies for java types and nothing in the resources folder for other bundle parts the build would complete successfully with an empty CICS bundle. Produce...