PHOENIX-4706 Remove bundling dependencies into phoenix-core

Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/40d04cba
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/40d04cba
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/40d04cba

Branch: refs/heads/4.x-cdh5.12
Commit: 40d04cbab498fa127f4f453ee8a6a0888ba7d01d
Parents: 5fb85b5
Author: Josh Elser <els...@apache.org>
Authored: Tue May 8 04:01:35 2018 +0100
Committer: Pedro Boado <pbo...@apache.org>
Committed: Fri May 25 09:24:13 2018 +0100

----------------------------------------------------------------------
 phoenix-core/pom.xml | 28 ----------------------------
 1 file changed, 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/40d04cba/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 60c04d4..8b09c67 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -170,34 +170,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <!--Make it so assembly:single does nothing in here -->
-        <artifactId>maven-assembly-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>core</id>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-            <configuration>
-              <attach>false</attach>
-              <finalName>phoenix</finalName>
-              <archive>
-                <index>true</index>
-                <manifest>
-                  <addClasspath>true</addClasspath>
-                  
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-                  
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-                </manifest>
-              </archive>
-              <descriptors>
-                <descriptor>src/build/phoenix-core.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
-        </executions>      
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
       </plugin>

Reply via email to