Skip to content

Commit

Permalink
HBASE-24630 Purge dev javadoc from client bin tarball
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Elser <elserj@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
  • Loading branch information
ndimiduk committed Jun 25, 2020
1 parent 8cdb2cc commit f67846e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hbase-assembly/src/main/assembly/client-components.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f67846e

Please sign in to comment.