IBM / cics-bundle-maven

The plugin to build and deploy CICS bundles in a Maven build.
https://ibm.github.io/cics-bundle-maven/plugin-info.html
Eclipse Public License 2.0
18 stars 25 forks source link

Support EBA bundlepart type #74

Closed ind1go closed 4 years ago

ind1go commented 4 years ago

Add an additional supported bundlepart type for Enterprise Bundle Archives.

brad-gorman commented 4 years ago

This would be great for our use case. We're stuck with EBAs and OSGi applications.

ind1go commented 4 years ago

EBAs are now supported in the latest snapshot build, which is available from the Sonatype Snapshots repository.

If using a separate bundle module, you just need to define a dependency on an EBA module (as per this test)

Alternatively, you can output a CICS bundle as part of an EBA module's build using the bundle-eba goal.