From 2866ecd4c26b7a53d63dce06ef4ea7c1ffcf7fbf Mon Sep 17 00:00:00 2001 From: Howard Gao Date: Thu, 30 Jul 2015 18:39:12 +0800 Subject: [PATCH] Include just a few packages in activemq5-unit-tests to start with --- tests/activemq5-unit-tests/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml index cecd5b3088..8bb15d9f66 100644 --- a/tests/activemq5-unit-tests/pom.xml +++ b/tests/activemq5-unit-tests/pom.xml @@ -383,6 +383,20 @@ maven-surefire-plugin ${skipActiveMQ5Tests} + + + **/org/apache/activemq/*Test.java + **/org/apache/activemq/command/*Test.java + **/org/apache/activemq/openwire/*Test.java + **/org/apache/activemq/transport/tcp/*Test.java + + **/org/apache/activemq/blob/BlobTransferPolicyUriTest.java + + + + **/org/apache/activemq/PerDestinationStoreLimitTest.java + **/org/apache/activemq/ProducerFlowControlTest.java +