diff --git a/pom.xml b/pom.xml index a75f0d925b..d3e586f80a 100644 --- a/pom.xml +++ b/pom.xml @@ -266,9 +266,9 @@ - [${java.min.version},) - Java is out of date. - HBase requires at least version ${java.min.version} of the JDK to properly build from source. + ${java.min.version} + Java must be ${java.min.version}. + HBase requires ${java.min.version} of the JDK to properly build from source. See the reference guide on building for more information: http://hbase.apache.org/book.html#build @@ -316,8 +316,29 @@ org.apache.maven.plugins maven-enforcer-plugin + + + enforce-java + + enforce + + + + + ${compileSource} + + + + + + + ${compileSource} + + + ${compileSource} + ${compileSource} HBase has unsupported dependencies.