From 77fd4b91515f997a69576b1291bb4c2d503e5580 Mon Sep 17 00:00:00 2001 From: Scott Opell Date: Thu, 28 Dec 2023 13:14:23 -0500 Subject: [PATCH] Adds maven-compiler-plugin and turns on linter warnings --- pom.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3b1ab826d..634af531d 100644 --- a/pom.xml +++ b/pom.xml @@ -32,9 +32,6 @@ - 1.7 - 1.7 - 2.4 3.5 2.10.5 @@ -57,6 +54,7 @@ 1.4 3.0.1 3.1.0 + 3.12.1 UTF-8 @@ -259,6 +257,18 @@ true + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 1.7 + 1.7 + + -Xlint:all + + + org.apache.maven.plugins maven-source-plugin