HBASE-19670 Workaround: Purge User API building from branch-2 so can make a beta-1
This commit is contained in:
parent
93e08dbee1
commit
adab329a9d
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue