diff --git a/pom.xml b/pom.xml index 02abeb3df09..2dafb59605e 100644 --- a/pom.xml +++ b/pom.xml @@ -725,6 +725,43 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + + + + + + [${maven.min.version},) + Maven is out of date. + HBase requires at least version ${maven.min.version} of Maven to properly build from source. + You appear to be using an older version. You can use either "mvn -version" or + "mvn enforcer:display-info" to verify what version is active. + See the reference guide on building for more information: http://hbase.apache.org/book.html#build + + + + + [${java.min.version},) + Java is out of date. + HBase requirs at least version ${java.min.version} of the JDK to properly build from source. + You appear to be using an older version. You can use either "mvn -version" or + "mvn enforcer:display-info" to verify what version is active. + See the reference guide on building for more information: http://hbase.apache.org/book.html#build + + + + + + + enforce + + enforce + + + + org.codehaus.mojo @@ -944,6 +981,9 @@ ${maven.build.timestamp} 1.7 + + 3.0.3 + ${compileSource} 2.5.1 3.0.0-SNAPSHOT