Skip to content

Commit

Permalink
HBASE-20149 Purge dev javadoc from bin tarball (or make a separate ta…
Browse files Browse the repository at this point in the history
…rball of javadoc)

Instead point back to the website where version-specific dev apis are
hosted.
  • Loading branch information
saintstack committed Apr 10, 2018
1 parent 93498dd commit 95ca38a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions hbase-assembly/src/main/assembly/components.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
<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-->
<excludes>
<exclude>**/*devapidocs/**</exclude>
</excludes>
</fileSet>
<!-- Include top level text files-->
<fileSet>
Expand Down
4 changes: 2 additions & 2 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
<item name="Getting Started" href="book.html#quickstart" target="_blank" />
<item name="User API" href="apidocs/index.html" target="_blank" />
<item name="User API (Test)" href="testapidocs/index.html" target="_blank" />
<item name="Developer API" href="devapidocs/index.html" target="_blank" />
<item name="Developer API (Test)" href="testdevapidocs/index.html" target="_blank" />
<item name="Developer API" href="https://hbase.apache.org/2.0/devapidocs/index.html" target="_blank" />
<item name="Developer API (Test)" href="https://hbase.apache.org/2.0/testdevapidocs/index.html" target="_blank" />
<item name="中文参考指南(单页)" href="http://abloz.com/hbase/book.html" target="_blank" />
<item name="FAQ" href="book.html#faq" target="_blank" />
<item name="Videos/Presentations" href="book.html#other.info" target="_blank" />
Expand Down

0 comments on commit 95ca38a

Please sign in to comment.