-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Build] Unify bnd-maven-plugin and maven-jar-plugin invocations #509
[Build] Unify bnd-maven-plugin and maven-jar-plugin invocations #509
Conversation
I had a build failure locally, will see what GH says about it...
|
Can reproduce that with a I think it can be fixed by either clearing the archive element in the demo-snippets like it is done in the demo-plugin with:
Or just skip the jar and also install mojo execution for all demo plugins. I assume they don't have to be installed (in the build?) anyways? |
@cstamas any preference ? |
Keep the 'bnd' configuration for the bnd-maven-plugin at plugin level to simplify overwrites in sub-modules (avoid the need to re-specify the execution there). Additionally update to bnd-maven-plugin 6.4.0
1955372
to
c83e995
Compare
I didn't found a simple A mvn clean verify now passed locally for me. |
@HannesWell could you create a similar PR for master please ? |
fyi, this broke #508 |
Thanks for your review and submitting this.
I was about to do that but saw, you already did it. Thanks for that. |
Keep the 'bnd' configuration for the
bnd-maven-plugin
at plugin level to simplify overwrites in sub-modules (avoid the need to re-specify the execution there).Additionally update to
bnd-maven-plugin
6.4.0.If this would be applied before #505, it would reduce the 'noise' in that commit due to necessary re-configuraiton.
@cstamas and @gnodet if you think this change is fine, I can also forward port it to master. I also left out a JIRA ticket for such non-functional 'clean-up', let me know if it is still necessary.