You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2021/03/05 07:10:03 UTC

[incubator-pinot] 01/01: Skip mvn deploy in pinot-tools module

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

jlli pushed a commit to branch skip-deploy-in-pinot-tools
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 90cd580aec5a8ab9d2ed73ee199db3292d90b25f
Author: Jack Li(Analytics Engineering) <jl...@jlli-mn1.linkedin.biz>
AuthorDate: Thu Mar 4 23:09:23 2021 -0800

    Skip mvn deploy in pinot-tools module
---
 pinot-tools/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml
index a139df2..4d44681 100644
--- a/pinot-tools/pom.xml
+++ b/pinot-tools/pom.xml
@@ -455,6 +455,14 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <version>2.8.2</version>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
       </plugin>
       <plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org