You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2018/01/06 14:07:13 UTC

hbase git commit: HBASE-19670 Workaround: Purge User API building from branch-2 so can make a beta-1

Repository: hbase
Updated Branches:
  refs/heads/branch-2 93e08dbee -> adab329a9


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


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/adab329a
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/adab329a
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/adab329a

Branch: refs/heads/branch-2
Commit: adab329a9d2e9b6f1a293368f3f4336de12811af
Parents: 93e08db
Author: Michael Stack <st...@apache.org>
Authored: Fri Dec 29 08:27:08 2017 -0800
Committer: Michael Stack <st...@apache.org>
Committed: Sat Jan 6 08:06:55 2018 -0600

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/adab329a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5e4bc27..bf8d06e 100755
--- a/pom.xml
+++ b/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>