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

vinish pushed a commit to branch 536-Exclude-hudi-support-extensions
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git

commit 726263ce52aaa8c3edcbdf70453600f8e2977ab9
Author: Vinish Reddy <vin...@apache.org>
AuthorDate: Mon Oct 28 13:22:41 2024 -0700

    [536] Exclude xtable-hudi-support-extensions from mvn deploy
---
 xtable-hudi-support/xtable-hudi-support-extensions/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml 
b/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
index c657c50d..c6281767 100644
--- a/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
+++ b/xtable-hudi-support/xtable-hudi-support-extensions/pom.xml
@@ -181,6 +181,14 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <version>${maven-deploy-plugin.version}</version>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 

Reply via email to