From 474073737ce2ce896eda4cda02c3b62451dd7d85 Mon Sep 17 00:00:00 2001 From: Stefano Cordio Date: Sat, 29 Mar 2025 16:46:32 +0100 Subject: [PATCH] Fail with compilation warnings Signed-off-by: Stefano Cordio --- spring-batch-notion/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spring-batch-notion/pom.xml b/spring-batch-notion/pom.xml index 761a7de..bf88bb1 100644 --- a/spring-batch-notion/pom.xml +++ b/spring-batch-notion/pom.xml @@ -156,6 +156,16 @@ limitations under the License. + + org.apache.maven.plugins + maven-compiler-plugin + + + -Xlint:all,-varargs + + true + + org.apache.maven.plugins maven-javadoc-plugin