This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new cc46a00 enforce xdoclint:none through additionalOptions
cc46a00 is described below
commit cc46a0024503b87112a7dea711926c7df3fd16e5
Author: juanpablo <[email protected]>
AuthorDate: Sat Dec 7 01:32:39 2019 +0100
enforce xdoclint:none through additionalOptions
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 5fc0143..f3e45d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -482,6 +482,9 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>${plugin.javadoc.version}</version>
<configuration>
+ <additionalOptions>
+ <additionalOption>-Xdoclint:none</additionalOption>
+ </additionalOptions>
<author>${project.organization.name}</author>
<bottom>Copyright © {inceptionYear}-{currentYear}
${project.organization.name}. All rights reserved.</bottom>
<breakiterator>true</breakiterator>