You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2020/06/25 00:14:20 UTC

[hbase] branch branch-2 updated: HBASE-24630 Purge dev javadoc from client bin tarball

This is an automated email from the ASF dual-hosted git repository.

ndimiduk pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new d042274  HBASE-24630 Purge dev javadoc from client bin tarball
d042274 is described below

commit d0422748f103487f4e68b734cf514547c5aece40
Author: Nick Dimiduk <nd...@apache.org>
AuthorDate: Wed Jun 24 14:02:10 2020 -0700

    HBASE-24630 Purge dev javadoc from client bin tarball
    
    Signed-off-by: Josh Elser <el...@apache.org>
    Signed-off-by: Sean Busbey <bu...@apache.org>
---
 hbase-assembly/src/main/assembly/client-components.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hbase-assembly/src/main/assembly/client-components.xml b/hbase-assembly/src/main/assembly/client-components.xml
index 740e9bc..4bad0d4 100644
--- a/hbase-assembly/src/main/assembly/client-components.xml
+++ b/hbase-assembly/src/main/assembly/client-components.xml
@@ -26,6 +26,12 @@
     <fileSet>
       <directory>${project.basedir}/../target/site</directory>
       <outputDirectory>docs</outputDirectory>
+      <!--
+        Don't include dev apidocs. They bloat the tgz by almost 50%.
+        See HBASE-20149, HBASE-24630 -->
+      <excludes>
+        <exclude>**/*devapidocs/**</exclude>
+      </excludes>
     </fileSet>
     <!-- Include top level text files-->
     <fileSet>