This is an automated email from the ASF dual-hosted git repository.
vinish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
The following commit(s) were added to refs/heads/main by this push:
new d6ea3844 Avoid skipping xtable-aws and xtable-hive-metastore in mvn
deploy
d6ea3844 is described below
commit d6ea384444a3b3bcc35d669579cd4bd6114c0f6e
Author: Vinish Reddy <[email protected]>
AuthorDate: Mon Apr 7 00:54:54 2025 -0700
Avoid skipping xtable-aws and xtable-hive-metastore in mvn deploy
---
xtable-aws/pom.xml | 8 --------
xtable-hive-metastore/pom.xml | 8 --------
2 files changed, 16 deletions(-)
diff --git a/xtable-aws/pom.xml b/xtable-aws/pom.xml
index 7ec24cf9..dd1cbad7 100644
--- a/xtable-aws/pom.xml
+++ b/xtable-aws/pom.xml
@@ -101,14 +101,6 @@
<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>
diff --git a/xtable-hive-metastore/pom.xml b/xtable-hive-metastore/pom.xml
index 20520f13..3be6b951 100644
--- a/xtable-hive-metastore/pom.xml
+++ b/xtable-hive-metastore/pom.xml
@@ -193,14 +193,6 @@
<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>