Author: dkulp
Date: Mon May 14 16:40:46 2012
New Revision: 1338283
URL: http://svn.apache.org/viewvc?rev=1338283&view=rev
Log:
Stick with per-test for jms right now as they seem to fail when run in
parallel mode for some reason
Modified:
cxf/trunk/systests/transport-jms/pom.xml
Modified: cxf/trunk/systests/transport-jms/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/transport-jms/pom.xml?rev=1338283&r1=1338282&r2=1338283&view=diff
==============================================================================
--- cxf/trunk/systests/transport-jms/pom.xml (original)
+++ cxf/trunk/systests/transport-jms/pom.xml Mon May 14 16:40:46 2012
@@ -31,6 +31,11 @@
<description>Apache CXF Transport System Tests JMS</description>
<version>2.6.1-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
+
+ <properties>
+ <cxf.surefire.fork.mode>pertest</cxf.surefire.fork.mode>
+ </properties>
+
<build>
<plugins>
<plugin>