From 8f7b7eceaeb8115b3d2abe649bd17410500a4c74 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Wed, 10 May 2023 13:40:42 +0200 Subject: [PATCH] Upgrade plugins and clean build warnings (#4) --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cd99adb..1e1dd06 100644 --- a/pom.xml +++ b/pom.xml @@ -82,14 +82,54 @@ limitations under the License. + + org.apache.maven.plugins + maven-enforcer-plugin + 3.3.0 + org.apache.maven.plugins maven-resources-plugin 3.3.1 + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0 + + + org.apache.maven.plugins + maven-site-plugin + 4.0.0-M7 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-maven + + enforce + + + + + 3.2.5 + This project requires at least Maven 3.2.5 + + + + + + maven-compiler-plugin @@ -127,7 +167,7 @@ limitations under the License. true - + JAVA_HOME ${JAVA_HOME} @@ -136,7 +176,7 @@ limitations under the License. M2_HOME ${M2_HOME} - +