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 63aeec79 Exclude xtable-utilities from mvn deploy
63aeec79 is described below
commit 63aeec791830d2cd01465e8eb52fb2f4f24722f6
Author: Vinish Reddy <[email protected]>
AuthorDate: Tue Sep 17 19:13:57 2024 +0530
Exclude xtable-utilities from mvn deploy
---
xtable-utilities/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/xtable-utilities/pom.xml b/xtable-utilities/pom.xml
index d9f64f65..175b4757 100644
--- a/xtable-utilities/pom.xml
+++ b/xtable-utilities/pom.xml
@@ -142,6 +142,14 @@
</transformers>
</configuration>
</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>
</project>