Merge pull request #13689 from nik9000/javadocs_8

Disable doclint
This commit is contained in:
Nik Everett 2015-09-21 17:02:11 -04:00
commit eedb39a5a9
1 changed files with 5 additions and 1 deletions

View File

@ -1261,10 +1261,14 @@ org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UT
<version>2.0.0</version>
</plugin>
<plugin>
<!-- We just declare which plugin version to use. Each project can have then its own settings -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<configuration>
<!-- Doclint defaults to very strict. While it'd be great to have wonderful Javadocs we
prefer working Javadocs over total failure. -->
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
<plugin>
<!-- We just declare which plugin version to use. Each project can have then its own settings -->