From 1d01f505d9c07624259202ae5dd514747f20981c Mon Sep 17 00:00:00 2001 From: Matt Warhaftig Date: Sun, 31 May 2015 11:17:23 -0400 Subject: [PATCH] HBASE-13344 Addendum - Move max Java version check to release. --- pom.xml | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 3e53403..a45e745 100644 --- a/pom.xml +++ b/pom.xml @@ -834,16 +834,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). - - @@ -1875,6 +1865,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). + + + + + -- 2.3.2 (Apple Git-55)