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:44:38 UTC

[hbase] branch branch-1.4 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.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 30f812bcfc83976d4400c4761fa8b264cf4188be
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 e38f32c..bba2fc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2900,6 +2900,7 @@
             </reports>
             <configuration>
               <destDir>devapidocs</destDir>
+              <locale>en_US</locale>
             </configuration>
           </reportSet>
 
@@ -2925,7 +2926,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