Author: dkulp
Date: Tue May 22 21:19:41 2012
New Revision: 1341633
URL: http://svn.apache.org/viewvc?rev=1341633&view=rev
Log:
Merged revisions 1338283 via svn merge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1338283 | dkulp | 2012-05-14 12:40:46 -0400 (Mon, 14 May 2012) | 2 lines
Stick with per-test for jms right now as they seem to fail when run in
parallel mode for some reason
........
Modified:
cxf/branches/2.5.x-fixes/ (props changed)
cxf/branches/2.5.x-fixes/systests/transport-jms/pom.xml
Propchange: cxf/branches/2.5.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.5.x-fixes/systests/transport-jms/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/systests/transport-jms/pom.xml?rev=1341633&r1=1341632&r2=1341633&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/systests/transport-jms/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/systests/transport-jms/pom.xml Tue May 22 21:19:41
2012
@@ -31,6 +31,11 @@
<description>Apache CXF Transport System Tests JMS</description>
<version>2.5.4-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
+
+ <properties>
+ <cxf.surefire.fork.mode>pertest</cxf.surefire.fork.mode>
+ </properties>
+
<build>
<plugins>
<plugin>