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>
|
||||
<configuration>
|
||||
<destDir>devapidocs</destDir>
|
||||
<locale>en_US</locale>
|
||||
</configuration>
|
||||
</reportSet>
|
||||
|
||||
|
@ -2946,7 +2947,7 @@
|
|||
</excludePackageNames>
|
||||
<!-- switch on dependency-driven aggregation -->
|
||||
<includeDependencySources>false</includeDependencySources>
|
||||
|
||||
<locale>en_US</locale>
|
||||
<dependencySourceIncludes>
|
||||
<!-- include ONLY dependencies I control -->
|
||||
<dependencySourceInclude>org.apache.hbase:hbase-annotations
|
||||
|
|
Loading…
Reference in New Issue