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

guoweijie pushed a commit to branch patch-fix
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/patch-fix by this push:
     new 339908e0713 fixup! fixup! patch
339908e0713 is described below

commit 339908e07138e8d1e4081a7d646f259215889fdd
Author: Weijie Guo <[email protected]>
AuthorDate: Fri Aug 2 18:35:11 2024 +0800

    fixup! fixup! patch
---
 flink-end-to-end-tests/flink-confluent-schema-registry/pom.xml | 8 ++++++++
 pom.xml                                                        | 3 ++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/flink-end-to-end-tests/flink-confluent-schema-registry/pom.xml 
b/flink-end-to-end-tests/flink-confluent-schema-registry/pom.xml
index 00d19d2a651..3956adf25b3 100644
--- a/flink-end-to-end-tests/flink-confluent-schema-registry/pom.xml
+++ b/flink-end-to-end-tests/flink-confluent-schema-registry/pom.xml
@@ -138,6 +138,14 @@ under the License.
                                        <excludes>**/example/avro/*</excludes>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               
<version>${maven-javadoc-plugin.version}</version>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
 </project>
diff --git a/pom.xml b/pom.xml
index ae0b5db9d4d..dc23b141d76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,6 +169,7 @@ under the License.
                <commons.io.version>2.15.1</commons.io.version>
                <japicmp.skip>false</japicmp.skip>
                <flink.convergence.phase>validate</flink.convergence.phase>
+               
<maven-javadoc-plugin.version>3.7.0</maven-javadoc-plugin.version>
                <!--
                        Keeping the MiniKDC version fixed instead of taking 
hadoop version dependency
                        to support testing Kafka, ZK etc., modules that does 
not have Hadoop dependency
@@ -2238,7 +2239,7 @@ under the License.
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-javadoc-plugin</artifactId>
-                                       
<version>2.10</version><!--$NO-MVN-MAN-VER$-->
+                                       
<version>${maven-javadoc-plugin.version}</version><!--$NO-MVN-MAN-VER$-->
                                        <configuration>
                                                <quiet>true</quiet>
                                                
<detectOfflineLinks>false</detectOfflineLinks>

Reply via email to