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:02 UTC

[incubator-pinot] branch skip-deploy-in-pinot-tools created (now 90cd580)

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

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


      at 90cd580  Skip mvn deploy in pinot-tools module

This branch includes the following new commits:

     new 90cd580  Skip mvn deploy in pinot-tools module

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


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

Posted by jl...@apache.org.
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