From aeac86b3c0c95797dcf354824894e408435e7e6a Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Tue, 11 Nov 2025 19:14:45 +0100 Subject: [PATCH] Added configuration to fail upon warnings in maven-compile-plugin --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b4e73a7fe..5a6190f1b 100644 --- a/pom.xml +++ b/pom.xml @@ -119,6 +119,14 @@ org.apache.maven.plugins maven-compiler-plugin ${version.compiler.plugin} + + true + + -Werror + -Xlint:all + -Xlint:-this-escape + + @@ -303,4 +311,4 @@ - + \ No newline at end of file