Author: veithen
Date: Sat Mar 20 21:42:02 2010
New Revision: 925687
URL: http://svn.apache.org/viewvc?rev=925687&view=rev
Log:
Set correct surefire.fork.mode for the systests.
Modified:
cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/pom.xml
Modified:
cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/pom.xml?rev=925687&r1=925686&r2=925687&view=diff
==============================================================================
---
cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/pom.xml
(original)
+++
cxf/sandbox/veithen/cxf-spring-security/cxf-systests-spring-security/pom.xml
Sat Mar 20 21:42:02 2010
@@ -33,6 +33,7 @@
<properties>
<slf4j.version>1.4.3</slf4j.version>
+ <surefire.fork.mode>pertest</surefire.fork.mode>
</properties>
<dependencies>