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

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


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

commit 72c5b2b9cc9b1d8c069fb094e045866005fe2b81
Author: Sakthi <sakthivel.azh...@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 <psomo...@apache.org>
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3d72ec2..c45c10d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -3624,7 +3624,6 @@
               <report>aggregate</report>
             </reports>
             <configuration>
-              <!-- Breaks build on branch-2. See HBASE-19663
               <doclet>
                 
org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
               </doclet>
@@ -3634,7 +3633,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>
@@ -3679,7 +3677,6 @@
               <report>test-aggregate</report>
             </reports>
             <configuration>
-              <!-- Breaks build on branch-2. See HBASE-19663
               <doclet>
                 
org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
               </doclet>
@@ -3689,7 +3686,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>

Reply via email to