HBASE-24630 Purge dev javadoc from client bin tarball

Signed-off-by: Josh Elser <elserj@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Nick Dimiduk 2020-06-24 14:02:10 -07:00 committed by Nick Dimiduk
parent 8cdb2cca44
commit f67846ed35
1 changed files with 6 additions and 0 deletions

View File

@ -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>