Disable doclint for 3.3.2 release, since I do not have the time to fix all the JavaDoc errors
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c5e7fea05e
commit
d3ebe17cb3
|
@ -122,7 +122,9 @@
|
|||
bottom="Copyright © 2001-${current.year} - Apache Software Foundation"
|
||||
use="true"
|
||||
encoding="${compile.encoding}"
|
||||
source="${compile.source}">
|
||||
source="${compile.source}"
|
||||
additionalparam="-Xdoclint:none">
|
||||
<!-- Disable Xdoclint, until JavaDoc issues are fixed -->
|
||||
<classpath refid="compile.classpath"/>
|
||||
<link href="${jdk.javadoc}"/>
|
||||
<link href="${collections.javadoc}"/>
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -520,6 +520,9 @@
|
|||
<commons.site.path>lang</commons.site.path>
|
||||
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-lang</commons.scmPubUrl>
|
||||
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
|
||||
|
||||
<!-- Disable Xdoclint, until JavaDoc issues are fixed -->
|
||||
<additionalparam>-Xdoclint:none</additionalparam>
|
||||
</properties>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue