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

Internal utilities for maven plugin core dependency updates should stick to 3.x version for now #7571

Closed
mbien opened this issue Jul 13, 2024 · 0 comments · Fixed by #7574
Closed
Labels
Maven [ci] enable "build tools" tests
Milestone

Comments

@mbien
Copy link
Member

mbien commented Jul 13, 2024

Some wizards and actions have to update or insert maven plugins into poms. Those typically will use the most recent version of that plugin if it is a "core" maven plugin.

This was a good default for a long time and made sure that new JDKs are automatically supported with the least maintenance required, but with mvn 4 around the corner it would be better to stick to 3.x versions for now (as quick fix). Later we should pick the best version for the used mvn version. (maven 4 plugins are were not intended for maven 3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maven [ci] enable "build tools" tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant