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 dec5bf3087
commit 50a0e4f83e
1 changed files with 0 additions and 4 deletions

View File

@ -3645,7 +3645,6 @@
<report>aggregate</report>
</reports>
<configuration>
<!-- Breaks build on branch-2. See HBASE-19663
<doclet>
org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
</doclet>
@ -3655,7 +3654,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>
@ -3700,7 +3698,6 @@
<report>test-aggregate</report>
</reports>
<configuration>
<!-- Breaks build on branch-2. See HBASE-19663
<doclet>
org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
</doclet>
@ -3710,7 +3707,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>