From 522122777ad24502e981e70439afd0614c039568 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 29 Oct 2013 07:51:19 -0700 Subject: [PATCH] Added support for the maven enforcer plugin to check java version is 1.7 Change-Id: I8d81927fb19d76f6499057e150c4406a2affe79a Signed-off-by: Ed Warnicke --- opendaylight/commons/opendaylight/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 6a866393b7..9f886b9a52 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -99,6 +99,8 @@ 2.5.1 1.7 1.7 + + 1.3.1 @@ -1091,6 +1093,26 @@ maven-surefire-plugin ${surefire.version} + + org.apache.maven.plugins + maven-enforcer-plugin + ${enforcer.version} + + + enforce-java + + enforce + + + + + 1.7.0 + + + + + + -- 2.36.6