From 7db7ed130b1dad9958b1b191e4cd0d1d8d3190de Mon Sep 17 00:00:00 2001 From: Gary Tully Date: Fri, 5 Oct 2012 19:05:28 +0000 Subject: [PATCH] revert the change to defalut included for surefire, there are a bunch of non tests in there. *Test.* is needed git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1394734 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-core/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/activemq-core/pom.xml b/activemq-core/pom.xml index 62173a1edb..94d06a0e10 100755 --- a/activemq-core/pom.xml +++ b/activemq-core/pom.xml @@ -474,7 +474,9 @@ --> - + + **/*Test.* + **/perf/SimpleDurableTopicTest.* @@ -1129,6 +1131,9 @@ target/ + + **/*Test.* + **/perf/SimpleDurableTopicTest.*