From f17b70b5a414d09b26dab94c68d10a80fe75b9a8 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 17 Jul 2018 16:10:24 +0200 Subject: [PATCH] Disable doclint on Javadoc generation --- pom.xml | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 79365daba..b0b78e93a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 org.argeo.commons argeo-commons @@ -221,6 +223,16 @@ limitations under the License. maven-site-plugin 3.7 + + maven-javadoc-plugin + 3.0.0 + + false + -Xdoclint:none + *.internal.*,org.eclipse.* + UTF-8 + + maven-release-plugin 2.5.1 @@ -465,8 +477,10 @@ limitations under the License. - - + + @@ -491,8 +505,10 @@ limitations under the License. - - + + -- 2.30.2