This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 69eba7653 RATIS-2423. Javadoc should be generated in English
regardless of build locale (#1365)
69eba7653 is described below
commit 69eba765381364aa2039c617a2a1628d19c28e7b
Author: Potato <[email protected]>
AuthorDate: Sat Mar 7 14:35:17 2026 +0800
RATIS-2423. Javadoc should be generated in English regardless of build
locale (#1365)
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 96f07ab01..c6ded6afa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,6 +442,8 @@
<additionalJOption>-Xmaxwarns</additionalJOption>
<additionalJOption>10000</additionalJOption>
<additionalJOption>-Xdoclint:-missing</additionalJOption>
+ <additionalJOption>-locale</additionalJOption>
+ <additionalJOption>en_US</additionalJOption>
</additionalJOptions>
</configuration>
</plugin>