This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch release-3.2.2
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/release-3.2.2 by this push:
new 7d7ba43a5 RATIS-2423. Javadoc should be generated in English
regardless of build locale (#1365)
7d7ba43a5 is described below
commit 7d7ba43a5ce898ddb05d6ad826d1ba32f0f0f5e3
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)
(cherry picked from commit 69eba765381364aa2039c617a2a1628d19c28e7b)
---
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>