(no commit message)
authorErik Brakkee <erik@brakkee.org>
Fri, 16 Jul 2010 11:34:31 +0000 (11:34 +0000)
committerErik Brakkee <erik@brakkee.org>
Fri, 16 Jul 2010 11:34:31 +0000 (11:34 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index d35a32ded05301f74ab0371d101f2964d381a6ae..5a67306538ca8ede1baab5b18917d21f11a5999d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
+                    <!-- enable forkMode to check if some tests do not setup their
+                         test fixture correctly --> 
+                    <!-- forkMode>always</forkMode -->
                     <includes>
                         <include>**/*Test.java</include>
                     </includes>