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

pwason pushed a commit to branch release-0.14.0
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit c7f0e6902fa13e309cc0f9a5fc03f99b528eeca1
Author: empcl <1515827...@qq.com>
AuthorDate: Mon Aug 14 11:37:32 2023 +0800

    [HUDI-6690] Generate test jars for hudi-utilities and hudi-hive-sync 
modules (#9297)
    
    Co-authored-by: chenlei677 <chenlei...@jd.com>
---
 hudi-sync/hudi-hive-sync/pom.xml | 3 +++
 hudi-utilities/pom.xml           | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/hudi-sync/hudi-hive-sync/pom.xml b/hudi-sync/hudi-hive-sync/pom.xml
index d6bef038857..bd9b2daf4f4 100644
--- a/hudi-sync/hudi-hive-sync/pom.xml
+++ b/hudi-sync/hudi-hive-sync/pom.xml
@@ -200,6 +200,9 @@
             </goals>
           </execution>
         </executions>
+        <configuration>
+          <skip>false</skip>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.jacoco</groupId>
diff --git a/hudi-utilities/pom.xml b/hudi-utilities/pom.xml
index 539f44f954b..ab8ec00c084 100644
--- a/hudi-utilities/pom.xml
+++ b/hudi-utilities/pom.xml
@@ -55,6 +55,9 @@
             </goals>
           </execution>
         </executions>
+        <configuration>
+          <skip>false</skip>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>

Reply via email to