diff --git a/pom.xml b/pom.xml index 08ab26a8c32..b335db867e4 100644 --- a/pom.xml +++ b/pom.xml @@ -805,16 +805,6 @@ See the reference guide on building for more information: http://hbase.apache.org/book.html#build - - ${compileSource} - HBase has unsupported dependencies. - HBase requires that all dependencies be compiled with version ${compileSource} or earlier - of the JDK to properly build from source. You appear to be using a newer dependency. You can use - either "mvn -version" or "mvn enforcer:display-info" to verify what version is active. - Non-release builds can temporarily build with a newer JDK version by setting the - 'compileSource' property (eg. mvn -DcompileSource=1.8 clean package). - - @@ -1827,6 +1817,24 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + + + + ${compileSource} + HBase has unsupported dependencies. + HBase requires that all dependencies be compiled with version ${compileSource} or earlier + of the JDK to properly build from source. You appear to be using a newer dependency. You can use + either "mvn -version" or "mvn enforcer:display-info" to verify what version is active. + Non-release builds can temporarily build with a newer JDK version by setting the + 'compileSource' property (eg. mvn -DcompileSource=1.8 clean package). + + + + +