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
dec5bf3087
commit
50a0e4f83e
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue