You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by se...@apache.org on 2009/05/07 00:39:43 UTC

svn commit: r772454 - /turbine/fulcrum/trunk/testcontainer/pom.xml

Author: seade
Date: Wed May  6 22:39:43 2009
New Revision: 772454

URL: http://svn.apache.org/viewvc?rev=772454&view=rev
Log:
One of the tests is failing under OS X unless forkMode=always.

Modified:
    turbine/fulcrum/trunk/testcontainer/pom.xml

Modified: turbine/fulcrum/trunk/testcontainer/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/pom.xml?rev=772454&r1=772453&r2=772454&view=diff
==============================================================================
--- turbine/fulcrum/trunk/testcontainer/pom.xml (original)
+++ turbine/fulcrum/trunk/testcontainer/pom.xml Wed May  6 22:39:43 2009
@@ -103,6 +103,16 @@
   <build>
     <sourceDirectory>${basedir}/src/java</sourceDirectory>
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <!-- version>2.4.2</version -->
+        <configuration>
+          <forkMode>always</forkMode>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
   
   <properties>