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:21:30 UTC

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


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

commit 21093fdad5b3f9e4723acb1a3f0675025fc9faa4
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 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index e1bd4e1..ae2b491 100755
--- a/pom.xml
+++ b/pom.xml
@@ -3608,6 +3608,7 @@
               <fixMethodComment>true</fixMethodComment>
               <fixTags>all</fixTags>
               <notimestamp>true</notimestamp>
+              <locale>en_US</locale>
               <!-- Pass some options straight to the javadoc executable since it is easier -->
               <additionalJOption>-J-Xmx2G</additionalJOption>
               <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
@@ -3650,6 +3651,7 @@
               <fixMethodComment>true</fixMethodComment>
               <fixTags>all</fixTags>
               <notimestamp>true</notimestamp>
+              <locale>en_US</locale>
               <!-- Pass some options straight to the javadoc executable since it is easier -->
               <additionalJOption>-J-Xmx2G</additionalJOption>
               <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
@@ -3704,6 +3706,7 @@
               <fixMethodComment>true</fixMethodComment>
               <fixTags>all</fixTags>
               <notimestamp>true</notimestamp>
+              <locale>en_US</locale>
               <!-- Pass some options straight to the javadoc executable since it is easier -->
               <additionalJOption>-J-Xmx2G</additionalJOption>
               <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
@@ -3757,6 +3760,7 @@
               <fixMethodComment>true</fixMethodComment>
               <fixTags>all</fixTags>
               <notimestamp>true</notimestamp>
+              <locale>en_US</locale>
               <!-- Pass some options straight to the javadoc executable since it is easier -->
               <additionalJOption>-J-Xmx2G</additionalJOption>
               <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->