HBASE-20149 Purge dev javadoc from bin tarball (or make a separate tarball of javadoc)
Instead point back to the website where version-specific dev apis are hosted.
This commit is contained in:
parent
93498ddc59
commit
95ca38a539
|
@ -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>
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue