You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2019/02/14 12:27:17 UTC

[hbase] branch branch-2.1 updated: HBASE-19889: Revert Workaround: Purge User API building from branch-2 so can make a beta-1

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

psomogyi pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new c32f4b0  HBASE-19889: Revert Workaround: Purge User API building from branch-2 so can make a beta-1
c32f4b0 is described below

commit c32f4b0021162d08bed11c44fa290475f0e8a17c
Author: Sakthi <sa...@gmail.com>
AuthorDate: Tue Feb 12 13:37:16 2019 -0800

    HBASE-19889: Revert Workaround: Purge User API building from branch-2 so can make a beta-1
    
    Signed-off-by: Peter Somogyi <ps...@apache.org>
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 88b084d..5ee375a 100755
--- a/pom.xml
+++ b/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>