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

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


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

commit 1aef0dd911bc5d3a96d1a596b34ae5e27a5b1d1c
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 dd44b93..a094b53 100755
--- a/pom.xml
+++ b/pom.xml
@@ -3617,7 +3617,6 @@
               <report>aggregate</report>
             </reports>
             <configuration>
-              <!-- Breaks build on branch-2. See HBASE-19663
               <doclet>
                 
org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
               </doclet>
@@ -3627,7 +3626,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>
@@ -3672,7 +3670,6 @@
               <report>test-aggregate</report>
             </reports>
             <configuration>
-              <!-- Breaks build on branch-2. See HBASE-19663
               <doclet>
                 
org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
               </doclet>
@@ -3682,7 +3679,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