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:
parent
8cdb2cca44
commit
f67846ed35
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue