This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch fix-pom-xml in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit ad0cf6e13e20d297012bd718cd124cb8b5107161 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>
