This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 867dbfe6d4 [doc] Fix paimon-website-javadoc profile to use its own
maven-javadoc-plugin (#7317)
867dbfe6d4 is described below
commit 867dbfe6d4b9a5601b9ecb1c016770f17a6e3370
Author: Jiajia Li <[email protected]>
AuthorDate: Sat Feb 28 12:17:44 2026 +0800
[doc] Fix paimon-website-javadoc profile to use its own
maven-javadoc-plugin (#7317)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7d2df173ee..d0d248e0aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -383,10 +383,10 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version><!--$NO-MVN-MAN-VER$-->
- <configuration>
+ <configuration combine.self="override">
<quiet>true</quiet>
<detectOfflineLinks>false</detectOfflineLinks>
- <additionalJOptions combine.children="append">
+ <additionalJOptions>
<additionalJOption>-Xdoclint:none</additionalJOption>
</additionalJOptions>
</configuration>