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 2019/05/24 04:34:25 UTC

[hbase] branch HBASE-22466 updated: Commit a version of HBASE-19663

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch HBASE-22466
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/HBASE-22466 by this push:
     new 9b733ba  Commit a version of HBASE-19663
9b733ba is described below

commit 9b733ba49f651455fc8993cca1e46addad13c116
Author: stack <st...@apache.org>
AuthorDate: Thu May 23 15:56:05 2019 -0700

    Commit a version of HBASE-19663
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4f5512e..e01523c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2890,6 +2890,8 @@
             <reports>
               <report>aggregate</report>
             </reports>
+
+            <!-- Breaks build on branch-1. See HBASE-19663
             <configuration>
               <doclet>
                 org.apache.hadoop.hbase.classification.tools.IncludePublicAnnotationsStandardDoclet
@@ -2899,6 +2901,7 @@
                 <artifactId>hbase-annotations</artifactId>
                 <version>${project.version}</version>
               </docletArtifact>
+            -->
               <destDir>apidocs</destDir>
               <name>User API</name>
               <description>The HBase Application Programmer's API</description>