NO-JIRA: Disabling doclint check so jdk8 can be used to build javadocs

(cherry picked from commit 507bf3ab01f604808274e3618008fd9ff2aa6903)
This commit is contained in:
Christopher L. Shannon (cshannon) 2016-09-27 08:20:23 -04:00
parent ae97f7dfb7
commit c6f56738d7

View File

@ -1496,6 +1496,8 @@
<maxmemory>2048m</maxmemory>
<source>${source-version}</source>
<additionalJOption>-J-Xmx2048m</additionalJOption>
<!-- necessary for now under the javadocs can be fixed because jdk8 is much stricter -->
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
<executions>
<execution>