-
Notifications
You must be signed in to change notification settings - Fork 91
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 plugin warnings #1691
Comments
Blocked by OpenLiberty/ci.common#404 |
Hey @cherylking, that doesn't quite cut it:
You can see these messages by running:
|
@bmarwell Ok, the warnings have changed though. The |
@bmarwell I just ran that command from the plugin project itself (I believe you ran it from a project that is configured to use our plugin instead). It flagged multiple plugins that we are using as a problem. Problem 1:
Problem 2:
Problem 3:
Problem 4:
I would think those would need to get resolved first? If plugins we are using have issues, then our plugin has those same issues. |
No, because the plugins you use for compilation are not part of the dependency tree. I will test my workaround next week in the trail to JCon. 😉 |
Please update your build: maven-plugin-plugin performs checks and emit (build time) these warnings starting with 3.6.2 version, while you use 3.6.0. Still, do NOT update to 3.6.2, rather go and update your plugin to latest, as there are known bugs in 3.6.2, so best to go straight to latest, currently 3.9.0. We try our best to track these issues on "both ends" (build time and runtime), but if build time plugin versions are lagging, not much we can do... |
Here, this one fully gets rid of any warning (this build and downstream builds using this plugin) #1697 |
And related #1698 |
Note my pom is here: https://github.com/IBMStockTrader/trader/blob/master/pom.xml |
@jwalcorn You would need to use the |
@cherylking sorry for the late reply. Yes, as far as I can tell they are gone for good. Thanks! :) |
Based on the last comment, I am going to close this issue. If additional warnings pop up, please open a new issue. And thanks for all of your help on the changes needed for this! |
@cherylking maybe the last thing to do to silence all warnings: |
Some oversights from my previous issue:
#1651
Actual behaviour
Will issue th efollowing warnings
Expected behaviour
No warnings
Resolution
PR follows
The text was updated successfully, but these errors were encountered: