From 8cf69efc85c7d57a68a4dc441b814cd22af0fe17 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 21 Feb 2022 17:09:01 -0700 Subject: [PATCH] Avoid MCOMPILER-485 in compiler plugin 3.10.0 Maven 3.10.0 added a feature to create missing package-info files. The feature incorrectly uses Windows-style directory separators on Windows. Other parts of the code expect to always see Unix style directory separators. Disable the new feature so that it does not break compilation. https://groups.google.com/g/jenkinsci-dev/c/077VYgtSLXo/m/6JQjJs7-AQAJ --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index d1cf9dcd02..17268dfaae 100644 --- a/pom.xml +++ b/pom.xml @@ -114,6 +114,11 @@ true + + + + + false