HBASE-21996 Set locale for javadoc
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
This commit is contained in:
parent
5d9ff98af2
commit
21093fdad5
4
pom.xml
4
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 -->
|
||||
|
|
Loading…
Reference in New Issue