From: Mathieu Baudier Date: Tue, 17 Jul 2018 14:10:24 +0000 (+0200) Subject: Disable doclint on Javadoc generation X-Git-Tag: argeo-commons-2.1.75~4 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=f17b70b5a414d09b26dab94c68d10a80fe75b9a8;p=lgpl%2Fargeo-commons.git Disable doclint on Javadoc generation --- 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. - - + +