Conversation
* maven-site-plugin to 3.21.0 * maven-plugin-plugin to 3.15.1 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
|
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 <mail@holger-friedrich.de>
* maven-site-plugin to 3.21.0 * maven-plugin-plugin to 3.15.1 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de> Signed-off-by: Christian Koch <78686276+chilobo@users.noreply.github.com>
* maven-site-plugin to 3.21.0 * maven-plugin-plugin to 3.15.1 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
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