From b59a865a8abe06bda017f64845a918b00323e51d Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Tue, 8 Apr 2008 18:54:53 +0000 Subject: [PATCH] Converted the activemq-all module to use the shade plugin the build the uber jar git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@646030 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-all/pom.xml | 67 +++++++++++++++++++++++++------------------- 1 file changed, 38 insertions(+), 29 deletions(-) diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml index df3e959c8b..ed18d40ef2 100644 --- a/activemq-all/pom.xml +++ b/activemq-all/pom.xml @@ -38,10 +38,6 @@ - - ${pom.groupId} - activemq-core - ${pom.groupId} activemq-console @@ -52,43 +48,56 @@ ${pom.groupId} - activemq-jaas + activemq-jpa-store - - ${pom.groupId} - activemq-xmpp - - - - org.apache.geronimo.specs - geronimo-jms_1.1_spec - - - org.apache.geronimo.specs - geronimo-j2ee-management_1.0_spec - - - commons-logging - commons-logging-api - - + - org.apache.activemq - maven-bundle-plugin - 4.1-incubator + org.apache.maven.plugins + maven-shade-plugin + 1.0.1 - compile + package - createbundle + shade - activemq-core,activemq-console,activemq-jaas,activemq-optional,geronimo-jms_1.1_spec,geronimo-j2ee-management_1.0_spec,commons-logging-api + + + + ${project.groupId}:activemq-core + ${project.groupId}:activemq-console + ${project.groupId}:activemq-jaas + ${project.groupId}:activemq-optional + ${project.groupId}:activemq-jpa-store + org.apache.geronimo.specs:geronimo-jms_1.1_spec + org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec + commons-logging:commons-logging-api + + + + + + Apache ActiveMQ + + + + META-INF/spring.handlers + + + + META-INF/services/com.sun.tools.xjc.Plugin + + + + META-INF/spring.schemas + +