HBASE-21996 Set locale for javadoc
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
This commit is contained in:
parent
b5818a7f3f
commit
2bd4aa2d0b
4
pom.xml
4
pom.xml
|
@ -3661,6 +3661,7 @@
|
||||||
<fixMethodComment>true</fixMethodComment>
|
<fixMethodComment>true</fixMethodComment>
|
||||||
<fixTags>all</fixTags>
|
<fixTags>all</fixTags>
|
||||||
<notimestamp>true</notimestamp>
|
<notimestamp>true</notimestamp>
|
||||||
|
<locale>en_US</locale>
|
||||||
<!-- Pass some options straight to the javadoc executable since it is easier -->
|
<!-- Pass some options straight to the javadoc executable since it is easier -->
|
||||||
<additionalJOption>-J-Xmx2G</additionalJOption>
|
<additionalJOption>-J-Xmx2G</additionalJOption>
|
||||||
<!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
|
<!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
|
||||||
|
@ -3703,6 +3704,7 @@
|
||||||
<fixMethodComment>true</fixMethodComment>
|
<fixMethodComment>true</fixMethodComment>
|
||||||
<fixTags>all</fixTags>
|
<fixTags>all</fixTags>
|
||||||
<notimestamp>true</notimestamp>
|
<notimestamp>true</notimestamp>
|
||||||
|
<locale>en_US</locale>
|
||||||
<!-- Pass some options straight to the javadoc executable since it is easier -->
|
<!-- Pass some options straight to the javadoc executable since it is easier -->
|
||||||
<additionalJOption>-J-Xmx2G</additionalJOption>
|
<additionalJOption>-J-Xmx2G</additionalJOption>
|
||||||
<!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
|
<!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
|
||||||
|
@ -3757,6 +3759,7 @@
|
||||||
<fixMethodComment>true</fixMethodComment>
|
<fixMethodComment>true</fixMethodComment>
|
||||||
<fixTags>all</fixTags>
|
<fixTags>all</fixTags>
|
||||||
<notimestamp>true</notimestamp>
|
<notimestamp>true</notimestamp>
|
||||||
|
<locale>en_US</locale>
|
||||||
<!-- Pass some options straight to the javadoc executable since it is easier -->
|
<!-- Pass some options straight to the javadoc executable since it is easier -->
|
||||||
<additionalJOption>-J-Xmx2G</additionalJOption>
|
<additionalJOption>-J-Xmx2G</additionalJOption>
|
||||||
<!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
|
<!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
|
||||||
|
@ -3810,6 +3813,7 @@
|
||||||
<fixMethodComment>true</fixMethodComment>
|
<fixMethodComment>true</fixMethodComment>
|
||||||
<fixTags>all</fixTags>
|
<fixTags>all</fixTags>
|
||||||
<notimestamp>true</notimestamp>
|
<notimestamp>true</notimestamp>
|
||||||
|
<locale>en_US</locale>
|
||||||
<!-- Pass some options straight to the javadoc executable since it is easier -->
|
<!-- Pass some options straight to the javadoc executable since it is easier -->
|
||||||
<additionalJOption>-J-Xmx2G</additionalJOption>
|
<additionalJOption>-J-Xmx2G</additionalJOption>
|
||||||
<!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
|
<!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
|
||||||
|
|
Loading…
Reference in New Issue