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/10 18:21:46 UTC

[incubator-pinot] 01/01: Remove unused shaded jars

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

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

commit b0c1fa661ce7693100d664e4e0d564e40caf371d
Author: Jack Li(Analytics Engineering) <jl...@jlli-mn1.linkedin.biz>
AuthorDate: Wed Mar 10 10:21:19 2021 -0800

    Remove unused shaded jars
---
 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