From 5f72a124181e4802c106d920068ea30f5c6b8c52 Mon Sep 17 00:00:00 2001 From: absurdfarce Date: Thu, 19 Dec 2024 16:19:24 -0600 Subject: [PATCH] CASSJAVA-66 Update POM to use new doclint param added in Maven 3.0 patch by Bret McGuire; reviewed by Bret McGuire for CASSJAVA-66 --- pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e3ed58ddc32..56a9511c3d3 100644 --- a/pom.xml +++ b/pom.xml @@ -1015,9 +1015,6 @@ limitations under the License. [1.8,) - - -Xdoclint:none - @@ -1034,6 +1031,13 @@ limitations under the License. + + org.apache.maven.plugins + maven-javadoc-plugin + + none + +