This is an automated email from the ASF dual-hosted git repository.

capistrant pushed a commit to branch 34.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/34.0.0 by this push:
     new 0dba61cb82b Update maven-javadoc-plugin configuration to properly 
disable javadoc linting (#18317) (#18319)
0dba61cb82b is described below

commit 0dba61cb82bef8ce963314fadeb0456abde5b721
Author: Lucas Capistrant <[email protected]>
AuthorDate: Wed Jul 23 21:07:12 2025 -0500

    Update maven-javadoc-plugin configuration to properly disable javadoc 
linting (#18317) (#18319)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0b432865810..019136a7642 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1965,7 +1965,7 @@
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <configuration>
                         <!-- jdk8 started linting javadocs by default; ours 
are not fully compliant -->
-                        <additionalparam>-Xdoclint:none</additionalparam>
+                        <doclint>none</doclint>
 
                         <!-- HadoopFsWrapper javadocs cannot be generated due 
to missing annotations -->
                         
<excludePackageNames>org.apache.hadoop.fs</excludePackageNames>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to