maven-javadoc-plugin,locale explicitly set to english
This commit is contained in:
parent
22ca708b2b
commit
d9afba000c
2
pom.xml
2
pom.xml
@ -669,6 +669,8 @@
|
||||
<encoding>UTF-8</encoding>
|
||||
<show>protected</show>
|
||||
<notree>true</notree>
|
||||
<!-- Explicit configuration of javadoc language to avoid defaulting to build system's configuration -->
|
||||
<locale>en</locale>
|
||||
|
||||
<!-- Avoid running into Java 8's very restrictive doclint issues -->
|
||||
<additionalparam>-Xdoclint:none</additionalparam>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user