From 50d498814074bbd8fd4ee15daed7b5dd2bc768ef Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Sun, 16 Feb 2014 01:28:56 -0500 Subject: [PATCH] force maven 3 minimum, closes #524 --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index b6daf45c0..86aa19b26 100644 --- a/pom.xml +++ b/pom.xml @@ -164,6 +164,28 @@ org.apache.maven.plugins maven-compiler-plugin + + true + org.apache.maven.plugins + maven-enforcer-plugin + 1.3 + + + enforce-maven-3 + + enforce + + + + + 3.0.2 + + + true + + + +