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/11 18:16:07 UTC

[incubator-pinot] branch master updated: Remove unused shaded jars (#6666)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b72917c  Remove unused shaded jars (#6666)
b72917c is described below

commit b72917c19b2c76c92d1e3e5f17faacf34d7b02ec
Author: Jialiang Li <jl...@linkedin.com>
AuthorDate: Thu Mar 11 10:15:47 2021 -0800

    Remove unused shaded jars (#6666)
    
    Co-authored-by: Jack Li(Analytics Engineering) <jl...@jlli-mn1.linkedin.biz>
---
 pinot-broker/pom.xml     | 23 -----------------------
 pinot-controller/pom.xml | 23 -----------------------
 pinot-minion/pom.xml     | 23 -----------------------
 pinot-server/pom.xml     | 24 ------------------------
 4 files changed, 93 deletions(-)

diff --git a/pinot-broker/pom.xml b/pinot-broker/pom.xml
index f411d65..bdc3c74 100644
--- a/pinot-broker/pom.xml
+++ b/pinot-broker/pom.xml
@@ -52,29 +52,6 @@
       </plugin>
     </plugins>
   </build>
-  <profiles>
-    <profile>
-      <id>build-shaded-jar</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-shade-plugin</artifactId>
-            <executions>
-              <execution>
-                <phase>package</phase>
-                <goals>
-                  <goal>shade</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
   <dependencies>
     <dependency>
       <groupId>org.apache.pinot</groupId>
diff --git a/pinot-controller/pom.xml b/pinot-controller/pom.xml
index 875a721..d8fca48 100644
--- a/pinot-controller/pom.xml
+++ b/pinot-controller/pom.xml
@@ -34,29 +34,6 @@
   <properties>
     <pinot.root>${basedir}/..</pinot.root>
   </properties>
-  <profiles>
-    <profile>
-      <id>build-shaded-jar</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-shade-plugin</artifactId>
-            <executions>
-              <execution>
-                <phase>package</phase>
-                <goals>
-                  <goal>shade</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
   <dependencies>
     <dependency>
       <groupId>org.apache.pinot</groupId>
diff --git a/pinot-minion/pom.xml b/pinot-minion/pom.xml
index 8c86c48..b88bb7b 100644
--- a/pinot-minion/pom.xml
+++ b/pinot-minion/pom.xml
@@ -52,29 +52,6 @@
       </plugin>
     </plugins>
   </build>
-  <profiles>
-    <profile>
-      <id>build-shaded-jar</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-shade-plugin</artifactId>
-            <executions>
-              <execution>
-                <phase>package</phase>
-                <goals>
-                  <goal>shade</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
   <dependencies>
     <dependency>
       <groupId>org.apache.pinot</groupId>
diff --git a/pinot-server/pom.xml b/pinot-server/pom.xml
index c97d20c..3596c7c 100644
--- a/pinot-server/pom.xml
+++ b/pinot-server/pom.xml
@@ -34,30 +34,6 @@
   <properties>
     <pinot.root>${basedir}/..</pinot.root>
   </properties>
-  <profiles>
-    <profile>
-      <id>build-shaded-jar</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-shade-plugin</artifactId>
-            <executions>
-              <execution>
-                <phase>package</phase>
-                <goals>
-                  <goal>shade</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.pinot</groupId>


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