Skip to content
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

Support using maven BOMs to specify library versions #286

Open
sarod opened this issue Jan 17, 2022 · 1 comment
Open

Support using maven BOMs to specify library versions #286

sarod opened this issue Jan 17, 2022 · 1 comment

Comments

@sarod
Copy link
Contributor

sarod commented Jan 17, 2022

It would be great if p2-maven-plugin could support using maven BOMs to specify library versions.

Large projects often provide a BOM to indicate the set of jar version that work together and often recommend to use it (e.g. GCP SDK https://cloud.google.com/java/docs/bom).

Today when using p2-maven-plugin we need to define the versions for individual dependencies manually which can be tedious and error prone. Supporting BOM would make this less painful.

@sparsick
Copy link
Collaborator

Thank you for your feature request. Currently, I have no enough time to implement this feature, but I would take time for code reviewing or answer questions. Therefore, I'm glad to see a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants