You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/07/20 14:43:39 UTC

svn commit: r1148733 - /incubator/lcf/trunk/pom.xml

Author: kwright
Date: Wed Jul 20 12:43:39 2011
New Revision: 1148733

URL: http://svn.apache.org/viewvc?rev=1148733&view=rev
Log:
Create a new JVM for each test; part of CONNECTORS-223

Modified:
    incubator/lcf/trunk/pom.xml

Modified: incubator/lcf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/pom.xml?rev=1148733&r1=1148732&r2=1148733&view=diff
==============================================================================
--- incubator/lcf/trunk/pom.xml (original)
+++ incubator/lcf/trunk/pom.xml Wed Jul 20 12:43:39 2011
@@ -83,6 +83,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
+          <forkMode>always</forkMode>
           <excludes>
             <exclude>**/*HSQLDBTest.java</exclude>
             <exclude>**/*PostgresqlTest.java</exclude>