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

Fix OSGi Bundle deploy by setting symbolicName from manifest #140

Closed tom-foyle closed 4 years ago

tom-foyle commented 4 years ago

Apply OSGi changes from cics-bundle-common 0.0.3. It took me a while to figure out what was going on with the two Artifact classes, so I tried to make it clearer. Changed test-no-transitive to use war instead of jar for simplicity.

Signed-off-by: Tom Foyle tom.foyle@uk.ibm.com

ind1go commented 4 years ago

Have you been able to verify this against the deployment endpoint (or otherwise got it installed into CICS)? If it works then perhaps let's release common 0.0.3 to reduce the number of PRs we need here.

tom-foyle commented 4 years ago

Have you been able to verify this against the deployment endpoint (or otherwise got it installed into CICS)? If it works then perhaps let's release common 0.0.3 to reduce the number of PRs we need here.

Haven't quite got it working yet. Getting there though...