Replies: 1 comment 7 replies
-
Can you explain why you need a different manifest? If there are any bugs it might be better to ask the provider to fix them? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
missingManifest="generate"
option in maven based target definition allows me to generate an OSGi bundle, if it is not one already.However, we have a use-case where the artifact already is an OSGi bundle, but we need to modify it for consumption.
What do you think about providing a new option like
forceGenerateManifest="true"
to allow this?(Alternatively a 4th alternative for the existing
missingManifest
option, although that would not really fit, since the manifest isn't actually missing).This would allow us to fully migrate from https://github.com/reficio/p2-maven-plugin to Tycho.
Beta Was this translation helpful? Give feedback.
All reactions