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

zixuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 783172fbe14 [improve][build] Disable javadoc build failure (#24594)
783172fbe14 is described below

commit 783172fbe142e1a7e0d363a9a4e02ebff44f4141
Author: Zixuan Liu <[email protected]>
AuthorDate: Mon Sep 8 22:22:17 2025 +0800

    [improve][build] Disable javadoc build failure (#24594)
    
    Signed-off-by: Zixuan Liu <[email protected]>
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 69f4596e216..a4611ac21c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2291,6 +2291,7 @@ flexible messaging model and an intuitive client 
API.</description>
           <configuration>
             <doclint>none</doclint>
             <notimestamp>true</notimestamp>
+            <failOnError>false</failOnError>
           </configuration>
         </plugin>
         <plugin>
@@ -2524,6 +2525,7 @@ flexible messaging model and an intuitive client 
API.</description>
             <artifactId>maven-javadoc-plugin</artifactId>
             <configuration>
               <doclint>none</doclint>
+              <failOnError>false</failOnError>
             </configuration>
           </plugin>
           <plugin>

Reply via email to