When using wrap as bundle, how can I change the name? #3245
-
I create a jar using BND but how can I convert it into a bundle? I used wrapAsBundle in the target platform but it changes the name. I would like to have the same name. So can I configure it or create the bundle manually? One question in addition, I would like to sign the jar using maven execute plug-in but it gets always installed before. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Bnd can already create bundles so it is a bit unclear, maybe you can share an example? |
Beta Was this translation helpful? Give feedback.
-
I found the issue, the parent artifact Id had a typo. Now it's working. Strange behavior. |
Beta Was this translation helpful? Give feedback.
I found the issue, the parent artifact Id had a typo. Now it's working. Strange behavior.