HBASE-21996 Set locale for javadoc
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
This commit is contained in:
parent
eba383d2b4
commit
d832786304
3
pom.xml
3
pom.xml
|
@ -2921,6 +2921,7 @@
|
||||||
</reports>
|
</reports>
|
||||||
<configuration>
|
<configuration>
|
||||||
<destDir>devapidocs</destDir>
|
<destDir>devapidocs</destDir>
|
||||||
|
<locale>en_US</locale>
|
||||||
</configuration>
|
</configuration>
|
||||||
</reportSet>
|
</reportSet>
|
||||||
|
|
||||||
|
@ -2946,7 +2947,7 @@
|
||||||
</excludePackageNames>
|
</excludePackageNames>
|
||||||
<!-- switch on dependency-driven aggregation -->
|
<!-- switch on dependency-driven aggregation -->
|
||||||
<includeDependencySources>false</includeDependencySources>
|
<includeDependencySources>false</includeDependencySources>
|
||||||
|
<locale>en_US</locale>
|
||||||
<dependencySourceIncludes>
|
<dependencySourceIncludes>
|
||||||
<!-- include ONLY dependencies I control -->
|
<!-- include ONLY dependencies I control -->
|
||||||
<dependencySourceInclude>org.apache.hbase:hbase-annotations
|
<dependencySourceInclude>org.apache.hbase:hbase-annotations
|
||||||
|
|
Loading…
Reference in New Issue