HBASE-19670 Workaround: Purge User API building from branch-2 so can make a beta-1

This commit is contained in:
Michael Stack 2017-12-29 08:27:08 -08:00
parent 93e08dbee1
commit adab329a9d
No known key found for this signature in database
GPG Key ID: 9816C7FC8ACC93D2
1 changed files with 4 additions and 0 deletions

View File

@ -3453,6 +3453,7 @@
<report>aggregate</report>
</reports>
<configuration>
<!-- Breaks build on branch-2. See HBASE-19663
<doclet>
org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
</doclet>
@ -3462,6 +3463,7 @@
<version>${audience-annotations.version}</version>
</docletArtifact>
<useStandardDocletOptions>true</useStandardDocletOptions>
-->
<destDir>apidocs</destDir>
<name>User API</name>
<description>The HBase Application Programmer's API</description>
@ -3506,6 +3508,7 @@
<report>test-aggregate</report>
</reports>
<configuration>
<!-- Breaks build on branch-2. See HBASE-19663
<doclet>
org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
</doclet>
@ -3515,6 +3518,7 @@
<version>${audience-annotations.version}</version>
</docletArtifact>
<useStandardDocletOptions>true</useStandardDocletOptions>
-->
<destDir>testapidocs</destDir>
<name>User API</name>
<description>The HBase Application Programmer's API</description>