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

Signed-off-by: Peter Somogyi <psomogyi@apache.org>
This commit is contained in:
Sakthi 2019-02-12 13:37:16 -08:00 committed by Peter Somogyi
parent aafbfa4c9d
commit c32f4b0021
1 changed files with 0 additions and 4 deletions

View File

@ -3630,7 +3630,6 @@
<report>aggregate</report>
</reports>
<configuration>
<!-- Breaks build on branch-2. See HBASE-19663
<doclet>
org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
</doclet>
@ -3640,7 +3639,6 @@
<version>${audience-annotations.version}</version>
</docletArtifact>
<useStandardDocletOptions>true</useStandardDocletOptions>
-->
<destDir>apidocs</destDir>
<name>User API</name>
<description>The HBase Application Programmer's API</description>
@ -3685,7 +3683,6 @@
<report>test-aggregate</report>
</reports>
<configuration>
<!-- Breaks build on branch-2. See HBASE-19663
<doclet>
org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
</doclet>
@ -3695,7 +3692,6 @@
<version>${audience-annotations.version}</version>
</docletArtifact>
<useStandardDocletOptions>true</useStandardDocletOptions>
-->
<destDir>testapidocs</destDir>
<name>User API</name>
<description>The HBase Application Programmer's API</description>