From d2448a8de1c96be2ade87b37b6ce827379fcb89f Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Thu, 25 Jun 2015 00:27:15 -0500 Subject: [PATCH] HBASE-13967 use jdk-specific profiles for jdk.tools version. --- hbase-annotations/pom.xml | 43 +++++++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 10 deletions(-) diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml index 5c92ee5..14596c5 100644 --- a/hbase-annotations/pom.xml +++ b/hbase-annotations/pom.xml @@ -31,13 +31,36 @@ HBase - Annotations Copy of Hadoop's annotations for HBase - - - jdk.tools - jdk.tools - 1.7 - system - ${java.home}/../lib/tools.jar - - - \ No newline at end of file + + + build-with-jdk7 + + 1.7 + + + + jdk.tools + jdk.tools + 1.7 + system + ${java.home}/../lib/tools.jar + + + + + build-with-jdk8 + + 1.8 + + + + jdk.tools + jdk.tools + 1.8 + system + ${java.home}/../lib/tools.jar + + + + + -- 1.7.10.2 (Apple Git-33)