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:
parent
aafbfa4c9d
commit
c32f4b0021
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue