From 1ee0819339448fef8349b19b23e95b181d8333a9 Mon Sep 17 00:00:00 2001 From: Rune Flobakk Date: Mon, 14 Oct 2019 10:20:08 +0200 Subject: [PATCH] Upgrade Maven plugins --- pom.xml | 108 +++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 76 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index e0a85b58..f8b108fe 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ no.digipost digipost-open-super-pom - 1 + 3 digipost-data-types @@ -16,7 +16,6 @@ 1.8 1.8 - 2.8.9 @@ -91,8 +90,8 @@ org.hamcrest - java-hamcrest - 2.0.0.0 + hamcrest + 2.2-rc1 test @@ -125,10 +124,58 @@ + + maven-clean-plugin + 3.1.0 + + + maven-resources-plugin + 3.1.0 + + + maven-compiler-plugin + 3.8.1 + + + maven-enforcer-plugin + 3.0.0-M2 + + + + 3.3.1 + + + + + + maven-surefire-plugin + 3.0.0-M3 + + + maven-dependency-plugin + 3.1.1 + + + maven-jar-plugin + 3.1.2 + + + maven-install-plugin + 3.0.0-M1 + + + maven-deploy-plugin + 3.0.0-M1 + org.codehaus.mojo versions-maven-plugin - 2.5 + 2.7 + + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 @@ -184,35 +231,33 @@ - - maven-resources-plugin - 3.1.0 - - - copy-resources - package - - copy-resources - - - ${basedir} - - - ${project.build.directory}/generated-resources/schemagen/ - - *.xsd - - false - - - - - - + + maven-resources-plugin + + + copy-resources + package + + copy-resources + + + ${basedir} + + + ${project.build.directory}/generated-resources/schemagen/ + + *.xsd + + false + + + + + + org.codehaus.mojo exec-maven-plugin - 1.6.0 datatypes-documentation @@ -227,7 +272,6 @@ maven-dependency-plugin - 3.1.0