From 62bcbaa5d03639caf88a22000b1c6e715279adfa Mon Sep 17 00:00:00 2001 From: Gary Tully Date: Wed, 3 Oct 2012 11:53:33 +0000 Subject: [PATCH] ensure slow-tests profile overrides excludes and runs all tests - duplicate the config in that profile, so order is the same etc; don't see another way atm git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1393443 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-core/pom.xml | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/activemq-core/pom.xml b/activemq-core/pom.xml index aa25236a2a..62173a1edb 100755 --- a/activemq-core/pom.xml +++ b/activemq-core/pom.xml @@ -475,9 +475,6 @@ --> - - **/*Test.* - **/perf/SimpleDurableTopicTest.* @@ -1111,7 +1108,27 @@ maven-surefire-plugin - + + + + default-test + test + + test + + + pertest + false + true + ${surefire.argLine} + false + alphabetical + + + org.apache.activemq.default.directory.prefix + target/ + + **/perf/SimpleDurableTopicTest.* @@ -1185,6 +1202,8 @@ org/apache/activemq/broker/ft/DbRestartJDBCQueueTest.* + +