Revert "Deactivate JavaDoc Lint"

This commit broke the site build on JDK 6 & 7

This reverts commit 6619be667e.
This commit is contained in:
Benedikt Ritter 2016-09-17 18:10:42 +02:00
parent 99c209e72d
commit ca9510db02
1 changed files with 0 additions and 1 deletions

View File

@ -548,7 +548,6 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.6</maven.compiler.source> <maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target> <maven.compiler.target>1.6</maven.compiler.target>
<additionalparam>-Xdoclint:none</additionalparam>
<!-- <!--
This is also used to generate download_xxx file name. This is also used to generate download_xxx file name.
To override this when generating the download page: To override this when generating the download page: