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:51:42 UTC

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


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

commit 249383e1add4400faad967c6eee23b87df9f6431
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 e9fe690..7a4c442 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2736,6 +2736,7 @@
             </reports>
             <configuration>
               <destDir>devapidocs</destDir>
+              <locale>en_US</locale>
             </configuration>
           </reportSet>
 
@@ -2761,7 +2762,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