From 147271404b4526b07841706e1053f7ddf9488e6a Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 20 May 2024 20:51:17 +0200 Subject: [PATCH] Maven compiler - disable annotation processing by default --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 7a296685f..040c30d41 100644 --- a/pom.xml +++ b/pom.xml @@ -334,6 +334,8 @@ limitations under the License. 3.2.5 ${javaVersion} ${javaVersion} + + none UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots 2024-03-04T19:10:03Z @@ -402,6 +404,9 @@ limitations under the License. org.apache.maven.plugins maven-compiler-plugin 3.13.0 + + ${maven.compiler.proc} + org.apache.maven.plugins