mirror of https://github.com/apache/jclouds.git
Disable Javadoc lint
mvn site running on Java 8 complains about thousands of missing @return tags among other things.
This commit is contained in:
parent
91b0498b01
commit
338f052579
|
@ -1120,6 +1120,7 @@
|
|||
<links>
|
||||
<link>http://download.oracle.com/javase/6/docs/api/</link>
|
||||
</links>
|
||||
<additionalJOption>-Xdoclint:none</additionalJOption>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in New Issue