-
Notifications
You must be signed in to change notification settings - Fork 5
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
toolbox:versions -DapplyToPom=true defines a new property in BOM instead of updating parent project #154
Comments
Yup, It works for simple use cases like having a parent POM that already follows "best practices" for now... |
Care to elaborate what those best practices are? I thought my module structure already does follow best practices (There is a project attached to the versions issue) |
@jakub-bochenski could you put your reproducer into a git repo? It would be much easier to show.... but on a related note: |
interesting, thanks!
|
Yes, Maven4 already warns you if you import a BOM within a reactor, and later versions will probably fail the build even. |
See also mojohaus/versions#1200
I tried using toolbox as an alternative.
It's better in that it detects that the property should be upgraded.
But it defines a new property in child/BOM module instead of updating the property defined in parent module.
The text was updated successfully, but these errors were encountered: