From 986f3a28c9fa1220feba457d8eaed46cc4295456 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Wed, 19 Apr 2023 10:04:46 +0200 Subject: [PATCH] Upgrade plugins and clean build warnings --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b231c210..0579cd01 100644 --- a/pom.xml +++ b/pom.xml @@ -81,14 +81,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 @@ -126,7 +166,7 @@ limitations under the License. true - + JAVA_HOME ${JAVA_HOME} @@ -135,7 +175,7 @@ limitations under the License. M2_HOME ${M2_HOME} - +