You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ja...@apache.org on 2019/08/23 21:38:10 UTC

[hbase] branch branch-1 updated: HBASE-21996 Set locale for javadoc

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

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


The following commit(s) were added to refs/heads/branch-1 by this push:
     new d832786  HBASE-21996 Set locale for javadoc
d832786 is described below

commit d8327863043b8caaf4aba89f7789b2d9cde1df03
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Tue Mar 5 11:47:21 2019 +0100

    HBASE-21996 Set locale for javadoc
    
    Signed-off-by: Jan Hentschel <ja...@ultratendency.com>
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ca07b21..8ee04d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2921,6 +2921,7 @@
             </reports>
             <configuration>
               <destDir>devapidocs</destDir>
+              <locale>en_US</locale>
             </configuration>
           </reportSet>
 
@@ -2946,7 +2947,7 @@
               </excludePackageNames>
               <!-- switch on dependency-driven aggregation -->
               <includeDependencySources>false</includeDependencySources>
-
+              <locale>en_US</locale>
               <dependencySourceIncludes>
                 <!-- include ONLY dependencies I control -->
                 <dependencySourceInclude>org.apache.hbase:hbase-annotations