You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2015/08/21 23:53:33 UTC

hbase git commit: HBASE-14250 ensure hbase-server test-jar has its own LICENSE file and not the one for the non-test jar.

Repository: hbase
Updated Branches:
  refs/heads/master bcef28eef -> e2a1fc78b


HBASE-14250 ensure hbase-server test-jar has its own LICENSE file and not the one for the non-test jar.


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

Branch: refs/heads/master
Commit: e2a1fc78b850ed96d7c1ca2e4f310b1d961ee531
Parents: bcef28e
Author: Sean Busbey <bu...@apache.org>
Authored: Fri Aug 21 16:21:51 2015 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Fri Aug 21 16:22:59 2015 -0500

----------------------------------------------------------------------
 hbase-server/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/e2a1fc78/hbase-server/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index da90c62..412582c 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -81,6 +81,7 @@
           <execution>
             <id>default</id>
             <configuration>
+              <attachToTest>false</attachToTest>
               <properties>
                 <copyright-end-year>${build.year}</copyright-end-year>
                 <debug-print-included-work-info>${license.debug.print.included}</debug-print-included-work-info>