-
Notifications
You must be signed in to change notification settings - Fork 36
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
Maven 3.9.2 validation warnings #239
Comments
I'm raising a PR in a few minutes for this. |
currently a fix is open in #240 |
Thanks for this! |
@keeganwitt How soon would it be possible to get a release? I manage a larger super pom and trying to square away all the lose ends if possible as soon as possible. That isn't to say all plugins will make the cut. Maven just happened to get way more noisy even before they were ready. This one I use pretty heavily so it shows on practically all our builds (~2k). |
I was thinking of doing a snapshot release in the next day or two to verify the fix first. Then releasing later this week. |
Opened #243 to clean up two other validations it complained about. |
The warning
Will be a little trickier to get rid of. It comes from |
@keeganwitt Went along those lines with PR #246 |
Thanks! The validation now reports clean in all the integration tests. |
Running this plugin with
MAVEN_OPTS="-Dmaven.plugin.validation=verbose
on Maven 3.92 raises the following warning:
This results in build warnings if using this plugin in any Maven project on the newest version of Maven.
Looks like the plugin pom.xml needs to mark the following with
<scope>provided</scope>
The text was updated successfully, but these errors were encountered: