This is an automated email from the ASF dual-hosted git repository.
absurdfarce pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git
The following commit(s) were added to refs/heads/3.x by this push:
new 5f72a1241 CASSJAVA-66 Update POM to use new doclint param added in
Maven 3.0
5f72a1241 is described below
commit 5f72a124181e4802c106d920068ea30f5c6b8c52
Author: absurdfarce <[email protected]>
AuthorDate: Thu Dec 19 16:19:24 2024 -0600
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 e3ed58ddc..56a9511c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1015,9 +1015,6 @@ limitations under the License.
<activation>
<jdk>[1.8,)</jdk>
</activation>
- <properties>
- <javadoc.opts>-Xdoclint:none</javadoc.opts>
- </properties>
<build>
<plugins>
<!-- only activate for jdk8+ since requires java 8 -->
@@ -1034,6 +1031,13 @@ limitations under the License.
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration combine.self="override">
+ <doclint>none</doclint>
+ </configuration>
+ </plugin>
</plugins>
</build>
</profile>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]