diff --git a/assembly/LICENSE.txt b/assembly/LICENSE.txt new file mode 100755 index 0000000000..e5582f22e4 --- /dev/null +++ b/assembly/LICENSE.txt @@ -0,0 +1,20 @@ +/** + * + * Copyright 2004 Protique Ltd + * Copyright 2004 Hiram Chirino + * Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + **/ + diff --git a/assembly/README.txt b/assembly/README.txt new file mode 100755 index 0000000000..43d419195c --- /dev/null +++ b/assembly/README.txt @@ -0,0 +1,29 @@ +Welcome to ActiveMQ +=================== + +ActiveMQ is a high performance Apache 2.0 licenced Message Broker and JMS 1.1 implementation. + +To help you get started, try the following links:- + +Getting Started +http://activemq.org/Getting+Started + +Building +http://activemq.org/Building + +Examples +http://activemq.org/Examples + +We welcome contributions of all kinds, for details of how you can help +http://activemq.codehaus.org/Contributing + +Please refer to the website for details of finding the issue tracker, email lists, wiki or IRC channel +http://activemq.org/ + + +Please help us make ActiveMQ better - we appreciate any feedback you may have. + +Enjoy! + +----------------- +The ActiveMQ team diff --git a/assembly/pom.xml b/assembly/pom.xml old mode 100644 new mode 100755 index 3a97b7537f..7259a7e5f1 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -1,311 +1,133 @@ - 4.0.0 + 4.0.0 + + + org.apache.activemq + activemq-project + 4.0-SNAPSHOT + ../pom.xml + + + activemq + jar + ActiveMQ :: Assembly + Puts together the ActiveMQ distribution + + + + + org.apache.activemq + activemq-core + ${version} + + + org.apache.activemq + activemq-optional + ${version} + + + org.apache.activemq + activemq-ra + rar + ${version} + + + org.apache.activemq + activemq-jaas + ${version} + + + org.apache.activemq + activemq-web + war + ${version} + + + + backport-util-concurrent + backport-util-concurrent + + + activeio + activeio + + + commons-logging + commons-logging + + + log4j + log4j + - - activemq - activemq - 4.0-SNAPSHOT - + + geronimo-spec + geronimo-spec-jms + + + geronimo-spec + geronimo-spec-jsp + + + + xbean + xbean-spring + + + org.springframework + spring + - activemq-assembly - jar - ActiveMQ Assembly + + jetty + servlet-api + + + jetty + jetty + - - - src/test - - - - false - ${basedir}/src/test - - **/*.properties - **/*.xml - - - - - - - maven-surefire-plugin - - - - **/ReliableReconnectTest.* - - - **/SubscribeClosePublishThenConsumeTest.* - - **/DurableConsumerCloseAndReconnectTest.* - **/QueueConsumerCloseAndReconnectTest.* - **/ChangeSessionDeliveryModeTest.* - **/DeadLetterTest.* - - - - - - maven-assembly-plugin - 2.1-SNAPSHOT - - - assemble-jar - package - - src/main/assembly/dep.xml - - - assembly - - - - assemble-bin - verify - - src/main/assembly/bin.xml - false - activemq-${version} - - - assembly - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.0 - - - integration-test - - - - - - - - - - - - - - - - - - - - run - - - - - - - - - - src/resources - - **/* - - - - - - - - - - geronimo-spec - geronimo-spec-jms - - - - geronimo-spec - geronimo-spec-jta - - - - geronimo-spec - geronimo-spec-j2ee-management - - - - geronimo-spec - geronimo-spec-j2ee-jacc - - - - backport-util-concurrent - backport-util-concurrent - - - - log4j - log4j - - - - junit - junit - - - - - activemq - activemq-core - ${version} - - - - activeio - activeio - - - - - activemq - activemq-core-test - ${version} - - - - activemq - activemq-ra - ${version} - rar - - - - activemq - activemq-ra - ${version} - jar - - - - - activesoap - activesoap - - - - - commons-beanutils - commons-beanutils - - - commons-collections - commons-collections - - - - commons-httpclient - commons-httpclient - - - - - - jetty - servlet-api - - - jetty - jetty - - - - jrms - jrms - - - - xstream - xstream - - - - xmlpull - xmlpull - - - - activemq - jmdns - - - - activecluster - activecluster - - - - xbean - xbean-spring - - - - springframework - spring - - - - - commons-dbcp - commons-dbcp - - - commons-pool - commons-pool - - - - - org.apache.derby - derby - - - org.apache.derby - derbynet - - - - xerces - xercesImpl - - - xerces - xmlParserAPIs - - - - - geronimo-spec - geronimo-spec-jsp - - - - geronimo-spec - geronimo-spec-j2ee-connector - - - - mx4j - mx4j - - - - mx4j - mx4j-remote - - - + + + + + + + + maven-surefire-plugin + 2.1.2-SNAPSHOT + + pertest + + + **/DefaultStoreBrokerTest.* + **/ActiveIOTransportBrokerTest.* + + **/SpringTest.* + **/*QuickJournalRecoveryBrokerTest.* + + + **/*RetroactiveConsumerTestWithDestinationBasedBufferTest.* + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + install + + assembly + + + src/main/descriptors/bin.xml + + + + + + +