Revert "Deactivate JavaDoc Lint"
This commit broke the site build on JDK 6 & 7
This reverts commit 6619be667e
.
This commit is contained in:
parent
99c209e72d
commit
ca9510db02
1
pom.xml
1
pom.xml
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue