mirror of https://github.com/apache/druid.git
Fix mvn javadoc:jar failure due to HadoopFsWrapper. (#3912)
This commit is contained in:
parent
97765fdfef
commit
9191588656
3
pom.xml
3
pom.xml
|
@ -945,6 +945,9 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- jdk8 started linting javadocs by default; ours are not fully compliant -->
|
<!-- jdk8 started linting javadocs by default; ours are not fully compliant -->
|
||||||
<additionalparam>-Xdoclint:none</additionalparam>
|
<additionalparam>-Xdoclint:none</additionalparam>
|
||||||
|
|
||||||
|
<!-- HadoopFsWrapper javadocs cannot be generated due to missing annotations -->
|
||||||
|
<excludePackageNames>org.apache.hadoop.fs</excludePackageNames>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue