-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Upgrade plugins #18042
Upgrade plugins #18042
Conversation
* maven-site-plugin to 3.21.0 * maven-plugin-plugin to 3.15.1 Signed-off-by: Holger Friedrich <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
The sandbox builds are failing and from the code changes that I can see, this PR might potentially be the culprit. |
@kaikreuzer likely.... these kind of upgrades tend to have side effects..... Which version of maven do we use in the Jenkins builds? Could you try to upgrade this to latest 3.x version? This may help with the builds sometimes broken with the "wrong encodung \u..." failure. A workaround could be to increase the lock timeout. I have read that |
We are always using the latest Maven version, currently 3.9.9. |
* maven-site-plugin to 3.21.0 * maven-plugin-plugin to 3.15.1 Signed-off-by: Holger Friedrich <[email protected]>
* maven-site-plugin to 3.21.0 * maven-plugin-plugin to 3.15.1 Signed-off-by: Holger Friedrich <[email protected]> Signed-off-by: Christian Koch <[email protected]>
I missed those two in #18037.
Now all plugins are up to date (besides openapi-generator, which is blocked by an issue, see openhab/openhab-webui#2975 (comment))
Beta versions are ignored, mvn command line:
mvn versions:display-plugin-updates -nsu -Dmaven.version.ignore=".*-beta-.*,.*\.BETA[0-9]+,.*-M[0-9]+" -B -Dversions.outputLineWidth=120