From e020fbd7452dcceea7f06fa6d76eb6220aba10fd Mon Sep 17 00:00:00 2001 From: Johan Hammar Date: Tue, 2 Oct 2018 21:28:00 +0200 Subject: [PATCH] Use maven-enforcer-plugin to enforce Maven version --- pom.xml | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5af87884..03d3930c 100644 --- a/pom.xml +++ b/pom.xml @@ -50,9 +50,6 @@ 1.1.0 1.1.0 - - 3.5 - @@ -116,6 +113,26 @@ maven-eclipse-plugin 2.10 + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M2 + + + enforce-maven-version + + enforce + + + + + 3.5 + + + + + + org.apache.maven.plugins maven-failsafe-plugin @@ -461,6 +478,10 @@ + + org.apache.maven.plugins + maven-enforcer-plugin +