You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2014/10/27 23:40:48 UTC

git commit: HBASE-12352 Add hbase-annotation-tests to runtime classpath so can run hbase it tests; ADDENDUM

Repository: hbase
Updated Branches:
  refs/heads/branch-1 bf8c34734 -> 1d2c4bca5


HBASE-12352 Add hbase-annotation-tests to runtime classpath so can run hbase it tests; ADDENDUM


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1d2c4bca
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1d2c4bca
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1d2c4bca

Branch: refs/heads/branch-1
Commit: 1d2c4bca562a258c1288c1efdbe007b4a161903e
Parents: bf8c347
Author: stack <st...@apache.org>
Authored: Mon Oct 27 15:40:35 2014 -0700
Committer: stack <st...@apache.org>
Committed: Mon Oct 27 15:40:35 2014 -0700

----------------------------------------------------------------------
 hbase-assembly/src/main/assembly/components.xml | 8 ++++++++
 pom.xml                                         | 1 +
 2 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/1d2c4bca/hbase-assembly/src/main/assembly/components.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/src/main/assembly/components.xml b/hbase-assembly/src/main/assembly/components.xml
index f86ecab..520e85a 100644
--- a/hbase-assembly/src/main/assembly/components.xml
+++ b/hbase-assembly/src/main/assembly/components.xml
@@ -119,6 +119,14 @@
       <fileMode>0644</fileMode>
     </fileSet>
     <fileSet>
+        <directory>${project.basedir}/../hbase-annotations/target/</directory>
+      <outputDirectory>lib</outputDirectory>
+      <includes>
+        <include>${annotations.test.jar}</include>
+      </includes>
+      <fileMode>0644</fileMode>
+    </fileSet>
+    <fileSet>
         <directory>${project.basedir}/../hbase-common/target/</directory>
       <outputDirectory>lib</outputDirectory>
       <includes>

http://git-wip-us.apache.org/repos/asf/hbase/blob/1d2c4bca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0703c3e..26c2bb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1013,6 +1013,7 @@
     <server.test.jar>hbase-server-${project.version}-tests.jar</server.test.jar>
     <common.test.jar>hbase-common-${project.version}-tests.jar</common.test.jar>
     <it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
+    <annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
     <surefire.version>2.17</surefire.version>
     <surefire.provider>surefire-junit47</surefire.provider>
     <!-- default: run small & medium, medium with 2 threads -->