This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-4.1 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit ec0df9ccffec9f11380dfddef949efa59293beb7 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]> (cherry picked from commit 783172fbe142e1a7e0d363a9a4e02ebff44f4141) --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 4085367a0b0..22f4c6e0790 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>
