This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 1e84fa7c694 [improve][build] Disable javadoc build failure (#24594)
1e84fa7c694 is described below
commit 1e84fa7c6945623dbeeda1f8acfc12f97f0c027a
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 d125586a62c..17376a72b75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2270,6 +2270,7 @@ flexible messaging model and an intuitive client
API.</description>
<configuration>
<doclint>none</doclint>
<notimestamp>true</notimestamp>
+ <failOnError>false</failOnError>
</configuration>
</plugin>
<plugin>
@@ -2517,6 +2518,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>