From a55aae00e73aad844bbacd2afdd03c1459179882 Mon Sep 17 00:00:00 2001 From: "Timothy A. Bish" Date: Mon, 28 Jan 2013 22:44:25 +0000 Subject: [PATCH] Scrub the pom files and remove old cruft and leftovers from the recent refactoring git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1439680 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-amqp/pom.xml | 14 +- activemq-blueprint/pom.xml | 48 +- activemq-broker/pom.xml | 39 +- activemq-camel/pom.xml | 3 +- activemq-client/pom.xml | 44 +- activemq-console/pom.xml | 57 +- activemq-core/pom.xml | 1183 ++++++++--------- activemq-fileserver/pom.xml | 12 +- activemq-http/pom.xml | 141 +- activemq-itests-spring31/pom.xml | 7 +- activemq-jaas/pom.xml | 36 +- activemq-jdbc-store/pom.xml | 892 +------------ activemq-kahadb-store/pom.xml | 42 +- activemq-karaf-itest/pom.xml | 65 +- activemq-karaf/pom.xml | 131 +- activemq-leveldb-store/pom.xml | 39 +- activemq-log4j-appender/pom.xml | 56 +- activemq-mqtt/pom.xml | 13 +- activemq-openwire-generator/pom.xml | 4 +- activemq-openwire-legacy/pom.xml | 31 +- activemq-osgi/pom.xml | 39 +- activemq-pool/pom.xml | 15 +- activemq-ra/pom.xml | 11 +- activemq-rar/pom.xml | 268 ++-- activemq-run/pom.xml | 4 +- activemq-spring/pom.xml | 96 +- activemq-stomp/pom.xml | 9 +- .../activemq-maven-plugin/pom.xml | 3 +- .../activemq-memtest-maven-plugin/pom.xml | 2 +- .../activemq-perf-maven-plugin/pom.xml | 111 +- activemq-tooling/pom.xml | 4 +- activemq-web-console/pom.xml | 68 +- activemq-web-demo/pom.xml | 9 +- activemq-web/pom.xml | 13 +- activemq-xmpp/pom.xml | 6 +- assembly/pom.xml | 13 - 36 files changed, 1180 insertions(+), 2348 deletions(-) diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml index 512237ee10..78ea565262 100644 --- a/activemq-amqp/pom.xml +++ b/activemq-amqp/pom.xml @@ -32,7 +32,6 @@ ActiveMQ implementaiton of AMQP messaging protocol - org.apache.activemq activemq-broker @@ -41,13 +40,11 @@ org.slf4j slf4j-api - org.apache.qpid proton-jms ${qpid-proton-version} - org.fusesource.hawtbuf hawtbuf @@ -75,7 +72,6 @@ jetty-all-server test - org.apache.activemq activemq-broker @@ -87,12 +83,6 @@ activemq-spring test - - - - - - junit junit @@ -103,9 +93,8 @@ slf4j-log4j12 test - - + - + 4.0.0 @@ -31,24 +32,24 @@ - org.apache.xbean*;version="[3.12,4)", - org.apache.aries.blueprint.*;version="[1.0,2)", - * + org.apache.xbean*;version="[3.12,4)", + org.apache.aries.blueprint.*;version="[1.0,2)", + * - - - org.apache.aries.blueprint - org.apache.aries.blueprint - ${aries-version} - - - org.apache.xbean - xbean-blueprint - ${xbean-version} - - + + + org.apache.aries.blueprint + org.apache.aries.blueprint + ${aries-version} + + + org.apache.xbean + xbean-blueprint + ${xbean-version} + + @@ -57,18 +58,17 @@ maven-bundle-plugin - + org.apache.activemq.activemq-core - - maven-resources-plugin - - - maven-install-plugin - + + maven-resources-plugin + + + maven-install-plugin + - diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml index 4f20de019d..486b7993c4 100755 --- a/activemq-broker/pom.xml +++ b/activemq-broker/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -48,7 +49,7 @@ - + @@ -62,10 +63,6 @@ activemq-jaas true - - - - @@ -75,7 +72,7 @@ - + junit @@ -181,27 +178,21 @@ always ${surefire.argLine} alphabetical - - + org.apache.activemq.default.directory.prefix target/ - - - - - **/*Test.* - + + + + + **/*Test.* + diff --git a/activemq-camel/pom.xml b/activemq-camel/pom.xml index e5487b07ee..80b2f37e7a 100755 --- a/activemq-camel/pom.xml +++ b/activemq-camel/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml index 58cfca1963..d8bf9b9ff0 100755 --- a/activemq-client/pom.xml +++ b/activemq-client/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -72,7 +73,7 @@ - + junit @@ -86,14 +87,13 @@ - + org.apache.activemq activemq-openwire-generator true - @@ -198,34 +198,27 @@ - maven-surefire-plugin always ${surefire.argLine} alphabetical - - + org.apache.activemq.default.directory.prefix target/ - - - - - **/*Test.* - + + + + + **/*Test.* + @@ -279,8 +272,11 @@ Running OpenWire Generator - - + + diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index 8beb121e3d..eebf4415d1 100644 --- a/activemq-console/pom.xml +++ b/activemq-console/pom.xml @@ -6,17 +6,18 @@ The ASF licenses this file to You 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. --> - - + + 4.0.0 @@ -43,17 +44,8 @@ org.apache.activemq.console*;version=${project.version};-noimport:=true, - + - - - - - - - - - ${project.groupId} activemq-kahadb-store @@ -68,17 +60,14 @@ org.apache.geronimo.specs geronimo-jms_1.1_spec - commons-pool commons-pool - org.apache.xbean xbean-spring - org.slf4j slf4j-api @@ -100,8 +89,6 @@ jackson-mapper-asl ${jackson-version} - - ${project.groupId} activemq-broker @@ -114,7 +101,7 @@ org.springframework spring-context test - + org.slf4j slf4j-log4j12 @@ -130,13 +117,11 @@ derby test - junit junit test - org.apache.velocity velocity @@ -158,16 +143,13 @@ org.jasypt jasypt - commons-daemon commons-daemon - - + - @@ -175,31 +157,24 @@ pertest false - true - + true + org.apache.activemq.default.directory.prefix target/ - + while running mvn:test Note: if you want to see log messages on the console window remove "redirectTestOutputToFile" + from the parent pom --> + - **/*Test* - + org.fusesource.hawtbuf hawtbuf-protoc @@ -207,7 +182,7 @@ alt - + compile diff --git a/activemq-core/pom.xml b/activemq-core/pom.xml index a954e14deb..7e18183eb5 100755 --- a/activemq-core/pom.xml +++ b/activemq-core/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -30,41 +31,6 @@ The ActiveMQ Message Broker and Client implementations - - com.thoughtworks.xstream*;resolution:=optional, - org.xmlpull*;resolution:=optional, - javax.xml.stream*;resolution:=optional, - javax.annotation*;resolution:=optional, - javax.transaction*;resolution:=optional, - javax.security*;resolution:=optional, - javax.jmdns*;resolution:=optional, - org.codehaus.jettison*;resolution:=optional, - org.apache.activeio*;resolution:=optional, - org.apache.camel*;resolution:=optional, - org.apache.commons.net*;resolution:=optional, - org.apache.derby*;resolution:=optional, - org.apache.tools.ant*;resolution:=optional, - org.apache.maven*;resolution:=optional, - org.apache.xbean*;resolution:=optional, - '=org.apache.xbean.spring.context.v2;resolution:=optional', - org.apache.xpath*;resolution:=optional, - org.codehaus.jam*;resolution:=optional, - org.springframework*;resolution:=optional, - org.springframework.beans.factory.xml;resolution:=optional, - org.w3c.dom.traversal*;resolution:=optional, - org.fusesource.hawtbuf*;resolution:=optional, - org.apache.activemq.store.leveldb*;resolution:=optional, - org.apache.activemq.leveldb*;resolution:=optional, - org.fusesource.mqtt.client*;resolution:=optional, - org.fusesource.mqtt.codec*;resolution:=optional, - * - - - org.apache.activemq*;version=${project.version};-noimport:=true, - org.apache.kahadb*;version=${project.version};-noimport:=true, - '=META-INF.services.org.apache.xbean.spring.http.activemq.apache.org.schema';-noimport:=true - - * -Xmx512M @@ -77,7 +43,6 @@ org.apache.activemq activemq-spring - org.apache.activemq activemq-jdbc-store @@ -94,7 +59,6 @@ org.apache.activemq activemq-leveldb-store - org.apache.activemq activemq-console @@ -111,7 +75,6 @@ org.apache.activemq activemq-amqp - org.apache.geronimo.specs geronimo-jms_1.1_spec @@ -120,7 +83,6 @@ org.slf4j slf4j-api - ${project.groupId} activeio-core @@ -134,7 +96,6 @@ - org.osgi org.osgi.core @@ -171,9 +132,9 @@ true - org.codehaus.jettison - jettison - true + org.codehaus.jettison + jettison + true @@ -200,18 +161,16 @@ - org.apache.xbean - xbean-spring - test + org.apache.xbean + xbean-spring + test - ${project.groupId} activemq-broker test-jar test - junit junit @@ -447,15 +406,13 @@ - maven-surefire-plugin always ${surefire.argLine} alphabetical - - + org.apache.activemq.default.directory.prefix target/ @@ -471,13 +428,12 @@ file:target/test-classes/log4j.properties --> - - - **/*Test.* - + + + **/*Test.* + - org.apache.maven.plugins maven-clean-plugin @@ -494,15 +450,15 @@ maven-antrun-plugin - package - package - - - Deleting unwanted resources from the test-jar - - - - + package + package + + + Deleting unwanted resources from the test-jar + + + + run @@ -516,10 +472,14 @@ Running the XSDDoc task - - + + @@ -550,7 +510,7 @@ org.codehaus.mojo cobertura-maven-plugin - + 50 50 true @@ -561,591 +521,520 @@ - - - activemq.tests-all - - - activemq.tests - all - - - - - - maven-surefire-plugin - - - - **/perf/* - - **/load/* - - - - - - - - activemq.exclude-broken-tests - - true - - activemq.tests - - - - - - maven-surefire-plugin - - - - **/MultipleTestsWithSpringFactoryBeanTest.* - **/MultipleTestsWithXBeanFactoryBeanTest.* - **/MultipleTestsWithSpringXBeanFactoryBeanTest.* - - - **/PeerTransportTest.* - **/MulticastTransportTest.* - **/MulticastNetworkTest.* - **/UnreliableUdpTransportTest.* - **/SslTransportBrokerTest.* - - - **/QuickJournalRecoveryBrokerTest.* - **/QuickJournalXARecoveryBrokerTest.* - **/ZeroconfDiscoverTransportTest.* - - - **/QueueConsumerCloseAndReconnectTest.* - **/TwoBrokerMulticastQueueTest.* - - - **/SSHTunnelNetworkReconnectTest.* - - - **/FailoverConsumerTest.* - - - **/nio/** - **/NioQueueSubscriptionTest.*/ - - - **/NetworkConnectionsCleanedupTest.*/** - - - **/JDBCTestMemory.* - - **/amq1490/* - **/archive/* - **/NetworkFailoverTest.*/** - - **/vm/VMTransportBrokerTest.* - **/broker/MarshallingBrokerTest.* - - **/AMQDeadlockTest3.* - - - **/ProxyConnectorTest.* - - - **/BrokerNetworkWithStuckMessagesTest.* - **/DoSTest.* - - - - - - - - - activemq.tests-quick - - true - - - - - maven-surefire-plugin - - - - **/perf/* - - **/load/* - - - **/TransactionNotStartedErrorTest.* - **/DefaultStoreBrokerTest.* - **/TcpTransportBrokerTest.* - - - org/apache/activemq/openwire/v*/** - - - org/apache/activemq/ActiveMQInputStreamTest.* - org/apache/activemq/ActiveMQMessageAuditTest.* - org/apache/activemq/BrokerConfigTest.* - org/apache/activemq/ConsumerReceiveWithTimeoutTest.* - org/apache/activemq/CreateConsumerButDontStartConnectionWarningTest.* - org/apache/activemq/ExpiryHogTest.* - org/apache/activemq/JmsAutoAckListenerTest.* - org/apache/activemq/JmsClientAckListenerTest.* - org/apache/activemq/JmsDurableTopicSelectorTest.* - org/apache/activemq/JmsQueueSendReceiveTwoConnectionsStartBeforeBrokerTest.* - org/apache/activemq/JmsSendReceiveWithMessageExpirationTest.* - org/apache/activemq/JmsSendWithAsyncCallbackTest.* - org/apache/activemq/JmsTopicSelectorTest.* - org/apache/activemq/MessageEvictionTest.* - org/apache/activemq/MessageListenerRedeliveryTest.* - org/apache/activemq/OnePrefetchAsyncConsumerTest.* - org/apache/activemq/OptimizedAckTest.* - org/apache/activemq/PerDestinationStoreLimitTest.* - org/apache/activemq/ProducerFlowControlSendFailTest.* - org/apache/activemq/ProducerFlowControlTest.* - org/apache/activemq/QueueConsumerPriorityTest.* - org/apache/activemq/ReconnectWithSameClientIDTest.* - org/apache/activemq/RemoveDestinationTest.* - org/apache/activemq/TimeStampTest.* - org/apache/activemq/advisory/DestinationListenerTest.* - org/apache/activemq/advisory/MasterSlaveTempQueueMemoryTest.* - org/apache/activemq/advisory/TempDestLoadTest.* - org/apache/activemq/advisory/TempQueueMemoryTest.* - org/apache/activemq/blob/FilesystemBlobTest.* - org/apache/activemq/broker/DoubleSubscriptionTest.* - org/apache/activemq/broker/JdbcXARecoveryBrokerTest.* - org/apache/activemq/broker/QueueMbeanRestartTest.* - org/apache/activemq/broker/ReconnectWithJMXEnabledTest.* - org/apache/activemq/broker/RecoveryBrokerTest.* - org/apache/activemq/broker/RedeliveryRestartTest.* - org/apache/activemq/broker/SpringTest.* - org/apache/activemq/broker/XARecoveryBrokerTest.* - org/apache/activemq/broker/advisory/AdvisoryDuplexNetworkBridgeTest.* - org/apache/activemq/broker/advisory/AdvisoryNetworkBridgeTest.* - org/apache/activemq/broker/ft/DbRestartJDBCQueueMasterSlaveTest.* - org/apache/activemq/broker/ft/DbRestartJDBCQueueTest.* - org/apache/activemq/broker/ft/JDBCQueueMasterSlaveTest.* - org/apache/activemq/broker/ft/MasterSlaveProducerFlowControlTest.* - org/apache/activemq/broker/ft/MasterSlaveSlaveDieTest.* - org/apache/activemq/broker/ft/MasterSlaveSlaveShutdownTest.* - org/apache/activemq/broker/ft/QueueMasterSlaveSingleUrlTest.* - org/apache/activemq/broker/ft/QueueMasterSlaveTest.* - org/apache/activemq/broker/ft/QueueMasterSlaveTestUsingSharedFileTest.* - org/apache/activemq/broker/ft/QueueMasterSlaveUsingMasterConnectorElementCompositeQueueTest.* - org/apache/activemq/broker/ft/QueueMasterSlaveUsingMasterConnectorElementTest.* - org/apache/activemq/broker/ft/TopicMasterSlaveTest.* - org/apache/activemq/broker/ft/TransactedTopicMasterSlaveTest.* - org/apache/activemq/broker/jmx/MBeanTest.* - org/apache/activemq/broker/jmx/PurgeTest.* - org/apache/activemq/broker/mKahaDBXARecoveryBrokerTest.* - org/apache/activemq/broker/policy/AbortSlowConsumerTest.* - org/apache/activemq/broker/region/DestinationGCTest.* - org/apache/activemq/broker/region/DestinationRemoveRestartTest.* - org/apache/activemq/broker/region/QueueDuplicatesFromStoreTest.* - org/apache/activemq/broker/region/UniquePropertyMessageEvictionStrategyTest.* - org/apache/activemq/broker/region/cursors/CursorDurableTest.* - org/apache/activemq/broker/region/cursors/CursorQueueStoreTest.* - org/apache/activemq/broker/region/cursors/FilePendingMessageCursorTest.* - org/apache/activemq/broker/region/cursors/NegativeQueueTest.* - org/apache/activemq/broker/region/cursors/StoreBasedCursorTest.* - org/apache/activemq/broker/region/cursors/StoreQueueCursorJDBCNoDuplicateTest.* - org/apache/activemq/broker/scheduler/JmsCronSchedulerTest.* - org/apache/activemq/broker/scheduler/JmsSchedulerTest.* - org/apache/activemq/broker/scheduler/JobSchedulerManagementTest.* - org/apache/activemq/broker/scheduler/JobSchedulerStoreTest.* - org/apache/activemq/broker/scheduler/JobSchedulerTest.* - org/apache/activemq/broker/store/DefaultStoreRecoveryBrokerTest.* - org/apache/activemq/broker/store/RecoverExpiredMessagesTest.* - org/apache/activemq/broker/util/PluginBrokerTest.* - org/apache/activemq/broker/util/TraceBrokerPathPluginTest.* - org/apache/activemq/broker/virtual/CompositeTopicTest.* - org/apache/activemq/broker/virtual/FilteredQueueTest.* - org/apache/activemq/broker/virtual/MirroredQueueCorrectMemoryUsageTest.* - org/apache/activemq/broker/virtual/VirtualTopicDLQTest.* - org/apache/activemq/broker/virtual/VirtualTopicDisconnectSelectorTest.* - org/apache/activemq/bugs/AMQ1687Test.* - org/apache/activemq/bugs/AMQ1853Test.* - org/apache/activemq/bugs/AMQ1893Test.* - org/apache/activemq/bugs/AMQ1917Test.* - org/apache/activemq/bugs/AMQ1936Test.* - org/apache/activemq/bugs/AMQ2021Test.* - org/apache/activemq/bugs/AMQ2084Test.* - org/apache/activemq/bugs/AMQ2149KahaDBTest.* - org/apache/activemq/bugs/AMQ2149Test.* - org/apache/activemq/bugs/AMQ2171Test.* - org/apache/activemq/bugs/AMQ2183Test.* - org/apache/activemq/bugs/AMQ2200Test.* - org/apache/activemq/bugs/AMQ2213Test.* - org/apache/activemq/bugs/AMQ2314Test.* - org/apache/activemq/bugs/AMQ2356Test.* - org/apache/activemq/bugs/AMQ2364Test.* - org/apache/activemq/bugs/AMQ2401Test.* - org/apache/activemq/bugs/AMQ2413Test.* - org/apache/activemq/bugs/AMQ2439Test.* - org/apache/activemq/bugs/AMQ2489Test.* - org/apache/activemq/bugs/AMQ2512Test.* - org/apache/activemq/bugs/AMQ2513Test.* - org/apache/activemq/bugs/AMQ2580Test.* - org/apache/activemq/bugs/AMQ2584ConcurrentDlqTest.* - org/apache/activemq/bugs/AMQ2584Test.* - org/apache/activemq/bugs/AMQ2616Test.* - org/apache/activemq/bugs/AMQ2645Test.* - org/apache/activemq/bugs/AMQ2751Test.* - org/apache/activemq/bugs/AMQ2764Test.* - org/apache/activemq/bugs/AMQ2832Test.* - org/apache/activemq/bugs/AMQ2870Test.* - org/apache/activemq/bugs/AMQ2910Test.* - org/apache/activemq/bugs/AMQ2982Test.* - org/apache/activemq/bugs/AMQ2983Test.* - org/apache/activemq/bugs/AMQ3120Test.* - org/apache/activemq/bugs/AMQ3140Test.* - org/apache/activemq/bugs/AMQ3141Test.* - org/apache/activemq/bugs/AMQ3145Test.* - org/apache/activemq/bugs/AMQ3157Test.* - org/apache/activemq/bugs/AMQ3167Test.* - org/apache/activemq/bugs/AMQ3274Test.* - org/apache/activemq/bugs/AMQ3324Test.* - org/apache/activemq/bugs/AMQ3352Test.* - org/apache/activemq/bugs/AMQ3405Test.* - org/apache/activemq/bugs/AMQ3436Test.* - org/apache/activemq/bugs/AMQ3445Test.* - org/apache/activemq/bugs/AMQ3454Test.* - org/apache/activemq/bugs/AMQ3529Test.* - org/apache/activemq/bugs/AMQ3567Test.* - org/apache/activemq/bugs/AMQ3622Test.* - org/apache/activemq/bugs/AMQ3625Test.* - org/apache/activemq/bugs/AMQ3674Test.* - org/apache/activemq/bugs/AMQ3675Test.* - org/apache/activemq/bugs/AMQ3678Test.* - org/apache/activemq/bugs/AMQ3732Test.* - org/apache/activemq/bugs/AMQ3841Test.* - org/apache/activemq/bugs/AMQ4221Test.* - org/apache/activemq/bugs/ActiveMQSlowConsumerManualTest.* - org/apache/activemq/bugs/ConnectionPerMessageTest.* - org/apache/activemq/bugs/CraigsBugTest.* - org/apache/activemq/bugs/DataFileNotDeletedTest.* - org/apache/activemq/bugs/DoubleExpireTest.* - org/apache/activemq/bugs/DurableConsumerTest.* - org/apache/activemq/bugs/JMSDurableTopicNoLocalTest.* - org/apache/activemq/bugs/JmsDurableTopicSlowReceiveTest.* - org/apache/activemq/bugs/JmsTimeoutTest.* - org/apache/activemq/bugs/MemoryUsageBlockResumeTest.* - org/apache/activemq/bugs/MemoryUsageCleanupTest.* - org/apache/activemq/bugs/MessageExpirationReaperTest.* - org/apache/activemq/bugs/MissingDataFileTest.* - org/apache/activemq/bugs/QueueWorkerPrefetchTest.* - org/apache/activemq/bugs/SlowConsumerTest.* - org/apache/activemq/bugs/SparseAckReplayAfterStoreCleanupAMQStoreTest.* - org/apache/activemq/bugs/TempStorageBlockedBrokerTest.* - org/apache/activemq/bugs/TempStoreDataCleanupTest.* - org/apache/activemq/bugs/VMTransportClosureTest.* - org/apache/activemq/bugs/amq1095/MessageSelectorTest.* - org/apache/activemq/camel/AMQ2611Test.* - org/apache/activemq/camel/CamelDestinationExclusiveConsumerTest.* - org/apache/activemq/camel/CamelRedeliveryTest.* - org/apache/activemq/camel/CamelVMTransportRoutingTest.* - org/apache/activemq/camel/DlqTest.* - org/apache/activemq/camel/JmsJdbcXATest.* - org/apache/activemq/camel/SetHeaderTest.* - org/apache/activemq/camel/TransactedConsumeTest.* - org/apache/activemq/camel/component/ActiveMQJmsHeaderRouteTest.* - org/apache/activemq/camel/component/ActiveMQRouteTest.* - org/apache/activemq/camel/component/AutoExposeQueuesInCamelTest.* - org/apache/activemq/camel/component/InvokeRequestReplyUsingJmsReplyToHeaderTest.* - org/apache/activemq/camel/component/JmsSimpleRequestReplyTest.* - org/apache/activemq/camel/component/JournalRouteTest.* - org/apache/activemq/command/MessageCompressionTest.* - org/apache/activemq/config/BrokerXmlConfigFromJNDITest.* - org/apache/activemq/config/ConfigTest.* - org/apache/activemq/console/command/AMQJournalToolTest.* - org/apache/activemq/console/command/TestAMQ3410.* - org/apache/activemq/console/command/TestAMQ3411.* - org/apache/activemq/console/command/TestPurgeCommand.* - org/apache/activemq/kaha/LoadTest.* - org/apache/activemq/kaha/impl/index/hash/HashTest.* - org/apache/activemq/network/DemandForwardingBridgeFilterTest.* - org/apache/activemq/network/DuplexNetworkMBeanTest.* - org/apache/activemq/network/DuplexNetworkTest.* - org/apache/activemq/network/FailoverStaticNetworkTest.* - org/apache/activemq/network/NetworkBrokerDetachTest.* - org/apache/activemq/network/NetworkConnectionsTest.* - org/apache/activemq/network/NetworkLoadTest.* - org/apache/activemq/network/NetworkReconnectTest.* - org/apache/activemq/network/NetworkRemovesSubscriptionsTest.* - org/apache/activemq/network/NetworkRestartPlainTest.* - org/apache/activemq/network/NetworkRestartTest.* - org/apache/activemq/network/SimpleNetworkTest.* - org/apache/activemq/network/jms/QueueBridgeStandaloneReconnectTest.* - org/apache/activemq/network/jms/QueueBridgeTest.* - org/apache/activemq/network/jms/QueueBridgeXBeanTest.* - org/apache/activemq/network/jms/QueueOutboundBridgeReconnectTest.* - org/apache/activemq/network/jms/TopicBridgeSpringTest.* - org/apache/activemq/network/jms/TopicBridgeStandaloneReconnectTest.* - org/apache/activemq/network/jms/TopicBridgeXBeanTest.* - org/apache/activemq/network/jms/TopicOutboundBridgeReconnectTest.* - org/apache/activemq/plugin/BrokerStatisticsPluginTest.* - org/apache/activemq/pool/ConnectionExpiryEvictsFromPoolTest.* - org/apache/activemq/pool/PooledConnectionFactoryMaximumActiveTest.* - org/apache/activemq/pool/PooledConnectionFactoryTest.* - org/apache/activemq/proxy/ProxyFailoverTest.* - org/apache/activemq/ra/FailoverManagedClusterTest.* - org/apache/activemq/ra/FailoverManagedConnectionTest.* - org/apache/activemq/security/JaasNetworkTest.* - org/apache/activemq/security/LDAPSecurityTest.* - org/apache/activemq/security/SecurityJMXTest.* - org/apache/activemq/security/XBeanSecurityWithGuestNoCredentialsOnlyTest.* - org/apache/activemq/security/XBeanSslContextTest.* - org/apache/activemq/spring/ListenerTest.* - org/apache/activemq/spring/ParallelXATransactionTest.* - org/apache/activemq/spring/Spring2XmlNamespacesTest.* - org/apache/activemq/spring/Spring2XmlNamespacesWithoutRemoteSchemaTest.* - org/apache/activemq/store/AutoStorePerDestinationTest.* - org/apache/activemq/store/StorePerDestinationTest.* - org/apache/activemq/store/jdbc/JDBCCommitExceptionTest.* - org/apache/activemq/store/jdbc/JDBCMessagePriorityTest.* - org/apache/activemq/store/jdbc/JDBCNegativeQueueTest.* - org/apache/activemq/store/jdbc/JDBCNetworkBrokerDetachTest.* - org/apache/activemq/store/jdbc/JDBCPersistenceAdapterTest.* - org/apache/activemq/store/jdbc/JDBCStoreBrokerTest.* - org/apache/activemq/store/jdbc/JDBCStoreOrderTest.* - org/apache/activemq/store/jdbc/JDBCXACommitExceptionTest.* - org/apache/activemq/store/kahadb/KahaDBFastEnqueueTest.* - org/apache/activemq/store/kahadb/KahaDBMessagePriorityTest.* - org/apache/activemq/store/kahadb/KahaDBStoreRecoveryBrokerTest.* - org/apache/activemq/store/kahadb/KahaDBStoreRecoveryExpiryTest.* - org/apache/activemq/store/kahadb/KahaDBStoreTest.* - org/apache/activemq/store/kahadb/KahaDBTest.* - org/apache/activemq/store/kahadb/KahaDBVersionTest.* - org/apache/activemq/store/kahadb/plist/PListTest.* - org/apache/activemq/test/JmsTopicSendReceiveWithEmbeddedBrokerAndUserIDTest.* - org/apache/activemq/test/JmsTopicSendReceiveWithTwoConnectionsAndEmbeddedBrokerTest.* - org/apache/activemq/test/message/NestedMapAndListPropertyTest.* - org/apache/activemq/test/message/NestedMapMessageTest.* - org/apache/activemq/test/rollback/RollbacksWhileConsumingLargeQueueTest.* - org/apache/activemq/transport/QueueClusterTest.* - org/apache/activemq/transport/SoWriteTimeoutClientTest.* - org/apache/activemq/transport/SoWriteTimeoutTest.* - org/apache/activemq/transport/TopicClusterTest.* - org/apache/activemq/transport/discovery/DiscoveryNetworkReconnectTest.* - org/apache/activemq/transport/discovery/DiscoveryTransportBrokerTest.* - org/apache/activemq/transport/discovery/DiscoveryTransportNoBrokerTest.* - org/apache/activemq/transport/discovery/DiscoveryUriTest.* - org/apache/activemq/transport/discovery/MasterSlaveDiscoveryTest.* - org/apache/activemq/transport/failover/AMQ1925Test.* - org/apache/activemq/transport/failover/ConnectionHangOnStartupTest.* - org/apache/activemq/transport/failover/FailoverClusterTest.* - org/apache/activemq/transport/failover/FailoverComplexClusterTest.* - org/apache/activemq/transport/failover/FailoverConsumerOutstandingCommitTest.* - org/apache/activemq/transport/failover/FailoverConsumerUnconsumedTest.* - org/apache/activemq/transport/failover/FailoverDuplicateTest.* - org/apache/activemq/transport/failover/FailoverPrefetchZeroTest.* - org/apache/activemq/transport/failover/FailoverPriorityTest.* - org/apache/activemq/transport/failover/FailoverRandomTest.* - org/apache/activemq/transport/failover/FailoverRedeliveryTransactionTest.* - org/apache/activemq/transport/failover/FailoverTimeoutTest.* - org/apache/activemq/transport/failover/FailoverTransactionTest.* - org/apache/activemq/transport/failover/FailoverTransportBackupsTest.* - org/apache/activemq/transport/failover/FailoverTransportBrokerTest.* - org/apache/activemq/transport/failover/FailoverUpdateURIsTest.* - org/apache/activemq/transport/failover/InitalReconnectDelayTest.* - org/apache/activemq/transport/failover/ReconnectTest.* - org/apache/activemq/transport/fanout/FanoutTest.* - org/apache/activemq/transport/fanout/FanoutTransportBrokerTest.* - org/apache/activemq/transport/http/HttpClientReconnectTest.* - org/apache/activemq/transport/http/HttpJmsDurableTopicSendReceiveTest.* - org/apache/activemq/transport/http/HttpPersistentSendAndReceiveTest.* - org/apache/activemq/transport/http/HttpSpringTest.* - org/apache/activemq/transport/mqtt/MQTTTest.* - org/apache/activemq/transport/mqtt/MTQQNioTest.* - org/apache/activemq/transport/stomp/ConnectTest.* - org/apache/activemq/transport/stomp/Stomp11Test.* - org/apache/activemq/transport/stomp/StompAdvisoryTest.* - org/apache/activemq/transport/stomp/StompLoadTest.* - org/apache/activemq/transport/stomp/StompNIOLoadTest.* - org/apache/activemq/transport/stomp/StompNIOSSLLoadTest.* - org/apache/activemq/transport/stomp/StompNIOSSLTest.* - org/apache/activemq/transport/stomp/StompNIOTest.* - org/apache/activemq/transport/stomp/StompSSLLoadTest.* - org/apache/activemq/transport/stomp/StompSslAuthTest.* - org/apache/activemq/transport/stomp/StompSslTest.* - org/apache/activemq/transport/stomp/StompSubscriptionRemoveTest.* - org/apache/activemq/transport/stomp/StompTelnetTest.* - org/apache/activemq/transport/stomp/StompTest.* - org/apache/activemq/transport/stomp/StompVirtualTopicTest.* - org/apache/activemq/transport/tcp/InactivityMonitorTest.* - org/apache/activemq/transport/tcp/SslBrokerServiceTest.* - org/apache/activemq/transport/tcp/SslContextBrokerServiceTest.* - org/apache/activemq/transport/tcp/SslContextNBrokerServiceTest.* - org/apache/activemq/transport/vm/VMTransportBrokerNameTest.* - org/apache/activemq/transport/vm/VMTransportWaitForTest.* - org/apache/activemq/transport/vm/VmTransportNetworkBrokerTest.* - org/apache/activemq/transport/xmpp/XmppTest.* - org/apache/activemq/usage/StoreUsageTest.* - org/apache/activemq/usecases/AMQ2927Test.* - org/apache/activemq/usecases/AMQStackOverFlowTest.* - org/apache/activemq/usecases/AMQStoreDurableSubscriptionTest.* - org/apache/activemq/usecases/AdvisoryTopicCleanUpTest.* - org/apache/activemq/usecases/BrowseOverNetworkTest.* - org/apache/activemq/usecases/ClientRebalanceTest.* - org/apache/activemq/usecases/CompositePublishTest.* - org/apache/activemq/usecases/ConcurrentDestinationCreationTest.* - org/apache/activemq/usecases/ConcurrentProducerDurableConsumerTest.* - org/apache/activemq/usecases/ConcurrentProducerQueueConsumerTest.* - org/apache/activemq/usecases/ConsumeUncompressedCompressedMessageTest.* - org/apache/activemq/usecases/CreateLotsOfTemporaryQueuesTest.* - org/apache/activemq/usecases/DiscriminatingConsumerLoadTest.* - org/apache/activemq/usecases/DispatchMultipleConsumersTest.* - org/apache/activemq/usecases/DurableConsumerCloseAndReconnectTcpTest.* - org/apache/activemq/usecases/DurableConsumerCloseAndReconnectTest.* - org/apache/activemq/usecases/DurableSubDelayedUnsubscribeTest.* - org/apache/activemq/usecases/DurableSubProcessMultiRestartTest.* - org/apache/activemq/usecases/DurableSubProcessTest.* - org/apache/activemq/usecases/DurableSubSelectorDelayTest.* - org/apache/activemq/usecases/DurableSubSelectorDelayWithRestartTest.* - org/apache/activemq/usecases/DurableSubscriberNonPersistentMessageTest.* - org/apache/activemq/usecases/DurableSubscriberWithNetworkDisconnectTest.* - org/apache/activemq/usecases/DurableSubscriptionActivationTest.* - org/apache/activemq/usecases/DurableSubscriptionOfflineTest.* - org/apache/activemq/usecases/DurableSubscriptionReactivationTest.* - org/apache/activemq/usecases/DurableSubscriptionRemoveOfflineTest.* - org/apache/activemq/usecases/DurableSubscriptionSelectorTest.* - org/apache/activemq/usecases/DurableSubscriptionUnsubscribeTest.* - org/apache/activemq/usecases/DurableUnsubscribeTest.* - org/apache/activemq/usecases/ExpiredMessagesTest.* - org/apache/activemq/usecases/ExpiredMessagesWithNoConsumerTest.* - org/apache/activemq/usecases/JDBCDurableSubscriptionTest.* - org/apache/activemq/usecases/JMXRemoveQueueThenSendIgnoredTest.* - org/apache/activemq/usecases/JdbcDurableSubDupTest.* - org/apache/activemq/usecases/JournalDurableSubscriptionTest.* - org/apache/activemq/usecases/KahaDBDurableSubscriptionTest.* - org/apache/activemq/usecases/LargeQueueSparseDeleteTest.* - org/apache/activemq/usecases/MessageGroupCloseTest.* - org/apache/activemq/usecases/MessageGroupDelayedTest.* - org/apache/activemq/usecases/MessageGroupNewConsumerTest.* - org/apache/activemq/usecases/MessageReroutingTest.* - org/apache/activemq/usecases/MultiBrokersMultiClientsTest.* - org/apache/activemq/usecases/MultiBrokersMultiClientsUsingTcpTest.* - org/apache/activemq/usecases/MulticastDiscoveryOnFaultyNetworkTest.* - org/apache/activemq/usecases/NetworkAsyncStartTest.* - org/apache/activemq/usecases/NetworkBridgeProducerFlowControlTest.* - org/apache/activemq/usecases/NetworkOfTwentyBrokersTest.* - org/apache/activemq/usecases/NoDuplicateOnTopicNetworkTest.* - org/apache/activemq/usecases/NonBlockingConsumerRedeliveryTest.* - org/apache/activemq/usecases/PublishOnQueueConsumedMessageInTransactionTest.* - org/apache/activemq/usecases/PublishOnQueueConsumedMessageUsingActivemqXMLTest.* - org/apache/activemq/usecases/PublishOnTopicConsumedMessageTest.* - org/apache/activemq/usecases/PublishOnTopicConsumerMessageUsingActivemqXMLTest.* - org/apache/activemq/usecases/QueueDuplicatesTest.* - org/apache/activemq/usecases/QueueMemoryFullMultiBrokersTest.* - org/apache/activemq/usecases/QueueRedeliverTest.* - org/apache/activemq/usecases/ReliableReconnectTest.* - org/apache/activemq/usecases/RequestReplyNoAdvisoryNetworkTest.* - org/apache/activemq/usecases/SingleBrokerVirtualDestinationsWithWildcardTest.* - org/apache/activemq/usecases/StartAndStopBrokerTest.* - org/apache/activemq/usecases/StartAndStopClientAndBrokerDoesNotLeaveThreadsRunningTest.* - org/apache/activemq/usecases/StaticNetworkTest.* - org/apache/activemq/usecases/TempTopicProducerFlowControlTest.* - org/apache/activemq/usecases/ThreeBrokerQueueNetworkTest.* - org/apache/activemq/usecases/ThreeBrokerQueueNetworkUsingTcpTest.* - org/apache/activemq/usecases/ThreeBrokerStompTemporaryQueueTest.* - org/apache/activemq/usecases/ThreeBrokerTempQueueNetworkTest.* - org/apache/activemq/usecases/ThreeBrokerTopicNetworkTest.* - org/apache/activemq/usecases/ThreeBrokerTopicNetworkUsingTcpTest.* - org/apache/activemq/usecases/ThreeBrokerVirtualTopicNetworkAMQPATest.* - org/apache/activemq/usecases/ThreeBrokerVirtualTopicNetworkTest.* - org/apache/activemq/usecases/TopicProducerFlowControlTest.* - org/apache/activemq/usecases/TopicRedeliverTest.* - org/apache/activemq/usecases/TopicReplicationTest.* - org/apache/activemq/usecases/TopicSubscriptionSlowConsumerTest.* - org/apache/activemq/usecases/TransientQueueRedeliverTest.* - org/apache/activemq/usecases/TwoBrokerMessageNotSentToRemoteWhenNoConsumerTest.* - org/apache/activemq/usecases/TwoBrokerNetworkConnectorWildcardDynamicallyIncludedDestinationTest.* - org/apache/activemq/usecases/TwoBrokerNetworkConnectorWildcardStaticallyIncludedDestinationTest.* - org/apache/activemq/usecases/TwoBrokerNetworkLoadBalanceTest.* - org/apache/activemq/usecases/TwoBrokerQueueClientsReconnectTest.* - org/apache/activemq/usecases/TwoBrokerQueueSendReceiveTest.* - org/apache/activemq/usecases/TwoBrokerTempQueueAdvisoryTest.* - org/apache/activemq/usecases/TwoBrokerTopicSendReceiveLotsOfMessagesUsingTcpTest.* - org/apache/activemq/usecases/TwoBrokerTopicSendReceiveTest.* - org/apache/activemq/usecases/TwoBrokerTopicSendReceiveUsingJavaConfigurationTest.* - org/apache/activemq/usecases/TwoBrokerTopicSendReceiveUsingTcpTest.* - org/apache/activemq/usecases/TwoBrokerVirtualDestDinamicallyIncludedDestTest.* - org/apache/activemq/usecases/TwoMulticastDiscoveryBrokerTopicSendReceiveTest.* - org/apache/activemq/usecases/UnlimitedEnqueueTest.* - org/apache/activemq/util/DataByteArrayInputStreamTest.* - org/apache/activemq/util/HttpBlobTest.* - org/apache/activemq/util/LRUCacheTest.* - org/apache/activemq/web/AjaxTest.* - org/apache/activemq/web/RestTest.* - org/apache/activemq/xbean/ConnectorXBeanConfigTest.* - org/apache/activemq/xbean/JDBCPersistenceXBeanConfigTest.* - org/apache/activemq/xbean/XBeanXmlTest.* - org/apache/bugs/AMQ1730Test.* - org/apache/activemq/store/kahadb/bugs/LoadBalanceTest.* - org/apache/activemq/store/kahadb/disk/index/BTreeIndexTest.* - org/apache/activemq/store/kahadb/disk/index/HashIndexTest.* - org/apache/activemq/store/kahadb/disk/index/ListIndexTest.* - org/apache/activemq/store/kahadb/disk/util/DataByteArrayInputStreamTest.* - - - - - - - - + - xbean-generate + activemq.tests-all + + + activemq.tests + all + + - org.apache.xbean - maven-xbean-plugin - 3.12 - - - process-classes - - - ${basedir}/../activemq-leveldb-store/src/main/java - ${basedir}/../activemq-kahadb-store/src/main/java - ${basedir}/../activemq-jdbc-store/src/main/java - ${basedir}/../activemq-amq-store/src/main/java - ${basedir}/../activemq-broker/src/main/java - ${basedir}/../activemq-client/src/main/java - - - ${basedir}/../activemq-leveldb-store/target/classes - ${basedir}/../activemq-kahadb-store/target/classes - - false - http://activemq.apache.org/schema/core - ${basedir}/src/main/resources/activemq.xsd - ${basedir}/src/main/resources - false - org.apache.activemq.broker.jmx.AnnotatedMBean,org.apache.activemq.broker.jmx.DestinationViewMBean - - - mapping - - - - - - com.thoughtworks.qdox - qdox - 1.12 - - + maven-surefire-plugin + + + + **/perf/* + + **/load/* + + - unstable - - + activemq.exclude-broken-tests + + true + + activemq.tests + + + + + + maven-surefire-plugin + + + + **/MultipleTestsWithSpringFactoryBeanTest.* + **/MultipleTestsWithXBeanFactoryBeanTest.* + **/MultipleTestsWithSpringXBeanFactoryBeanTest.* + + **/PeerTransportTest.* + **/MulticastTransportTest.* + **/MulticastNetworkTest.* + **/UnreliableUdpTransportTest.* + **/SslTransportBrokerTest.* + + **/QuickJournalRecoveryBrokerTest.* + **/QuickJournalXARecoveryBrokerTest.* + **/ZeroconfDiscoverTransportTest.* + + **/QueueConsumerCloseAndReconnectTest.* + **/TwoBrokerMulticastQueueTest.* + + **/SSHTunnelNetworkReconnectTest.* + + **/FailoverConsumerTest.* + + **/nio/** + **/NioQueueSubscriptionTest.*/ + + **/NetworkConnectionsCleanedupTest.*/** + + **/JDBCTestMemory.* + **/amq1490/* + **/archive/* + **/NetworkFailoverTest.*/** + **/vm/VMTransportBrokerTest.* + **/broker/MarshallingBrokerTest.* + **/AMQDeadlockTest3.* + + **/ProxyConnectorTest.* + + **/BrokerNetworkWithStuckMessagesTest.* + **/DoSTest.* + + + + + + + + activemq.tests-quick + + true + + + + + maven-surefire-plugin + + + + **/perf/* + + **/load/* + + **/TransactionNotStartedErrorTest.* + **/DefaultStoreBrokerTest.* + **/TcpTransportBrokerTest.* + + org/apache/activemq/openwire/v*/** + + org/apache/activemq/ActiveMQInputStreamTest.* + org/apache/activemq/ActiveMQMessageAuditTest.* + org/apache/activemq/BrokerConfigTest.* + org/apache/activemq/ConsumerReceiveWithTimeoutTest.* + org/apache/activemq/CreateConsumerButDontStartConnectionWarningTest.* + org/apache/activemq/ExpiryHogTest.* + org/apache/activemq/JmsAutoAckListenerTest.* + org/apache/activemq/JmsClientAckListenerTest.* + org/apache/activemq/JmsDurableTopicSelectorTest.* + org/apache/activemq/JmsQueueSendReceiveTwoConnectionsStartBeforeBrokerTest.* + org/apache/activemq/JmsSendReceiveWithMessageExpirationTest.* + org/apache/activemq/JmsSendWithAsyncCallbackTest.* + org/apache/activemq/JmsTopicSelectorTest.* + org/apache/activemq/MessageEvictionTest.* + org/apache/activemq/MessageListenerRedeliveryTest.* + org/apache/activemq/OnePrefetchAsyncConsumerTest.* + org/apache/activemq/OptimizedAckTest.* + org/apache/activemq/PerDestinationStoreLimitTest.* + org/apache/activemq/ProducerFlowControlSendFailTest.* + org/apache/activemq/ProducerFlowControlTest.* + org/apache/activemq/QueueConsumerPriorityTest.* + org/apache/activemq/ReconnectWithSameClientIDTest.* + org/apache/activemq/RemoveDestinationTest.* + org/apache/activemq/TimeStampTest.* + org/apache/activemq/advisory/DestinationListenerTest.* + org/apache/activemq/advisory/MasterSlaveTempQueueMemoryTest.* + org/apache/activemq/advisory/TempDestLoadTest.* + org/apache/activemq/advisory/TempQueueMemoryTest.* + org/apache/activemq/blob/FilesystemBlobTest.* + org/apache/activemq/broker/DoubleSubscriptionTest.* + org/apache/activemq/broker/JdbcXARecoveryBrokerTest.* + org/apache/activemq/broker/QueueMbeanRestartTest.* + org/apache/activemq/broker/ReconnectWithJMXEnabledTest.* + org/apache/activemq/broker/RecoveryBrokerTest.* + org/apache/activemq/broker/RedeliveryRestartTest.* + org/apache/activemq/broker/SpringTest.* + org/apache/activemq/broker/XARecoveryBrokerTest.* + org/apache/activemq/broker/advisory/AdvisoryDuplexNetworkBridgeTest.* + org/apache/activemq/broker/advisory/AdvisoryNetworkBridgeTest.* + org/apache/activemq/broker/ft/DbRestartJDBCQueueMasterSlaveTest.* + org/apache/activemq/broker/ft/DbRestartJDBCQueueTest.* + org/apache/activemq/broker/ft/JDBCQueueMasterSlaveTest.* + org/apache/activemq/broker/ft/MasterSlaveProducerFlowControlTest.* + org/apache/activemq/broker/ft/MasterSlaveSlaveDieTest.* + org/apache/activemq/broker/ft/MasterSlaveSlaveShutdownTest.* + org/apache/activemq/broker/ft/QueueMasterSlaveSingleUrlTest.* + org/apache/activemq/broker/ft/QueueMasterSlaveTest.* + org/apache/activemq/broker/ft/QueueMasterSlaveTestUsingSharedFileTest.* + org/apache/activemq/broker/ft/QueueMasterSlaveUsingMasterConnectorElementCompositeQueueTest.* + org/apache/activemq/broker/ft/QueueMasterSlaveUsingMasterConnectorElementTest.* + org/apache/activemq/broker/ft/TopicMasterSlaveTest.* + org/apache/activemq/broker/ft/TransactedTopicMasterSlaveTest.* + org/apache/activemq/broker/jmx/MBeanTest.* + org/apache/activemq/broker/jmx/PurgeTest.* + org/apache/activemq/broker/mKahaDBXARecoveryBrokerTest.* + org/apache/activemq/broker/policy/AbortSlowConsumerTest.* + org/apache/activemq/broker/region/DestinationGCTest.* + org/apache/activemq/broker/region/DestinationRemoveRestartTest.* + org/apache/activemq/broker/region/QueueDuplicatesFromStoreTest.* + org/apache/activemq/broker/region/UniquePropertyMessageEvictionStrategyTest.* + org/apache/activemq/broker/region/cursors/CursorDurableTest.* + org/apache/activemq/broker/region/cursors/CursorQueueStoreTest.* + org/apache/activemq/broker/region/cursors/FilePendingMessageCursorTest.* + org/apache/activemq/broker/region/cursors/NegativeQueueTest.* + org/apache/activemq/broker/region/cursors/StoreBasedCursorTest.* + org/apache/activemq/broker/region/cursors/StoreQueueCursorJDBCNoDuplicateTest.* + org/apache/activemq/broker/scheduler/JmsCronSchedulerTest.* + org/apache/activemq/broker/scheduler/JmsSchedulerTest.* + org/apache/activemq/broker/scheduler/JobSchedulerManagementTest.* + org/apache/activemq/broker/scheduler/JobSchedulerStoreTest.* + org/apache/activemq/broker/scheduler/JobSchedulerTest.* + org/apache/activemq/broker/store/DefaultStoreRecoveryBrokerTest.* + org/apache/activemq/broker/store/RecoverExpiredMessagesTest.* + org/apache/activemq/broker/util/PluginBrokerTest.* + org/apache/activemq/broker/util/TraceBrokerPathPluginTest.* + org/apache/activemq/broker/virtual/CompositeTopicTest.* + org/apache/activemq/broker/virtual/FilteredQueueTest.* + org/apache/activemq/broker/virtual/MirroredQueueCorrectMemoryUsageTest.* + org/apache/activemq/broker/virtual/VirtualTopicDLQTest.* + org/apache/activemq/broker/virtual/VirtualTopicDisconnectSelectorTest.* + org/apache/activemq/bugs/AMQ1687Test.* + org/apache/activemq/bugs/AMQ1853Test.* + org/apache/activemq/bugs/AMQ1893Test.* + org/apache/activemq/bugs/AMQ1917Test.* + org/apache/activemq/bugs/AMQ1936Test.* + org/apache/activemq/bugs/AMQ2021Test.* + org/apache/activemq/bugs/AMQ2084Test.* + org/apache/activemq/bugs/AMQ2149KahaDBTest.* + org/apache/activemq/bugs/AMQ2149Test.* + org/apache/activemq/bugs/AMQ2171Test.* + org/apache/activemq/bugs/AMQ2183Test.* + org/apache/activemq/bugs/AMQ2200Test.* + org/apache/activemq/bugs/AMQ2213Test.* + org/apache/activemq/bugs/AMQ2314Test.* + org/apache/activemq/bugs/AMQ2356Test.* + org/apache/activemq/bugs/AMQ2364Test.* + org/apache/activemq/bugs/AMQ2401Test.* + org/apache/activemq/bugs/AMQ2413Test.* + org/apache/activemq/bugs/AMQ2439Test.* + org/apache/activemq/bugs/AMQ2489Test.* + org/apache/activemq/bugs/AMQ2512Test.* + org/apache/activemq/bugs/AMQ2513Test.* + org/apache/activemq/bugs/AMQ2580Test.* + org/apache/activemq/bugs/AMQ2584ConcurrentDlqTest.* + org/apache/activemq/bugs/AMQ2584Test.* + org/apache/activemq/bugs/AMQ2616Test.* + org/apache/activemq/bugs/AMQ2645Test.* + org/apache/activemq/bugs/AMQ2751Test.* + org/apache/activemq/bugs/AMQ2764Test.* + org/apache/activemq/bugs/AMQ2832Test.* + org/apache/activemq/bugs/AMQ2870Test.* + org/apache/activemq/bugs/AMQ2910Test.* + org/apache/activemq/bugs/AMQ2982Test.* + org/apache/activemq/bugs/AMQ2983Test.* + org/apache/activemq/bugs/AMQ3120Test.* + org/apache/activemq/bugs/AMQ3140Test.* + org/apache/activemq/bugs/AMQ3141Test.* + org/apache/activemq/bugs/AMQ3145Test.* + org/apache/activemq/bugs/AMQ3157Test.* + org/apache/activemq/bugs/AMQ3167Test.* + org/apache/activemq/bugs/AMQ3274Test.* + org/apache/activemq/bugs/AMQ3324Test.* + org/apache/activemq/bugs/AMQ3352Test.* + org/apache/activemq/bugs/AMQ3405Test.* + org/apache/activemq/bugs/AMQ3436Test.* + org/apache/activemq/bugs/AMQ3445Test.* + org/apache/activemq/bugs/AMQ3454Test.* + org/apache/activemq/bugs/AMQ3529Test.* + org/apache/activemq/bugs/AMQ3567Test.* + org/apache/activemq/bugs/AMQ3622Test.* + org/apache/activemq/bugs/AMQ3625Test.* + org/apache/activemq/bugs/AMQ3674Test.* + org/apache/activemq/bugs/AMQ3675Test.* + org/apache/activemq/bugs/AMQ3678Test.* + org/apache/activemq/bugs/AMQ3732Test.* + org/apache/activemq/bugs/AMQ3841Test.* + org/apache/activemq/bugs/AMQ4221Test.* + org/apache/activemq/bugs/ActiveMQSlowConsumerManualTest.* + org/apache/activemq/bugs/ConnectionPerMessageTest.* + org/apache/activemq/bugs/CraigsBugTest.* + org/apache/activemq/bugs/DataFileNotDeletedTest.* + org/apache/activemq/bugs/DoubleExpireTest.* + org/apache/activemq/bugs/DurableConsumerTest.* + org/apache/activemq/bugs/JMSDurableTopicNoLocalTest.* + org/apache/activemq/bugs/JmsDurableTopicSlowReceiveTest.* + org/apache/activemq/bugs/JmsTimeoutTest.* + org/apache/activemq/bugs/MemoryUsageBlockResumeTest.* + org/apache/activemq/bugs/MemoryUsageCleanupTest.* + org/apache/activemq/bugs/MessageExpirationReaperTest.* + org/apache/activemq/bugs/MissingDataFileTest.* + org/apache/activemq/bugs/QueueWorkerPrefetchTest.* + org/apache/activemq/bugs/SlowConsumerTest.* + org/apache/activemq/bugs/SparseAckReplayAfterStoreCleanupAMQStoreTest.* + org/apache/activemq/bugs/TempStorageBlockedBrokerTest.* + org/apache/activemq/bugs/TempStoreDataCleanupTest.* + org/apache/activemq/bugs/VMTransportClosureTest.* + org/apache/activemq/bugs/amq1095/MessageSelectorTest.* + org/apache/activemq/camel/AMQ2611Test.* + org/apache/activemq/camel/CamelDestinationExclusiveConsumerTest.* + org/apache/activemq/camel/CamelRedeliveryTest.* + org/apache/activemq/camel/CamelVMTransportRoutingTest.* + org/apache/activemq/camel/DlqTest.* + org/apache/activemq/camel/JmsJdbcXATest.* + org/apache/activemq/camel/SetHeaderTest.* + org/apache/activemq/camel/TransactedConsumeTest.* + org/apache/activemq/camel/component/ActiveMQJmsHeaderRouteTest.* + org/apache/activemq/camel/component/ActiveMQRouteTest.* + org/apache/activemq/camel/component/AutoExposeQueuesInCamelTest.* + org/apache/activemq/camel/component/InvokeRequestReplyUsingJmsReplyToHeaderTest.* + org/apache/activemq/camel/component/JmsSimpleRequestReplyTest.* + org/apache/activemq/camel/component/JournalRouteTest.* + org/apache/activemq/command/MessageCompressionTest.* + org/apache/activemq/config/BrokerXmlConfigFromJNDITest.* + org/apache/activemq/config/ConfigTest.* + org/apache/activemq/console/command/AMQJournalToolTest.* + org/apache/activemq/console/command/TestAMQ3410.* + org/apache/activemq/console/command/TestAMQ3411.* + org/apache/activemq/console/command/TestPurgeCommand.* + org/apache/activemq/kaha/LoadTest.* + org/apache/activemq/kaha/impl/index/hash/HashTest.* + org/apache/activemq/network/DemandForwardingBridgeFilterTest.* + org/apache/activemq/network/DuplexNetworkMBeanTest.* + org/apache/activemq/network/DuplexNetworkTest.* + org/apache/activemq/network/FailoverStaticNetworkTest.* + org/apache/activemq/network/NetworkBrokerDetachTest.* + org/apache/activemq/network/NetworkConnectionsTest.* + org/apache/activemq/network/NetworkLoadTest.* + org/apache/activemq/network/NetworkReconnectTest.* + org/apache/activemq/network/NetworkRemovesSubscriptionsTest.* + org/apache/activemq/network/NetworkRestartPlainTest.* + org/apache/activemq/network/NetworkRestartTest.* + org/apache/activemq/network/SimpleNetworkTest.* + org/apache/activemq/network/jms/QueueBridgeStandaloneReconnectTest.* + org/apache/activemq/network/jms/QueueBridgeTest.* + org/apache/activemq/network/jms/QueueBridgeXBeanTest.* + org/apache/activemq/network/jms/QueueOutboundBridgeReconnectTest.* + org/apache/activemq/network/jms/TopicBridgeSpringTest.* + org/apache/activemq/network/jms/TopicBridgeStandaloneReconnectTest.* + org/apache/activemq/network/jms/TopicBridgeXBeanTest.* + org/apache/activemq/network/jms/TopicOutboundBridgeReconnectTest.* + org/apache/activemq/plugin/BrokerStatisticsPluginTest.* + org/apache/activemq/pool/ConnectionExpiryEvictsFromPoolTest.* + org/apache/activemq/pool/PooledConnectionFactoryMaximumActiveTest.* + org/apache/activemq/pool/PooledConnectionFactoryTest.* + org/apache/activemq/proxy/ProxyFailoverTest.* + org/apache/activemq/ra/FailoverManagedClusterTest.* + org/apache/activemq/ra/FailoverManagedConnectionTest.* + org/apache/activemq/security/JaasNetworkTest.* + org/apache/activemq/security/LDAPSecurityTest.* + org/apache/activemq/security/SecurityJMXTest.* + org/apache/activemq/security/XBeanSecurityWithGuestNoCredentialsOnlyTest.* + org/apache/activemq/security/XBeanSslContextTest.* + org/apache/activemq/spring/ListenerTest.* + org/apache/activemq/spring/ParallelXATransactionTest.* + org/apache/activemq/spring/Spring2XmlNamespacesTest.* + org/apache/activemq/spring/Spring2XmlNamespacesWithoutRemoteSchemaTest.* + org/apache/activemq/store/AutoStorePerDestinationTest.* + org/apache/activemq/store/StorePerDestinationTest.* + org/apache/activemq/store/jdbc/JDBCCommitExceptionTest.* + org/apache/activemq/store/jdbc/JDBCMessagePriorityTest.* + org/apache/activemq/store/jdbc/JDBCNegativeQueueTest.* + org/apache/activemq/store/jdbc/JDBCNetworkBrokerDetachTest.* + org/apache/activemq/store/jdbc/JDBCPersistenceAdapterTest.* + org/apache/activemq/store/jdbc/JDBCStoreBrokerTest.* + org/apache/activemq/store/jdbc/JDBCStoreOrderTest.* + org/apache/activemq/store/jdbc/JDBCXACommitExceptionTest.* + org/apache/activemq/store/kahadb/KahaDBFastEnqueueTest.* + org/apache/activemq/store/kahadb/KahaDBMessagePriorityTest.* + org/apache/activemq/store/kahadb/KahaDBStoreRecoveryBrokerTest.* + org/apache/activemq/store/kahadb/KahaDBStoreRecoveryExpiryTest.* + org/apache/activemq/store/kahadb/KahaDBStoreTest.* + org/apache/activemq/store/kahadb/KahaDBTest.* + org/apache/activemq/store/kahadb/KahaDBVersionTest.* + org/apache/activemq/store/kahadb/plist/PListTest.* + org/apache/activemq/test/JmsTopicSendReceiveWithEmbeddedBrokerAndUserIDTest.* + org/apache/activemq/test/JmsTopicSendReceiveWithTwoConnectionsAndEmbeddedBrokerTest.* + org/apache/activemq/test/message/NestedMapAndListPropertyTest.* + org/apache/activemq/test/message/NestedMapMessageTest.* + org/apache/activemq/test/rollback/RollbacksWhileConsumingLargeQueueTest.* + org/apache/activemq/transport/QueueClusterTest.* + org/apache/activemq/transport/SoWriteTimeoutClientTest.* + org/apache/activemq/transport/SoWriteTimeoutTest.* + org/apache/activemq/transport/TopicClusterTest.* + org/apache/activemq/transport/discovery/DiscoveryNetworkReconnectTest.* + org/apache/activemq/transport/discovery/DiscoveryTransportBrokerTest.* + org/apache/activemq/transport/discovery/DiscoveryTransportNoBrokerTest.* + org/apache/activemq/transport/discovery/DiscoveryUriTest.* + org/apache/activemq/transport/discovery/MasterSlaveDiscoveryTest.* + org/apache/activemq/transport/failover/AMQ1925Test.* + org/apache/activemq/transport/failover/ConnectionHangOnStartupTest.* + org/apache/activemq/transport/failover/FailoverClusterTest.* + org/apache/activemq/transport/failover/FailoverComplexClusterTest.* + org/apache/activemq/transport/failover/FailoverConsumerOutstandingCommitTest.* + org/apache/activemq/transport/failover/FailoverConsumerUnconsumedTest.* + org/apache/activemq/transport/failover/FailoverDuplicateTest.* + org/apache/activemq/transport/failover/FailoverPrefetchZeroTest.* + org/apache/activemq/transport/failover/FailoverPriorityTest.* + org/apache/activemq/transport/failover/FailoverRandomTest.* + org/apache/activemq/transport/failover/FailoverRedeliveryTransactionTest.* + org/apache/activemq/transport/failover/FailoverTimeoutTest.* + org/apache/activemq/transport/failover/FailoverTransactionTest.* + org/apache/activemq/transport/failover/FailoverTransportBackupsTest.* + org/apache/activemq/transport/failover/FailoverTransportBrokerTest.* + org/apache/activemq/transport/failover/FailoverUpdateURIsTest.* + org/apache/activemq/transport/failover/InitalReconnectDelayTest.* + org/apache/activemq/transport/failover/ReconnectTest.* + org/apache/activemq/transport/fanout/FanoutTest.* + org/apache/activemq/transport/fanout/FanoutTransportBrokerTest.* + org/apache/activemq/transport/http/HttpClientReconnectTest.* + org/apache/activemq/transport/http/HttpJmsDurableTopicSendReceiveTest.* + org/apache/activemq/transport/http/HttpPersistentSendAndReceiveTest.* + org/apache/activemq/transport/http/HttpSpringTest.* + org/apache/activemq/transport/mqtt/MQTTTest.* + org/apache/activemq/transport/mqtt/MTQQNioTest.* + org/apache/activemq/transport/stomp/ConnectTest.* + org/apache/activemq/transport/stomp/Stomp11Test.* + org/apache/activemq/transport/stomp/StompAdvisoryTest.* + org/apache/activemq/transport/stomp/StompLoadTest.* + org/apache/activemq/transport/stomp/StompNIOLoadTest.* + org/apache/activemq/transport/stomp/StompNIOSSLLoadTest.* + org/apache/activemq/transport/stomp/StompNIOSSLTest.* + org/apache/activemq/transport/stomp/StompNIOTest.* + org/apache/activemq/transport/stomp/StompSSLLoadTest.* + org/apache/activemq/transport/stomp/StompSslAuthTest.* + org/apache/activemq/transport/stomp/StompSslTest.* + org/apache/activemq/transport/stomp/StompSubscriptionRemoveTest.* + org/apache/activemq/transport/stomp/StompTelnetTest.* + org/apache/activemq/transport/stomp/StompTest.* + org/apache/activemq/transport/stomp/StompVirtualTopicTest.* + org/apache/activemq/transport/tcp/InactivityMonitorTest.* + org/apache/activemq/transport/tcp/SslBrokerServiceTest.* + org/apache/activemq/transport/tcp/SslContextBrokerServiceTest.* + org/apache/activemq/transport/tcp/SslContextNBrokerServiceTest.* + org/apache/activemq/transport/vm/VMTransportBrokerNameTest.* + org/apache/activemq/transport/vm/VMTransportWaitForTest.* + org/apache/activemq/transport/vm/VmTransportNetworkBrokerTest.* + org/apache/activemq/transport/xmpp/XmppTest.* + org/apache/activemq/usage/StoreUsageTest.* + org/apache/activemq/usecases/AMQ2927Test.* + org/apache/activemq/usecases/AMQStackOverFlowTest.* + org/apache/activemq/usecases/AMQStoreDurableSubscriptionTest.* + org/apache/activemq/usecases/AdvisoryTopicCleanUpTest.* + org/apache/activemq/usecases/BrowseOverNetworkTest.* + org/apache/activemq/usecases/ClientRebalanceTest.* + org/apache/activemq/usecases/CompositePublishTest.* + org/apache/activemq/usecases/ConcurrentDestinationCreationTest.* + org/apache/activemq/usecases/ConcurrentProducerDurableConsumerTest.* + org/apache/activemq/usecases/ConcurrentProducerQueueConsumerTest.* + org/apache/activemq/usecases/ConsumeUncompressedCompressedMessageTest.* + org/apache/activemq/usecases/CreateLotsOfTemporaryQueuesTest.* + org/apache/activemq/usecases/DiscriminatingConsumerLoadTest.* + org/apache/activemq/usecases/DispatchMultipleConsumersTest.* + org/apache/activemq/usecases/DurableConsumerCloseAndReconnectTcpTest.* + org/apache/activemq/usecases/DurableConsumerCloseAndReconnectTest.* + org/apache/activemq/usecases/DurableSubDelayedUnsubscribeTest.* + org/apache/activemq/usecases/DurableSubProcessMultiRestartTest.* + org/apache/activemq/usecases/DurableSubProcessTest.* + org/apache/activemq/usecases/DurableSubSelectorDelayTest.* + org/apache/activemq/usecases/DurableSubSelectorDelayWithRestartTest.* + org/apache/activemq/usecases/DurableSubscriberNonPersistentMessageTest.* + org/apache/activemq/usecases/DurableSubscriberWithNetworkDisconnectTest.* + org/apache/activemq/usecases/DurableSubscriptionActivationTest.* + org/apache/activemq/usecases/DurableSubscriptionOfflineTest.* + org/apache/activemq/usecases/DurableSubscriptionReactivationTest.* + org/apache/activemq/usecases/DurableSubscriptionRemoveOfflineTest.* + org/apache/activemq/usecases/DurableSubscriptionSelectorTest.* + org/apache/activemq/usecases/DurableSubscriptionUnsubscribeTest.* + org/apache/activemq/usecases/DurableUnsubscribeTest.* + org/apache/activemq/usecases/ExpiredMessagesTest.* + org/apache/activemq/usecases/ExpiredMessagesWithNoConsumerTest.* + org/apache/activemq/usecases/JDBCDurableSubscriptionTest.* + org/apache/activemq/usecases/JMXRemoveQueueThenSendIgnoredTest.* + org/apache/activemq/usecases/JdbcDurableSubDupTest.* + org/apache/activemq/usecases/JournalDurableSubscriptionTest.* + org/apache/activemq/usecases/KahaDBDurableSubscriptionTest.* + org/apache/activemq/usecases/LargeQueueSparseDeleteTest.* + org/apache/activemq/usecases/MessageGroupCloseTest.* + org/apache/activemq/usecases/MessageGroupDelayedTest.* + org/apache/activemq/usecases/MessageGroupNewConsumerTest.* + org/apache/activemq/usecases/MessageReroutingTest.* + org/apache/activemq/usecases/MultiBrokersMultiClientsTest.* + org/apache/activemq/usecases/MultiBrokersMultiClientsUsingTcpTest.* + org/apache/activemq/usecases/MulticastDiscoveryOnFaultyNetworkTest.* + org/apache/activemq/usecases/NetworkAsyncStartTest.* + org/apache/activemq/usecases/NetworkBridgeProducerFlowControlTest.* + org/apache/activemq/usecases/NetworkOfTwentyBrokersTest.* + org/apache/activemq/usecases/NoDuplicateOnTopicNetworkTest.* + org/apache/activemq/usecases/NonBlockingConsumerRedeliveryTest.* + org/apache/activemq/usecases/PublishOnQueueConsumedMessageInTransactionTest.* + org/apache/activemq/usecases/PublishOnQueueConsumedMessageUsingActivemqXMLTest.* + org/apache/activemq/usecases/PublishOnTopicConsumedMessageTest.* + org/apache/activemq/usecases/PublishOnTopicConsumerMessageUsingActivemqXMLTest.* + org/apache/activemq/usecases/QueueDuplicatesTest.* + org/apache/activemq/usecases/QueueMemoryFullMultiBrokersTest.* + org/apache/activemq/usecases/QueueRedeliverTest.* + org/apache/activemq/usecases/ReliableReconnectTest.* + org/apache/activemq/usecases/RequestReplyNoAdvisoryNetworkTest.* + org/apache/activemq/usecases/SingleBrokerVirtualDestinationsWithWildcardTest.* + org/apache/activemq/usecases/StartAndStopBrokerTest.* + org/apache/activemq/usecases/StartAndStopClientAndBrokerDoesNotLeaveThreadsRunningTest.* + org/apache/activemq/usecases/StaticNetworkTest.* + org/apache/activemq/usecases/TempTopicProducerFlowControlTest.* + org/apache/activemq/usecases/ThreeBrokerQueueNetworkTest.* + org/apache/activemq/usecases/ThreeBrokerQueueNetworkUsingTcpTest.* + org/apache/activemq/usecases/ThreeBrokerStompTemporaryQueueTest.* + org/apache/activemq/usecases/ThreeBrokerTempQueueNetworkTest.* + org/apache/activemq/usecases/ThreeBrokerTopicNetworkTest.* + org/apache/activemq/usecases/ThreeBrokerTopicNetworkUsingTcpTest.* + org/apache/activemq/usecases/ThreeBrokerVirtualTopicNetworkAMQPATest.* + org/apache/activemq/usecases/ThreeBrokerVirtualTopicNetworkTest.* + org/apache/activemq/usecases/TopicProducerFlowControlTest.* + org/apache/activemq/usecases/TopicRedeliverTest.* + org/apache/activemq/usecases/TopicReplicationTest.* + org/apache/activemq/usecases/TopicSubscriptionSlowConsumerTest.* + org/apache/activemq/usecases/TransientQueueRedeliverTest.* + org/apache/activemq/usecases/TwoBrokerMessageNotSentToRemoteWhenNoConsumerTest.* + org/apache/activemq/usecases/TwoBrokerNetworkConnectorWildcardDynamicallyIncludedDestinationTest.* + org/apache/activemq/usecases/TwoBrokerNetworkConnectorWildcardStaticallyIncludedDestinationTest.* + org/apache/activemq/usecases/TwoBrokerNetworkLoadBalanceTest.* + org/apache/activemq/usecases/TwoBrokerQueueClientsReconnectTest.* + org/apache/activemq/usecases/TwoBrokerQueueSendReceiveTest.* + org/apache/activemq/usecases/TwoBrokerTempQueueAdvisoryTest.* + org/apache/activemq/usecases/TwoBrokerTopicSendReceiveLotsOfMessagesUsingTcpTest.* + org/apache/activemq/usecases/TwoBrokerTopicSendReceiveTest.* + org/apache/activemq/usecases/TwoBrokerTopicSendReceiveUsingJavaConfigurationTest.* + org/apache/activemq/usecases/TwoBrokerTopicSendReceiveUsingTcpTest.* + org/apache/activemq/usecases/TwoBrokerVirtualDestDinamicallyIncludedDestTest.* + org/apache/activemq/usecases/TwoMulticastDiscoveryBrokerTopicSendReceiveTest.* + org/apache/activemq/usecases/UnlimitedEnqueueTest.* + org/apache/activemq/util/DataByteArrayInputStreamTest.* + org/apache/activemq/util/HttpBlobTest.* + org/apache/activemq/util/LRUCacheTest.* + org/apache/activemq/web/AjaxTest.* + org/apache/activemq/web/RestTest.* + org/apache/activemq/xbean/ConnectorXBeanConfigTest.* + org/apache/activemq/xbean/JDBCPersistenceXBeanConfigTest.* + org/apache/activemq/xbean/XBeanXmlTest.* + org/apache/bugs/AMQ1730Test.* + org/apache/activemq/store/kahadb/bugs/LoadBalanceTest.* + org/apache/activemq/store/kahadb/disk/index/BTreeIndexTest.* + org/apache/activemq/store/kahadb/disk/index/HashIndexTest.* + org/apache/activemq/store/kahadb/disk/index/ListIndexTest.* + org/apache/activemq/store/kahadb/disk/util/DataByteArrayInputStreamTest.* + + + + + diff --git a/activemq-fileserver/pom.xml b/activemq-fileserver/pom.xml index a27a912962..70c0252dce 100755 --- a/activemq-fileserver/pom.xml +++ b/activemq-fileserver/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -46,8 +47,7 @@ 10 - - + maven-surefire-plugin @@ -59,7 +59,6 @@ - org.slf4j slf4j-api @@ -72,14 +71,12 @@ provided - junit junit test - ${project.groupId} activemq-core @@ -92,13 +89,11 @@ test-jar test - org.eclipse.jetty.aggregate jetty-all-server test - org.slf4j slf4j-log4j12 @@ -110,7 +105,6 @@ true test - diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml index 0535173375..62a310573f 100755 --- a/activemq-http/pom.xml +++ b/activemq-http/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -31,8 +32,6 @@ ActiveMQ HTTP Protocol Support - - ${project.groupId} activemq-spring @@ -45,27 +44,19 @@ org.slf4j slf4j-api - org.eclipse.jetty.aggregate jetty-all-server - org.eclipse.jetty - jetty-websocket - ${jetty-version} + org.eclipse.jetty + jetty-websocket + ${jetty-version} - - - - - - org.apache.httpcomponents httpclient - com.thoughtworks.xstream xstream @@ -86,7 +77,6 @@ test-jar test - junit junit @@ -98,7 +88,6 @@ slf4j-log4j12 test - org.seleniumhq.selenium selenium-java @@ -117,48 +106,47 @@ 2.25.0 test - - - maven-jar-plugin - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - - - + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + org.apache.felix maven-bundle-plugin - - ${project.artifactId} - org.apache.activemq.activemq-core - - org.apache.activemq.transport.http*;version=${project.version};-noimport:=;-split-package:=merge-last, - org.apache.activemq.transport.https*;version=${project.version};-noimport:=;-split-package:=merge-last - - - org.eclipse.jetty*;version="[7.5,8.0)";resolution:=optional, - !org.apache.activemq.transport.ws*;version=${project.version}, - !org.apache.activemq.transport.xstream;version=${project.version}, - !org.apache.activemq.transport.util;version=${project.version}, - org.apache.activemq*;version=${project.version};resolution:=optional - - + + ${project.artifactId} + org.apache.activemq.activemq-core + + org.apache.activemq.transport.http*;version=${project.version};-noimport:=;-split-package:=merge-last, + org.apache.activemq.transport.https*;version=${project.version};-noimport:=;-split-package:=merge-last + + + org.eclipse.jetty*;version="[7.5,8.0)";resolution:=optional, + !org.apache.activemq.transport.ws*;version=${project.version}, + !org.apache.activemq.transport.xstream;version=${project.version}, + !org.apache.activemq.transport.util;version=${project.version}, + org.apache.activemq*;version=${project.version};resolution:=optional + + - - - bundle-manifest - process-classes - - manifest - - - - + + + bundle-manifest + process-classes + + manifest + + + + maven-surefire-plugin @@ -169,32 +157,29 @@ - activemq.tests-quick - - true - - - - - maven-surefire-plugin - - - - **/perf/* - - - **/load/* - - org/apache/activemq/transport/http/HttpClientReconnectTest.* - org/apache/activemq/transport/http/HttpJmsDurableTopicSendReceiveTest.* - org/apache/activemq/transport/http/HttpPersistentSendAndReceiveTest.* - org/apache/activemq/transport/http/HttpSpringTest.* - - - - - + activemq.tests-quick + + true + + + + + maven-surefire-plugin + + + + **/perf/* + + **/load/* + org/apache/activemq/transport/http/HttpClientReconnectTest.* + org/apache/activemq/transport/http/HttpJmsDurableTopicSendReceiveTest.* + org/apache/activemq/transport/http/HttpPersistentSendAndReceiveTest.* + org/apache/activemq/transport/http/HttpSpringTest.* + + + + + - - + diff --git a/activemq-itests-spring31/pom.xml b/activemq-itests-spring31/pom.xml index f1a0522dc7..730db199da 100755 --- a/activemq-itests-spring31/pom.xml +++ b/activemq-itests-spring31/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -32,7 +33,7 @@ - 3.1.3.RELEASE + 3.1.3.RELEASE @@ -86,7 +87,5 @@ log4j test - - diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml index b3f34eb4b9..77b529190d 100644 --- a/activemq-jaas/pom.xml +++ b/activemq-jaas/pom.xml @@ -6,17 +6,18 @@ The ASF licenses this file to You 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. --> - - + + 4.0.0 @@ -29,10 +30,6 @@ ActiveMQ :: JAAS A collection of generic JAAS Login Modules - - * - - @@ -43,7 +40,7 @@ true -Xmx512M - + org.apache.activemq.default.directory.prefix target/ @@ -53,7 +50,7 @@ Note: if you want to see log messages on the console window remove "redirectTestOutputToFile" from the parent pom --> - - + 4.0.0 @@ -35,11 +36,6 @@ - org.apache.activemq activemq-broker @@ -54,126 +50,10 @@ activeio-core true - - - - - - - - - - junit - junit - test - - - org.slf4j - slf4j-log4j12 - test - - - log4j - log4j - test - - - - - commons-collections - commons-collections - test - - - commons-primitives - commons-primitives - test - - - axion - axion - test - - - regexp - regexp - test - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - ${javase-javadoc-url} - ${javaee-javadoc-url} - ${slf4j-javadoc-url} - http://junit.sourceforge.net/javadoc/ - - ${basedir}/../etc/css/stylesheet.css - true - 256m - ${source-version} - - - JMS Client - org.apache.activemq:org.apache.activemq.command - - - JMS Client support classes for working with BLOBs and JNDI - org.apache.activemq.blob:org.apache.activemq.jndi - - - Enterprise Integration Pattern support via Camel - org.apache.activemq.camel:org.apache.activemq.camel.* - - - Spring support - org.apache.activemq.spring:org.apache.activemq.xbean:org.apache.activemq.pool - - - JMS Client Implementation classes - org.apache.activemq.filter:org.apache.activemq.management:org.apache.activemq.selector:org.apache.activemq.thread - - - Broker implementation - org.apache.activemq.advisory:org.apache.activemq.broker:org.apache.activemq.broker.*:org.apache.activemq.state:org.apache.activemq.security:org.apache.activemq.transaction - - - Broker Persistent Store - org.apache.activemq.store:org.apache.activemq.store.* - - - Kaha fast file based storage - org.apache.activemq.kaha:org.apache.activemq.kaha.* - - - Transports - org.apache.activemq.transport:org.apache.activemq.transport.* - - - Memory handling - org.apache.activemq.memory:org.apache.activemq.memory.* - - - Networks of Brokers - org.apache.activemq.network:org.apache.activemq.network.* - - - OpenWire support - org.apache.activemq.openwire:org.apache.activemq.openwire.* - - - Utility classes - org.apache.activemq.util:org.apache.activemq.wireformat:org.apache.activemq.proxy - - - - org.codehaus.mojo findbugs-maven-plugin @@ -187,71 +67,14 @@ - - - ${project.basedir}/src/main/resources - - **/* - - - - ${project.basedir}/src/main/filtered-resources - true - - **/* - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.activemq.protobuf - activemq-protobuf - [0.0.0,) - - compile - - - - - - - - - - - - - - org.apache.felix - maven-bundle-plugin - - - org.apache.activemq.util.osgi.Activator - - - - maven-surefire-plugin always ${surefire.argLine} alphabetical - - + org.apache.activemq.default.directory.prefix target/ @@ -267,713 +90,12 @@ file:target/test-classes/log4j.properties --> - - - **/*Test.* - - - - - - org.apache.activemq.protobuf - activemq-protobuf - - - - compile - - - - - - org.apache.maven.plugins - maven-clean-plugin - - - - ${basedir}/activemq-data - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - package - package - - - Deleting unwanted resources from the test-jar - - - - - - - run - - - - site - site - - - Running the XSDDoc task - - - - - - - - run - - - - - - xsddoc - maven-xsddoc-plugin - 1.0 - - - - - - maven-jar-plugin - - - - test-jar - - - - - - org.codehaus.mojo - cobertura-maven-plugin - - - 50 - 50 - true - 50 - 50 - + + + **/*Test.* + - - - activemq.tests-all - - - activemq.tests - all - - - - - - maven-surefire-plugin - - - none - - - - - - - - activemq.exclude-broken-tests - - true - - activemq.tests - - - - - - maven-surefire-plugin - - - - **/MultipleTestsWithSpringFactoryBeanTest.* - **/MultipleTestsWithXBeanFactoryBeanTest.* - **/MultipleTestsWithSpringXBeanFactoryBeanTest.* - - - **/PeerTransportTest.* - **/MulticastTransportTest.* - **/MulticastNetworkTest.* - **/UnreliableUdpTransportTest.* - **/SslTransportBrokerTest.* - - - **/QuickJournalRecoveryBrokerTest.* - **/QuickJournalXARecoveryBrokerTest.* - **/ZeroconfDiscoverTransportTest.* - - - **/QueueConsumerCloseAndReconnectTest.* - **/TwoBrokerMulticastQueueTest.* - - - **/SSHTunnelNetworkReconnectTest.* - - - **/FailoverConsumerTest.* - - - **/nio/** - **/NioQueueSubscriptionTest.*/ - - - **/NetworkConnectionsCleanedupTest.*/** - - - **/JDBCTestMemory.* - - **/amq1490/* - **/archive/* - **/NetworkFailoverTest.*/** - - **/vm/VMTransportBrokerTest.* - **/broker/MarshallingBrokerTest.* - - **/AMQDeadlockTest3.* - - - **/ProxyConnectorTest.* - - - **/BrokerNetworkWithStuckMessagesTest.* - **/DoSTest.* - - - - - - - - - activemq.tests-quick - - true - - - - - maven-surefire-plugin - - - **/perf/SimpleDurableTopicTest.* - - **/TransactionNotStartedErrorTest.* - **/DefaultStoreBrokerTest.* - **/TcpTransportBrokerTest.* - - - **/perf/* - - - **/load/* - - - org/apache/activemq/openwire/v*/** - - - org/apache/activemq/ActiveMQInputStreamTest.* - org/apache/activemq/ActiveMQMessageAuditTest.* - org/apache/activemq/BrokerConfigTest.* - org/apache/activemq/ConsumerReceiveWithTimeoutTest.* - org/apache/activemq/CreateConsumerButDontStartConnectionWarningTest.* - org/apache/activemq/ExpiryHogTest.* - org/apache/activemq/JmsAutoAckListenerTest.* - org/apache/activemq/JmsClientAckListenerTest.* - org/apache/activemq/JmsDurableTopicSelectorTest.* - org/apache/activemq/JmsQueueSendReceiveTwoConnectionsStartBeforeBrokerTest.* - org/apache/activemq/JmsSendReceiveWithMessageExpirationTest.* - org/apache/activemq/JmsSendWithAsyncCallbackTest.* - org/apache/activemq/JmsTopicSelectorTest.* - org/apache/activemq/MessageEvictionTest.* - org/apache/activemq/MessageListenerRedeliveryTest.* - org/apache/activemq/OnePrefetchAsyncConsumerTest.* - org/apache/activemq/OptimizedAckTest.* - org/apache/activemq/PerDestinationStoreLimitTest.* - org/apache/activemq/ProducerFlowControlSendFailTest.* - org/apache/activemq/ProducerFlowControlTest.* - org/apache/activemq/QueueConsumerPriorityTest.* - org/apache/activemq/ReconnectWithSameClientIDTest.* - org/apache/activemq/RemoveDestinationTest.* - org/apache/activemq/TimeStampTest.* - org/apache/activemq/advisory/DestinationListenerTest.* - org/apache/activemq/advisory/MasterSlaveTempQueueMemoryTest.* - org/apache/activemq/advisory/TempDestLoadTest.* - org/apache/activemq/advisory/TempQueueMemoryTest.* - org/apache/activemq/blob/FilesystemBlobTest.* - org/apache/activemq/broker/DoubleSubscriptionTest.* - org/apache/activemq/broker/JdbcXARecoveryBrokerTest.* - org/apache/activemq/broker/QueueMbeanRestartTest.* - org/apache/activemq/broker/ReconnectWithJMXEnabledTest.* - org/apache/activemq/broker/RecoveryBrokerTest.* - org/apache/activemq/broker/RedeliveryRestartTest.* - org/apache/activemq/broker/SpringTest.* - org/apache/activemq/broker/XARecoveryBrokerTest.* - org/apache/activemq/broker/advisory/AdvisoryDuplexNetworkBridgeTest.* - org/apache/activemq/broker/advisory/AdvisoryNetworkBridgeTest.* - org/apache/activemq/broker/ft/DbRestartJDBCQueueMasterSlaveTest.* - org/apache/activemq/broker/ft/DbRestartJDBCQueueTest.* - org/apache/activemq/broker/ft/JDBCQueueMasterSlaveTest.* - org/apache/activemq/broker/ft/MasterSlaveProducerFlowControlTest.* - org/apache/activemq/broker/ft/MasterSlaveSlaveDieTest.* - org/apache/activemq/broker/ft/MasterSlaveSlaveShutdownTest.* - org/apache/activemq/broker/ft/QueueMasterSlaveSingleUrlTest.* - org/apache/activemq/broker/ft/QueueMasterSlaveTest.* - org/apache/activemq/broker/ft/QueueMasterSlaveTestUsingSharedFileTest.* - org/apache/activemq/broker/ft/QueueMasterSlaveUsingMasterConnectorElementCompositeQueueTest.* - org/apache/activemq/broker/ft/QueueMasterSlaveUsingMasterConnectorElementTest.* - org/apache/activemq/broker/ft/TopicMasterSlaveTest.* - org/apache/activemq/broker/ft/TransactedTopicMasterSlaveTest.* - org/apache/activemq/broker/jmx/MBeanTest.* - org/apache/activemq/broker/jmx/PurgeTest.* - org/apache/activemq/broker/mKahaDBXARecoveryBrokerTest.* - org/apache/activemq/broker/policy/AbortSlowConsumerTest.* - org/apache/activemq/broker/region/DestinationGCTest.* - org/apache/activemq/broker/region/DestinationRemoveRestartTest.* - org/apache/activemq/broker/region/QueueDuplicatesFromStoreTest.* - org/apache/activemq/broker/region/UniquePropertyMessageEvictionStrategyTest.* - org/apache/activemq/broker/region/cursors/CursorDurableTest.* - org/apache/activemq/broker/region/cursors/CursorQueueStoreTest.* - org/apache/activemq/broker/region/cursors/FilePendingMessageCursorTest.* - org/apache/activemq/broker/region/cursors/NegativeQueueTest.* - org/apache/activemq/broker/region/cursors/StoreBasedCursorTest.* - org/apache/activemq/broker/region/cursors/StoreQueueCursorJDBCNoDuplicateTest.* - org/apache/activemq/broker/scheduler/JmsCronSchedulerTest.* - org/apache/activemq/broker/scheduler/JmsSchedulerTest.* - org/apache/activemq/broker/scheduler/JobSchedulerManagementTest.* - org/apache/activemq/broker/scheduler/JobSchedulerStoreTest.* - org/apache/activemq/broker/scheduler/JobSchedulerTest.* - org/apache/activemq/broker/store/DefaultStoreRecoveryBrokerTest.* - org/apache/activemq/broker/store/RecoverExpiredMessagesTest.* - org/apache/activemq/broker/util/PluginBrokerTest.* - org/apache/activemq/broker/util/TraceBrokerPathPluginTest.* - org/apache/activemq/broker/virtual/CompositeTopicTest.* - org/apache/activemq/broker/virtual/FilteredQueueTest.* - org/apache/activemq/broker/virtual/MirroredQueueCorrectMemoryUsageTest.* - org/apache/activemq/broker/virtual/VirtualTopicDLQTest.* - org/apache/activemq/broker/virtual/VirtualTopicDisconnectSelectorTest.* - org/apache/activemq/bugs/AMQ1687Test.* - org/apache/activemq/bugs/AMQ1853Test.* - org/apache/activemq/bugs/AMQ1893Test.* - org/apache/activemq/bugs/AMQ1917Test.* - org/apache/activemq/bugs/AMQ1936Test.* - org/apache/activemq/bugs/AMQ2021Test.* - org/apache/activemq/bugs/AMQ2084Test.* - org/apache/activemq/bugs/AMQ2149KahaDBTest.* - org/apache/activemq/bugs/AMQ2149Test.* - org/apache/activemq/bugs/AMQ2171Test.* - org/apache/activemq/bugs/AMQ2183Test.* - org/apache/activemq/bugs/AMQ2200Test.* - org/apache/activemq/bugs/AMQ2213Test.* - org/apache/activemq/bugs/AMQ2314Test.* - org/apache/activemq/bugs/AMQ2356Test.* - org/apache/activemq/bugs/AMQ2364Test.* - org/apache/activemq/bugs/AMQ2401Test.* - org/apache/activemq/bugs/AMQ2413Test.* - org/apache/activemq/bugs/AMQ2439Test.* - org/apache/activemq/bugs/AMQ2489Test.* - org/apache/activemq/bugs/AMQ2512Test.* - org/apache/activemq/bugs/AMQ2513Test.* - org/apache/activemq/bugs/AMQ2580Test.* - org/apache/activemq/bugs/AMQ2584ConcurrentDlqTest.* - org/apache/activemq/bugs/AMQ2584Test.* - org/apache/activemq/bugs/AMQ2616Test.* - org/apache/activemq/bugs/AMQ2645Test.* - org/apache/activemq/bugs/AMQ2751Test.* - org/apache/activemq/bugs/AMQ2764Test.* - org/apache/activemq/bugs/AMQ2832Test.* - org/apache/activemq/bugs/AMQ2870Test.* - org/apache/activemq/bugs/AMQ2910Test.* - org/apache/activemq/bugs/AMQ2982Test.* - org/apache/activemq/bugs/AMQ2983Test.* - org/apache/activemq/bugs/AMQ3120Test.* - org/apache/activemq/bugs/AMQ3140Test.* - org/apache/activemq/bugs/AMQ3141Test.* - org/apache/activemq/bugs/AMQ3145Test.* - org/apache/activemq/bugs/AMQ3157Test.* - org/apache/activemq/bugs/AMQ3167Test.* - org/apache/activemq/bugs/AMQ3274Test.* - org/apache/activemq/bugs/AMQ3324Test.* - org/apache/activemq/bugs/AMQ3352Test.* - org/apache/activemq/bugs/AMQ3405Test.* - org/apache/activemq/bugs/AMQ3436Test.* - org/apache/activemq/bugs/AMQ3445Test.* - org/apache/activemq/bugs/AMQ3454Test.* - org/apache/activemq/bugs/AMQ3529Test.* - org/apache/activemq/bugs/AMQ3567Test.* - org/apache/activemq/bugs/AMQ3622Test.* - org/apache/activemq/bugs/AMQ3625Test.* - org/apache/activemq/bugs/AMQ3674Test.* - org/apache/activemq/bugs/AMQ3675Test.* - org/apache/activemq/bugs/AMQ3678Test.* - org/apache/activemq/bugs/AMQ3732Test.* - org/apache/activemq/bugs/AMQ3841Test.* - org/apache/activemq/bugs/ActiveMQSlowConsumerManualTest.* - org/apache/activemq/bugs/ConnectionPerMessageTest.* - org/apache/activemq/bugs/CraigsBugTest.* - org/apache/activemq/bugs/DataFileNotDeletedTest.* - org/apache/activemq/bugs/DoubleExpireTest.* - org/apache/activemq/bugs/DurableConsumerTest.* - org/apache/activemq/bugs/JMSDurableTopicNoLocalTest.* - org/apache/activemq/bugs/JmsDurableTopicSlowReceiveTest.* - org/apache/activemq/bugs/JmsTimeoutTest.* - org/apache/activemq/bugs/MemoryUsageBlockResumeTest.* - org/apache/activemq/bugs/MemoryUsageCleanupTest.* - org/apache/activemq/bugs/MessageExpirationReaperTest.* - org/apache/activemq/bugs/MissingDataFileTest.* - org/apache/activemq/bugs/QueueWorkerPrefetchTest.* - org/apache/activemq/bugs/SlowConsumerTest.* - org/apache/activemq/bugs/SparseAckReplayAfterStoreCleanupAMQStoreTest.* - org/apache/activemq/bugs/TempStorageBlockedBrokerTest.* - org/apache/activemq/bugs/TempStoreDataCleanupTest.* - org/apache/activemq/bugs/VMTransportClosureTest.* - org/apache/activemq/bugs/amq1095/MessageSelectorTest.* - org/apache/activemq/camel/AMQ2611Test.* - org/apache/activemq/camel/CamelDestinationExclusiveConsumerTest.* - org/apache/activemq/camel/CamelRedeliveryTest.* - org/apache/activemq/camel/CamelVMTransportRoutingTest.* - org/apache/activemq/camel/DlqTest.* - org/apache/activemq/camel/JmsJdbcXATest.* - org/apache/activemq/camel/SetHeaderTest.* - org/apache/activemq/camel/TransactedConsumeTest.* - org/apache/activemq/camel/component/ActiveMQJmsHeaderRouteTest.* - org/apache/activemq/camel/component/ActiveMQRouteTest.* - org/apache/activemq/camel/component/AutoExposeQueuesInCamelTest.* - org/apache/activemq/camel/component/InvokeRequestReplyUsingJmsReplyToHeaderTest.* - org/apache/activemq/camel/component/JmsSimpleRequestReplyTest.* - org/apache/activemq/camel/component/JournalRouteTest.* - org/apache/activemq/command/MessageCompressionTest.* - org/apache/activemq/config/BrokerXmlConfigFromJNDITest.* - org/apache/activemq/config/ConfigTest.* - org/apache/activemq/console/command/AMQJournalToolTest.* - org/apache/activemq/console/command/TestAMQ3410.* - org/apache/activemq/console/command/TestAMQ3411.* - org/apache/activemq/console/command/TestPurgeCommand.* - org/apache/activemq/kaha/LoadTest.* - org/apache/activemq/kaha/impl/index/hash/HashTest.* - org/apache/activemq/network/DemandForwardingBridgeFilterTest.* - org/apache/activemq/network/DuplexNetworkMBeanTest.* - org/apache/activemq/network/DuplexNetworkTest.* - org/apache/activemq/network/FailoverStaticNetworkTest.* - org/apache/activemq/network/NetworkBrokerDetachTest.* - org/apache/activemq/network/NetworkConnectionsTest.* - org/apache/activemq/network/NetworkLoadTest.* - org/apache/activemq/network/NetworkReconnectTest.* - org/apache/activemq/network/NetworkRemovesSubscriptionsTest.* - org/apache/activemq/network/NetworkRestartPlainTest.* - org/apache/activemq/network/NetworkRestartTest.* - org/apache/activemq/network/SimpleNetworkTest.* - org/apache/activemq/network/jms/QueueBridgeStandaloneReconnectTest.* - org/apache/activemq/network/jms/QueueBridgeTest.* - org/apache/activemq/network/jms/QueueBridgeXBeanTest.* - org/apache/activemq/network/jms/QueueOutboundBridgeReconnectTest.* - org/apache/activemq/network/jms/TopicBridgeSpringTest.* - org/apache/activemq/network/jms/TopicBridgeStandaloneReconnectTest.* - org/apache/activemq/network/jms/TopicBridgeXBeanTest.* - org/apache/activemq/network/jms/TopicOutboundBridgeReconnectTest.* - org/apache/activemq/plugin/BrokerStatisticsPluginTest.* - org/apache/activemq/pool/ConnectionExpiryEvictsFromPoolTest.* - org/apache/activemq/pool/PooledConnectionFactoryMaximumActiveTest.* - org/apache/activemq/pool/PooledConnectionFactoryTest.* - org/apache/activemq/proxy/ProxyFailoverTest.* - org/apache/activemq/ra/FailoverManagedClusterTest.* - org/apache/activemq/ra/FailoverManagedConnectionTest.* - org/apache/activemq/security/JaasNetworkTest.* - org/apache/activemq/security/LDAPSecurityTest.* - org/apache/activemq/security/SecurityJMXTest.* - org/apache/activemq/security/XBeanSecurityWithGuestNoCredentialsOnlyTest.* - org/apache/activemq/security/XBeanSslContextTest.* - org/apache/activemq/spring/ListenerTest.* - org/apache/activemq/spring/ParallelXATransactionTest.* - org/apache/activemq/spring/Spring2XmlNamespacesTest.* - org/apache/activemq/spring/Spring2XmlNamespacesWithoutRemoteSchemaTest.* - org/apache/activemq/store/AutoStorePerDestinationTest.* - org/apache/activemq/store/StorePerDestinationTest.* - org/apache/activemq/store/jdbc/JDBCCommitExceptionTest.* - org/apache/activemq/store/jdbc/JDBCMessagePriorityTest.* - org/apache/activemq/store/jdbc/JDBCNegativeQueueTest.* - org/apache/activemq/store/jdbc/JDBCNetworkBrokerDetachTest.* - org/apache/activemq/store/jdbc/JDBCPersistenceAdapterTest.* - org/apache/activemq/store/jdbc/JDBCStoreBrokerTest.* - org/apache/activemq/store/jdbc/JDBCStoreOrderTest.* - org/apache/activemq/store/jdbc/JDBCXACommitExceptionTest.* - org/apache/activemq/store/kahadb/KahaDBFastEnqueueTest.* - org/apache/activemq/store/kahadb/KahaDBMessagePriorityTest.* - org/apache/activemq/store/kahadb/KahaDBStoreRecoveryBrokerTest.* - org/apache/activemq/store/kahadb/KahaDBStoreRecoveryExpiryTest.* - org/apache/activemq/store/kahadb/KahaDBStoreTest.* - org/apache/activemq/store/kahadb/KahaDBTest.* - org/apache/activemq/store/kahadb/KahaDBVersionTest.* - org/apache/activemq/store/kahadb/plist/PListTest.* - org/apache/activemq/test/JmsTopicSendReceiveWithEmbeddedBrokerAndUserIDTest.* - org/apache/activemq/test/JmsTopicSendReceiveWithTwoConnectionsAndEmbeddedBrokerTest.* - org/apache/activemq/test/message/NestedMapAndListPropertyTest.* - org/apache/activemq/test/message/NestedMapMessageTest.* - org/apache/activemq/test/rollback/RollbacksWhileConsumingLargeQueueTest.* - org/apache/activemq/transport/QueueClusterTest.* - org/apache/activemq/transport/SoWriteTimeoutClientTest.* - org/apache/activemq/transport/SoWriteTimeoutTest.* - org/apache/activemq/transport/TopicClusterTest.* - org/apache/activemq/transport/discovery/DiscoveryNetworkReconnectTest.* - org/apache/activemq/transport/discovery/DiscoveryTransportBrokerTest.* - org/apache/activemq/transport/discovery/DiscoveryTransportNoBrokerTest.* - org/apache/activemq/transport/discovery/DiscoveryUriTest.* - org/apache/activemq/transport/discovery/MasterSlaveDiscoveryTest.* - org/apache/activemq/transport/failover/AMQ1925Test.* - org/apache/activemq/transport/failover/ConnectionHangOnStartupTest.* - org/apache/activemq/transport/failover/FailoverClusterTest.* - org/apache/activemq/transport/failover/FailoverComplexClusterTest.* - org/apache/activemq/transport/failover/FailoverConsumerOutstandingCommitTest.* - org/apache/activemq/transport/failover/FailoverConsumerUnconsumedTest.* - org/apache/activemq/transport/failover/FailoverDuplicateTest.* - org/apache/activemq/transport/failover/FailoverPrefetchZeroTest.* - org/apache/activemq/transport/failover/FailoverPriorityTest.* - org/apache/activemq/transport/failover/FailoverRandomTest.* - org/apache/activemq/transport/failover/FailoverRedeliveryTransactionTest.* - org/apache/activemq/transport/failover/FailoverTimeoutTest.* - org/apache/activemq/transport/failover/FailoverTransactionTest.* - org/apache/activemq/transport/failover/FailoverTransportBackupsTest.* - org/apache/activemq/transport/failover/FailoverTransportBrokerTest.* - org/apache/activemq/transport/failover/FailoverUpdateURIsTest.* - org/apache/activemq/transport/failover/InitalReconnectDelayTest.* - org/apache/activemq/transport/failover/ReconnectTest.* - org/apache/activemq/transport/fanout/FanoutTest.* - org/apache/activemq/transport/fanout/FanoutTransportBrokerTest.* - org/apache/activemq/transport/http/HttpClientReconnectTest.* - org/apache/activemq/transport/http/HttpJmsDurableTopicSendReceiveTest.* - org/apache/activemq/transport/http/HttpPersistentSendAndReceiveTest.* - org/apache/activemq/transport/http/HttpSpringTest.* - org/apache/activemq/transport/mqtt/MQTTTest.* - org/apache/activemq/transport/mqtt/MTQQNioTest.* - org/apache/activemq/transport/stomp/ConnectTest.* - org/apache/activemq/transport/stomp/Stomp11Test.* - org/apache/activemq/transport/stomp/StompAdvisoryTest.* - org/apache/activemq/transport/stomp/StompLoadTest.* - org/apache/activemq/transport/stomp/StompNIOLoadTest.* - org/apache/activemq/transport/stomp/StompNIOSSLLoadTest.* - org/apache/activemq/transport/stomp/StompNIOSSLTest.* - org/apache/activemq/transport/stomp/StompNIOTest.* - org/apache/activemq/transport/stomp/StompSSLLoadTest.* - org/apache/activemq/transport/stomp/StompSslAuthTest.* - org/apache/activemq/transport/stomp/StompSslTest.* - org/apache/activemq/transport/stomp/StompSubscriptionRemoveTest.* - org/apache/activemq/transport/stomp/StompTelnetTest.* - org/apache/activemq/transport/stomp/StompTest.* - org/apache/activemq/transport/stomp/StompVirtualTopicTest.* - org/apache/activemq/transport/tcp/InactivityMonitorTest.* - org/apache/activemq/transport/tcp/SslBrokerServiceTest.* - org/apache/activemq/transport/tcp/SslContextBrokerServiceTest.* - org/apache/activemq/transport/tcp/SslContextNBrokerServiceTest.* - org/apache/activemq/transport/vm/VMTransportBrokerNameTest.* - org/apache/activemq/transport/vm/VMTransportWaitForTest.* - org/apache/activemq/transport/vm/VmTransportNetworkBrokerTest.* - org/apache/activemq/transport/xmpp/XmppTest.* - org/apache/activemq/usage/StoreUsageTest.* - org/apache/activemq/usecases/AMQ2927Test.* - org/apache/activemq/usecases/AMQStackOverFlowTest.* - org/apache/activemq/usecases/AMQStoreDurableSubscriptionTest.* - org/apache/activemq/usecases/AdvisoryTopicCleanUpTest.* - org/apache/activemq/usecases/BrowseOverNetworkTest.* - org/apache/activemq/usecases/ClientRebalanceTest.* - org/apache/activemq/usecases/CompositePublishTest.* - org/apache/activemq/usecases/ConcurrentDestinationCreationTest.* - org/apache/activemq/usecases/ConcurrentProducerDurableConsumerTest.* - org/apache/activemq/usecases/ConcurrentProducerQueueConsumerTest.* - org/apache/activemq/usecases/ConsumeUncompressedCompressedMessageTest.* - org/apache/activemq/usecases/CreateLotsOfTemporaryQueuesTest.* - org/apache/activemq/usecases/DiscriminatingConsumerLoadTest.* - org/apache/activemq/usecases/DispatchMultipleConsumersTest.* - org/apache/activemq/usecases/DurableConsumerCloseAndReconnectTcpTest.* - org/apache/activemq/usecases/DurableConsumerCloseAndReconnectTest.* - org/apache/activemq/usecases/DurableSubDelayedUnsubscribeTest.* - org/apache/activemq/usecases/DurableSubProcessMultiRestartTest.* - org/apache/activemq/usecases/DurableSubProcessTest.* - org/apache/activemq/usecases/DurableSubSelectorDelayTest.* - org/apache/activemq/usecases/DurableSubSelectorDelayWithRestartTest.* - org/apache/activemq/usecases/DurableSubscriberNonPersistentMessageTest.* - org/apache/activemq/usecases/DurableSubscriberWithNetworkDisconnectTest.* - org/apache/activemq/usecases/DurableSubscriptionActivationTest.* - org/apache/activemq/usecases/DurableSubscriptionOfflineTest.* - org/apache/activemq/usecases/DurableSubscriptionReactivationTest.* - org/apache/activemq/usecases/DurableSubscriptionRemoveOfflineTest.* - org/apache/activemq/usecases/DurableSubscriptionSelectorTest.* - org/apache/activemq/usecases/DurableSubscriptionUnsubscribeTest.* - org/apache/activemq/usecases/DurableUnsubscribeTest.* - org/apache/activemq/usecases/ExpiredMessagesTest.* - org/apache/activemq/usecases/ExpiredMessagesWithNoConsumerTest.* - org/apache/activemq/usecases/JDBCDurableSubscriptionTest.* - org/apache/activemq/usecases/JMXRemoveQueueThenSendIgnoredTest.* - org/apache/activemq/usecases/JdbcDurableSubDupTest.* - org/apache/activemq/usecases/JournalDurableSubscriptionTest.* - org/apache/activemq/usecases/KahaDBDurableSubscriptionTest.* - org/apache/activemq/usecases/LargeQueueSparseDeleteTest.* - org/apache/activemq/usecases/MessageGroupCloseTest.* - org/apache/activemq/usecases/MessageGroupDelayedTest.* - org/apache/activemq/usecases/MessageGroupNewConsumerTest.* - org/apache/activemq/usecases/MessageReroutingTest.* - org/apache/activemq/usecases/MultiBrokersMultiClientsTest.* - org/apache/activemq/usecases/MultiBrokersMultiClientsUsingTcpTest.* - org/apache/activemq/usecases/MulticastDiscoveryOnFaultyNetworkTest.* - org/apache/activemq/usecases/NetworkAsyncStartTest.* - org/apache/activemq/usecases/NetworkBridgeProducerFlowControlTest.* - org/apache/activemq/usecases/NetworkOfTwentyBrokersTest.* - org/apache/activemq/usecases/NoDuplicateOnTopicNetworkTest.* - org/apache/activemq/usecases/NonBlockingConsumerRedeliveryTest.* - org/apache/activemq/usecases/PublishOnQueueConsumedMessageInTransactionTest.* - org/apache/activemq/usecases/PublishOnQueueConsumedMessageUsingActivemqXMLTest.* - org/apache/activemq/usecases/PublishOnTopicConsumedMessageTest.* - org/apache/activemq/usecases/PublishOnTopicConsumerMessageUsingActivemqXMLTest.* - org/apache/activemq/usecases/QueueDuplicatesTest.* - org/apache/activemq/usecases/QueueMemoryFullMultiBrokersTest.* - org/apache/activemq/usecases/QueueRedeliverTest.* - org/apache/activemq/usecases/ReliableReconnectTest.* - org/apache/activemq/usecases/RequestReplyNoAdvisoryNetworkTest.* - org/apache/activemq/usecases/SingleBrokerVirtualDestinationsWithWildcardTest.* - org/apache/activemq/usecases/StartAndStopBrokerTest.* - org/apache/activemq/usecases/StartAndStopClientAndBrokerDoesNotLeaveThreadsRunningTest.* - org/apache/activemq/usecases/StaticNetworkTest.* - org/apache/activemq/usecases/TempTopicProducerFlowControlTest.* - org/apache/activemq/usecases/ThreeBrokerQueueNetworkTest.* - org/apache/activemq/usecases/ThreeBrokerQueueNetworkUsingTcpTest.* - org/apache/activemq/usecases/ThreeBrokerStompTemporaryQueueTest.* - org/apache/activemq/usecases/ThreeBrokerTempQueueNetworkTest.* - org/apache/activemq/usecases/ThreeBrokerTopicNetworkTest.* - org/apache/activemq/usecases/ThreeBrokerTopicNetworkUsingTcpTest.* - org/apache/activemq/usecases/ThreeBrokerVirtualTopicNetworkAMQPATest.* - org/apache/activemq/usecases/ThreeBrokerVirtualTopicNetworkTest.* - org/apache/activemq/usecases/TopicProducerFlowControlTest.* - org/apache/activemq/usecases/TopicRedeliverTest.* - org/apache/activemq/usecases/TopicReplicationTest.* - org/apache/activemq/usecases/TopicSubscriptionSlowConsumerTest.* - org/apache/activemq/usecases/TransientQueueRedeliverTest.* - org/apache/activemq/usecases/TwoBrokerMessageNotSentToRemoteWhenNoConsumerTest.* - org/apache/activemq/usecases/TwoBrokerNetworkConnectorWildcardDynamicallyIncludedDestinationTest.* - org/apache/activemq/usecases/TwoBrokerNetworkConnectorWildcardStaticallyIncludedDestinationTest.* - org/apache/activemq/usecases/TwoBrokerNetworkLoadBalanceTest.* - org/apache/activemq/usecases/TwoBrokerQueueClientsReconnectTest.* - org/apache/activemq/usecases/TwoBrokerQueueSendReceiveTest.* - org/apache/activemq/usecases/TwoBrokerTempQueueAdvisoryTest.* - org/apache/activemq/usecases/TwoBrokerTopicSendReceiveLotsOfMessagesUsingTcpTest.* - org/apache/activemq/usecases/TwoBrokerTopicSendReceiveTest.* - org/apache/activemq/usecases/TwoBrokerTopicSendReceiveUsingJavaConfigurationTest.* - org/apache/activemq/usecases/TwoBrokerTopicSendReceiveUsingTcpTest.* - org/apache/activemq/usecases/TwoBrokerVirtualDestDinamicallyIncludedDestTest.* - org/apache/activemq/usecases/TwoMulticastDiscoveryBrokerTopicSendReceiveTest.* - org/apache/activemq/usecases/UnlimitedEnqueueTest.* - org/apache/activemq/util/DataByteArrayInputStreamTest.* - org/apache/activemq/util/HttpBlobTest.* - org/apache/activemq/util/LRUCacheTest.* - org/apache/activemq/web/AjaxTest.* - org/apache/activemq/web/RestTest.* - org/apache/activemq/xbean/ConnectorXBeanConfigTest.* - org/apache/activemq/xbean/JDBCPersistenceXBeanConfigTest.* - org/apache/activemq/xbean/XBeanXmlTest.* - org/apache/bugs/AMQ1730Test.* - org/apache/activemq/store/kahadb/bugs/LoadBalanceTest.* - org/apache/activemq/store/kahadb/disk/index/BTreeIndexTest.* - org/apache/activemq/store/kahadb/disk/index/HashIndexTest.* - org/apache/activemq/store/kahadb/disk/index/ListIndexTest.* - org/apache/activemq/store/kahadb/disk/util/DataByteArrayInputStreamTest.* - - - - - - - - openwire-generate - - - org.apache.activemq - activemq-openwire-generator - ${project.version} - true - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - default - generate-sources - - - Running OpenWire Generator - - - - - - run - - - - - - - - - - xbean-generate - - - - org.apache.xbean - maven-xbean-plugin - 3.12 - - - process-classes - - - ${basedir}/../activemq-leveldb/src/main/java - - - ${basedir}/../activemq-leveldb/target/classes - - false - http://activemq.apache.org/schema/core - ${basedir}/src/main/resources/activemq.xsd - ${basedir}/src/main/resources - false - org.apache.activemq.broker.jmx.AnnotatedMBean,org.apache.activemq.broker.jmx.DestinationViewMBean - - - mapping - - - - - - com.thoughtworks.qdox - qdox - 1.12 - - - - - - - diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml index 79f63b424a..ef5963237b 100755 --- a/activemq-kahadb-store/pom.xml +++ b/activemq-kahadb-store/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -90,9 +91,9 @@ true - org.codehaus.jettison - jettison - true + org.codehaus.jettison + jettison + true @@ -105,11 +106,6 @@ org.springframework spring-context - - org.apache.derby - derby - true - xalan xalan @@ -147,22 +143,6 @@ - - - ${project.basedir}/src/main/resources - - **/* - - - - ${project.basedir}/src/main/filtered-resources - true - - **/* - - - - - - - **/*Test.* - + + + **/*Test.* + org.apache.activemq.protobuf activemq-protobuf - + compile diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml index 28c9e8a6c0..d96cf4b1ac 100644 --- a/activemq-karaf-itest/pom.xml +++ b/activemq-karaf-itest/pom.xml @@ -15,9 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -31,35 +30,31 @@ ActiveMQ :: Karaf Integration Tests Performs Karaf compliance integration tests - - 2.6.0 - + + 2.6.0 + - org.apache.activemq activemq-client test - org.apache.activemq activemq-karaf test - - - org.ops4j.pax.logging - pax-logging-api - 1.6.2 - - - org.ops4j.pax.logging - pax-logging-service - 1.6.2 - - + + org.ops4j.pax.logging + pax-logging-api + 1.6.2 + + + org.ops4j.pax.logging + pax-logging-service + 1.6.2 + org.ops4j.pax.exam pax-exam-junit4 @@ -166,24 +161,23 @@ slf4j-log4j12 test - - - - org.apache.servicemix.tooling - depends-maven-plugin - - - generate-depends-file - - generate-depends-file - - - - + + + org.apache.servicemix.tooling + depends-maven-plugin + + + generate-depends-file + + generate-depends-file + + + + maven-surefire-plugin @@ -191,7 +185,7 @@ false -Xmx256m - + ${project.version} @@ -199,7 +193,6 @@ - diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml index 8582675bfe..e4cb19be7b 100644 --- a/activemq-karaf/pom.xml +++ b/activemq-karaf/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -40,18 +41,17 @@ 2.2.9 - - - org.ops4j.pax.logging - pax-logging-api - 1.6.2 - - - org.ops4j.pax.logging - pax-logging-service - 1.6.2 - - + + + org.ops4j.pax.logging + pax-logging-api + 1.6.2 + + + org.ops4j.pax.logging + pax-logging-service + 1.6.2 + org.slf4j slf4j-api @@ -90,29 +90,29 @@ ${karaf-version} - org.osgi - org.osgi.core - provided + org.osgi + org.osgi.core + provided - org.apache.activemq - activemq-core + org.apache.activemq + activemq-core - org.apache.activemq - activemq-http + org.apache.activemq + activemq-http - org.apache.activemq - activemq-log4j-appender + org.apache.activemq + activemq-log4j-appender - org.apache.activemq - activemq-console + org.apache.activemq + activemq-console - org.apache.activemq - activemq-pool + org.apache.activemq + activemq-pool @@ -121,6 +121,7 @@ test + @@ -133,52 +134,52 @@ org.apache.maven.plugins maven-resources-plugin - - filter - generate-resources - - resources - - + + filter + generate-resources + + resources + + org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts - package - - attach-artifact - - - - - target/classes/features.xml - xml - features - - - - - - - + build-helper-maven-plugin + + + attach-artifacts + package + + attach-artifact + + + + + target/classes/features.xml + xml + features + + + + + + + org.apache.felix maven-bundle-plugin - - ${project.artifactId} - org.apache.activemq.karaf*;version=${project.version};-split-package:=merge-first - - org.apache.felix.gogo.commands, - * - - !* - <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@))) - true - + + ${project.artifactId} + org.apache.activemq.karaf*;version=${project.version};-split-package:=merge-first + + org.apache.felix.gogo.commands, + * + + !* + <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@))) + true + diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml index d697adbd90..97692eb073 100644 --- a/activemq-leveldb-store/pom.xml +++ b/activemq-leveldb-store/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -40,7 +41,6 @@ ${scala-version} compile - org.apache.activemq activemq-broker @@ -51,31 +51,26 @@ slf4j-api compile - org.fusesource.hawtbuf hawtbuf-proto ${hawtbuf-version} - org.fusesource.hawtdispatch hawtdispatch-scala ${hawtdispatch-version} - org.iq80.leveldb leveldb-api ${leveldb-version} - org.iq80.leveldb leveldb ${leveldb-version} - org.fusesource.leveldbjni leveldbjni-osx @@ -108,14 +103,12 @@ snappy-java 1.0.3 - org.iq80.snappy snappy 0.2 true - org.codehaus.jackson jackson-core-asl @@ -126,7 +119,6 @@ jackson-mapper-asl ${jackson-version} - org.apache.hadoop hadoop-core @@ -209,7 +201,6 @@ test-jar test - org.apache.activemq activemq-kahadb-store @@ -271,7 +262,6 @@ 2.2 test - org.scalatest scalatest_${scala-version} @@ -283,11 +273,9 @@ junit test - - net.alchim31.maven @@ -296,24 +284,25 @@ compile - compile + + compile + compile test-compile - testCompile + testCompile test-compile process-resources - compile + compile - -Xmx1024m @@ -332,11 +321,9 @@ - org.apache.maven.plugins maven-surefire-plugin - false @@ -357,7 +344,7 @@ alt - + compile @@ -373,7 +360,9 @@ all package - uberize + + uberize + @@ -436,9 +425,9 @@ - - - + + + net.alchim31.maven scala-maven-plugin [${scala-plugin-version},) diff --git a/activemq-log4j-appender/pom.xml b/activemq-log4j-appender/pom.xml index c04a143138..56718f2dc8 100755 --- a/activemq-log4j-appender/pom.xml +++ b/activemq-log4j-appender/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -31,7 +32,6 @@ ActiveMQ Log4j Appender - org.apache.activemq activemq-client @@ -64,36 +64,36 @@ - - maven-jar-plugin - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - - - + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + org.apache.felix maven-bundle-plugin - - ${project.artifactId} - org.apache.activemq.activemq-core - - org.apache.activemq.transport.util*;version=${project.version};-noimport:=;-split-package:=merge-last, - - + + ${project.artifactId} + org.apache.activemq.activemq-core + + org.apache.activemq.transport.util*;version=${project.version};-noimport:=;-split-package:=merge-last, + + - - - bundle-manifest - process-classes - - manifest - - - - + + + bundle-manifest + process-classes + + manifest + + + + maven-surefire-plugin diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml index 080d4fde97..1a78456303 100755 --- a/activemq-mqtt/pom.xml +++ b/activemq-mqtt/pom.xml @@ -30,11 +30,8 @@ ActiveMQ :: MQTT Protocol The ActiveMQ MQTT Protocol Implementation - - - - + @@ -113,11 +110,6 @@ org.springframework spring-context - - org.apache.derby - derby - true - xalan xalan @@ -245,6 +237,5 @@ - - + diff --git a/activemq-openwire-generator/pom.xml b/activemq-openwire-generator/pom.xml index b34d84d15d..98725f29ad 100644 --- a/activemq-openwire-generator/pom.xml +++ b/activemq-openwire-generator/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -23,7 +24,6 @@ org.apache.activemq activemq-parent 5.8-SNAPSHOT - ../pom.xml activemq-openwire-generator diff --git a/activemq-openwire-legacy/pom.xml b/activemq-openwire-legacy/pom.xml index 06d53c6459..3ece94415d 100755 --- a/activemq-openwire-legacy/pom.xml +++ b/activemq-openwire-legacy/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -30,39 +31,11 @@ ActiveMQ :: Openwire Legacy Support The ActiveMQ Openwire Legacy Support Module - - -Xmx512M - - - - - - - - - org.apache.activemq activemq-client - - - - - - junit - junit - test - - - org.slf4j - slf4j-log4j12 - test - - - - diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index e32b071176..0b450ecc18 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -113,23 +114,23 @@ activemq-ra - - ${project.groupId} - activemq-spring - + + ${project.groupId} + activemq-spring + - - org.osgi - org.osgi.core - provided - + + org.osgi + org.osgi.core + provided + + + + org.osgi + org.osgi.compendium + 4.2.0 + - - org.osgi - org.osgi.compendium - 4.2.0 - - @@ -183,9 +184,9 @@ maven-bundle-plugin - org.apache.activemq.util.osgi.Activator - *;groupId=org.apache.activemq;inline=META-INF/services/* - true + org.apache.activemq.util.osgi.Activator + *;groupId=org.apache.activemq;inline=META-INF/services/* + true diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml index 8a2b3d769f..593473abe7 100755 --- a/activemq-pool/pom.xml +++ b/activemq-pool/pom.xml @@ -6,16 +6,17 @@ The ASF licenses this file to You 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. --> - + 4.0.0 @@ -58,7 +59,7 @@ ${project.groupId} activemq-ra true - + org.apache.geronimo.components geronimo-transaction @@ -94,9 +95,9 @@ test - log4j - log4j - test + log4j + log4j + test diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml index 798d444c7e..9e9731e9f5 100755 --- a/activemq-ra/pom.xml +++ b/activemq-ra/pom.xml @@ -6,16 +6,17 @@ The ASF licenses this file to You 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. --> - + 4.0.0 @@ -40,8 +41,6 @@ - - org.apache.activemq activemq-broker @@ -50,7 +49,6 @@ org.apache.activemq activemq-kahadb-store - org.apache.geronimo.specs geronimo-j2ee-connector_1.5_spec @@ -148,5 +146,4 @@ - diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml index 2f4bcc761c..3f418d7919 100644 --- a/activemq-rar/pom.xml +++ b/activemq-rar/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -62,108 +63,108 @@ geronimo-servlet_2.5_spec - mx4j - mx4j + mx4j + mx4j - geronimo - geronimo-kernel + geronimo + geronimo-kernel - geronimo - geronimo-j2ee + geronimo + geronimo-j2ee - axion - axion + axion + axion - ${project.groupId} - activemq-jaas + ${project.groupId} + activemq-jaas - howl - howl-logger + howl + howl-logger - activemq - smackx + activemq + smackx - activemq - smack + activemq + smack - mx4j - mx4j-jmx + mx4j + mx4j-jmx - mx4j - mx4j-impl + mx4j + mx4j-impl - mx4j - mx4j-remote + mx4j + mx4j-remote - mx4j - mx4j-tools + mx4j + mx4j-tools - qdox - qdox + qdox + qdox - junit - junit + junit + junit - regexp - regexp + regexp + regexp - javax.jmdns - jmdns + javax.jmdns + jmdns - xalan - xalan + xalan + xalan - xmlbeans - xbean + xmlbeans + xbean - xmlbeans - xmlpublic + xmlbeans + xmlpublic - xmlbeans - xbean_xpath + xmlbeans + xbean_xpath - xerces - xercesImpl + xerces + xercesImpl - xml-apis - xml-apis + xml-apis + xml-apis - ant - ant + ant + ant - commons-collections - commons-collections + commons-collections + commons-collections - commons-primitives - commons-primitives + commons-primitives + commons-primitives - commons-pool - commons-pool + commons-pool + commons-pool @@ -196,108 +197,108 @@ geronimo-servlet_2.5_spec - mx4j - mx4j + mx4j + mx4j - geronimo - geronimo-kernel + geronimo + geronimo-kernel - geronimo - geronimo-j2ee + geronimo + geronimo-j2ee - axion - axion + axion + axion - ${project.groupId} - activemq-jaas + ${project.groupId} + activemq-jaas - howl - howl-logger + howl + howl-logger - activemq - smackx + activemq + smackx - activemq - smack + activemq + smack - mx4j - mx4j-jmx + mx4j + mx4j-jmx - mx4j - mx4j-impl + mx4j + mx4j-impl - mx4j - mx4j-remote + mx4j + mx4j-remote - mx4j - mx4j-tools + mx4j + mx4j-tools - qdox - qdox + qdox + qdox - junit - junit + junit + junit - regexp - regexp + regexp + regexp - javax.jmdns - jmdns + javax.jmdns + jmdns - xalan - xalan + xalan + xalan - xmlbeans - xbean + xmlbeans + xbean - xmlbeans - xmlpublic + xmlbeans + xmlpublic - xmlbeans - xbean_xpath + xmlbeans + xbean_xpath - xerces - xercesImpl + xerces + xercesImpl - xml-apis - xml-apis + xml-apis + xml-apis - ant - ant + ant + ant - commons-collections - commons-collections + commons-collections + commons-collections - commons-primitives - commons-primitives + commons-primitives + commons-primitives - commons-pool - commons-pool + commons-pool + commons-pool @@ -328,8 +329,8 @@ spring-core - org.springframework - spring-context + org.springframework + spring-context org.apache.geronimo.specs @@ -388,32 +389,31 @@ - - - deploy - - deploy - - - org.apache.maven.plugins - maven-source-plugin - 2.1.2 - - false - - - - attach-sources - - jar - - - - - - - - + + + deploy + + deploy + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + false + + + + attach-sources + + jar + + + + + + + + - diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml index b5aa71b343..bec440d875 100644 --- a/activemq-run/pom.xml +++ b/activemq-run/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -30,7 +31,6 @@ activemq.jar for starting a standalone ActiveMQ broker - ${project.groupId} activemq-console diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml index a08343d2f8..dd4ad613dd 100755 --- a/activemq-spring/pom.xml +++ b/activemq-spring/pom.xml @@ -6,16 +6,17 @@ The ASF licenses this file to You 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. --> - + 4.0.0 @@ -64,7 +65,6 @@ activemq-kahadb-store true - org.apache.activemq activemq-amq-store @@ -75,7 +75,6 @@ activeio-core true - org.apache.activemq activemq-leveldb-store @@ -139,59 +138,58 @@ test - log4j - log4j - test + log4j + log4j + test - org.jencks - jencks - 2.2 - test + org.jencks + jencks + 2.2 + test - org.slf4j - slf4j-log4j12 - test + org.slf4j + slf4j-log4j12 + test - ${project.groupId} - activemq-ra - test + ${project.groupId} + activemq-ra + test - org.osgi - org.osgi.core - provided - true + org.osgi + org.osgi.core + provided + true - org.springframework.osgi - spring-osgi-core - provided - true - - - org.springframework - org.springframework.context - - - org.springframework - org.springframework.beans - - - org.springframework - org.springframework.aop - - - org.springframework - org.springframework.core - - - - + org.springframework.osgi + spring-osgi-core + provided + true + + + org.springframework + org.springframework.context + + + org.springframework + org.springframework.beans + + + org.springframework + org.springframework.aop + + + org.springframework + org.springframework.core + + + - + @@ -200,7 +198,7 @@ 3.12 - process-classes + process-classes ${basedir}/../activemq-client/src/main/java @@ -234,5 +232,5 @@ - + diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml index aea5b4b048..628c85980c 100755 --- a/activemq-stomp/pom.xml +++ b/activemq-stomp/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -30,9 +31,6 @@ ActiveMQ :: STOMP Protocol The ActiveMQ STOMP Protocol Implementation - - - @@ -46,7 +44,6 @@ - com.thoughtworks.xstream xstream @@ -144,6 +141,4 @@ - - diff --git a/activemq-tooling/activemq-maven-plugin/pom.xml b/activemq-tooling/activemq-maven-plugin/pom.xml index bf56f9faf9..de20495c53 100644 --- a/activemq-tooling/activemq-maven-plugin/pom.xml +++ b/activemq-tooling/activemq-maven-plugin/pom.xml @@ -41,7 +41,7 @@ org.apache.activemq - activemq-core + activemq-broker org.apache.activemq @@ -72,6 +72,7 @@ slf4j-log4j12 + diff --git a/activemq-tooling/activemq-memtest-maven-plugin/pom.xml b/activemq-tooling/activemq-memtest-maven-plugin/pom.xml index 90ca471665..e4d763fa12 100644 --- a/activemq-tooling/activemq-memtest-maven-plugin/pom.xml +++ b/activemq-tooling/activemq-memtest-maven-plugin/pom.xml @@ -37,7 +37,7 @@ org.apache.activemq - activemq-core + activemq-broker org.apache.activemq diff --git a/activemq-tooling/activemq-perf-maven-plugin/pom.xml b/activemq-tooling/activemq-perf-maven-plugin/pom.xml index 19eb978990..43d8f43013 100644 --- a/activemq-tooling/activemq-perf-maven-plugin/pom.xml +++ b/activemq-tooling/activemq-perf-maven-plugin/pom.xml @@ -14,63 +14,64 @@ See the License for the specific language governing permissions and limitations under the License. --> - + - 4.0.0 + 4.0.0 - - org.apache.activemq.tooling - activemq-tooling - 5.8-SNAPSHOT - + + org.apache.activemq.tooling + activemq-tooling + 5.8-SNAPSHOT + - activemq-perf-maven-plugin - maven-plugin - ActiveMQ :: Performance Test Plugin + activemq-perf-maven-plugin + maven-plugin + ActiveMQ :: Performance Test Plugin - - - org.apache.maven - maven-plugin-api - 2.0 - - - org.apache.activemq - activemq-core - - - org.apache.activemq - activemq-console - - - org.apache.activemq - activeio-core - - - org.apache.derby - derby - - - org.apache.derby - derbynet - - - org.apache.geronimo.specs - geronimo-jms_1.1_spec - - - org.apache.geronimo.specs - geronimo-j2ee-management_1.1_spec - - - junit - junit - test - - - org.slf4j - slf4j-simple - ${slf4j-version} - - + + + org.apache.maven + maven-plugin-api + 2.0 + + + org.apache.activemq + activemq-broker + + + org.apache.activemq + activemq-console + + + org.apache.activemq + activeio-core + + + org.apache.derby + derby + + + org.apache.derby + derbynet + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + + + org.apache.geronimo.specs + geronimo-j2ee-management_1.1_spec + + + junit + junit + test + + + org.slf4j + slf4j-simple + ${slf4j-version} + + diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml index 5041fbe862..ccc9e50454 100644 --- a/activemq-tooling/pom.xml +++ b/activemq-tooling/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -35,5 +36,4 @@ activemq-perf-maven-plugin activemq-maven-plugin - diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index fc094ccb8e..5d18653f1d 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -30,11 +31,11 @@ ActiveMQ :: Web Console Web Console for ActiveMQ - - 8080 - + + 8080 + - + org.apache.maven.plugins @@ -45,7 +46,7 @@ WEB-INF/lib/jetty*.jar, WEB-INF/lib/servlet*.jar - + ${project.build.outputDirectory}/META-INF/MANIFEST.MF @@ -98,7 +99,7 @@ 10 - + org.apache.felix maven-bundle-plugin @@ -124,28 +125,28 @@ *;scope=compile|runtime true - org.xml.sax, - org.xml.sax.helpers, - javax.xml.parsers, - javax.xml.transform, - javax.management.remote, - javax.naming, - org.w3c.dom, - javax.servlet, - javax.servlet.http, - javax.servlet.resources, - javax.servlet.jsp, - javax.servlet.jsp.tagext, - javax.servlet.jsp.el, - javax.management, - javax.management.openmbean, - javax.net, - org.apache.commons.logging;version="[1.1,2)";resolution:=optional, - org.slf4j;version="[1.6,2)";resolution:=optional, - org.slf4j.spi;version="[1.6,2)";resolution:=optional, - org.apache.log4j;version="[1.2.14,2)";resolution:=optional, - org.apache.log4j.spi;version="[1.2.14,2)";resolution:=optional, - org.eclipse.jetty.continuation;resolution:=optional + org.xml.sax, + org.xml.sax.helpers, + javax.xml.parsers, + javax.xml.transform, + javax.management.remote, + javax.naming, + org.w3c.dom, + javax.servlet, + javax.servlet.http, + javax.servlet.resources, + javax.servlet.jsp, + javax.servlet.jsp.tagext, + javax.servlet.jsp.el, + javax.management, + javax.management.openmbean, + javax.net, + org.apache.commons.logging;version="[1.1,2)";resolution:=optional, + org.slf4j;version="[1.6,2)";resolution:=optional, + org.slf4j.spi;version="[1.6,2)";resolution:=optional, + org.apache.log4j;version="[1.2.14,2)";resolution:=optional, + org.apache.log4j.spi;version="[1.2.14,2)";resolution:=optional, + org.eclipse.jetty.continuation;resolution:=optional @@ -202,8 +203,8 @@ true - org.apache.activemq - activemq-client + org.apache.activemq + activemq-client org.apache.xbean @@ -221,7 +222,6 @@ core 3.1.1 - org.slf4j slf4j-api @@ -230,13 +230,11 @@ org.slf4j slf4j-log4j12 - log4j log4j - opensymphony @@ -253,13 +251,11 @@ standard - xpp3 xpp3 - com.thoughtworks.xstream xstream diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml index c478d32a25..cbdc88d27a 100755 --- a/activemq-web-demo/pom.xml +++ b/activemq-web-demo/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -50,7 +51,6 @@ - org.apache.geronimo.specs @@ -95,7 +95,6 @@ activemq-jaas true - org.slf4j slf4j-log4j12 @@ -114,12 +113,10 @@ org.apache.xbean xbean-spring - xpp3 xpp3 - com.thoughtworks.xstream xstream @@ -131,7 +128,6 @@ junit test - commons-lang commons-lang @@ -144,7 +140,6 @@ org.apache.derby derby - diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml index 2d56f0837e..0ff1693a85 100755 --- a/activemq-web/pom.xml +++ b/activemq-web/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -121,10 +122,10 @@ junit test - - org.slf4j - slf4j-log4j12 - test - + + org.slf4j + slf4j-log4j12 + test + \ No newline at end of file diff --git a/activemq-xmpp/pom.xml b/activemq-xmpp/pom.xml index 62ac55866e..8d0483191b 100755 --- a/activemq-xmpp/pom.xml +++ b/activemq-xmpp/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -30,7 +31,6 @@ ActiveMQ :: XMPP - ${project.groupId} activemq-client @@ -39,7 +39,6 @@ ${project.groupId} activeio-core - org.codehaus.woodstox woodstox-core-asl @@ -89,7 +88,6 @@ test-jar test - diff --git a/assembly/pom.xml b/assembly/pom.xml index a4359079c8..3700433cf7 100755 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -54,7 +54,6 @@ ${project.groupId} activeio-core - ${project.groupId} activemq-client @@ -76,7 +75,6 @@ activemq-core test-jar - ${project.groupId} activemq-leveldb-store @@ -93,7 +91,6 @@ ${project.groupId} activemq-jdbc-store - ${project.groupId} activemq-mqtt @@ -106,7 +103,6 @@ ${project.groupId} activemq-amqp - ${project.groupId} activemq-log4j-appender @@ -115,7 +111,6 @@ ${project.groupId} activemq-http - ${project.groupId} activemq-console @@ -219,12 +214,10 @@ xpp3 xpp3 - log4j log4j - org.apache.geronimo.specs geronimo-jms_1.1_spec @@ -287,7 +280,6 @@ org.codehaus.jettison jettison - org.eclipse.jetty.aggregate jetty-all-server @@ -342,13 +334,11 @@ org.jasypt jasypt - org.jasypt jasypt-spring3 ${jasypt-version} - junit junit @@ -381,11 +371,9 @@ json-simple 1.1 - - org.apache.maven.plugins @@ -506,5 +494,4 @@ -