git://wamblee.org
/
utils
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1baf903
)
(no commit message)
author
Erik Brakkee
<erik@brakkee.org>
Fri, 16 Jul 2010 11:34:31 +0000
(11:34 +0000)
committer
Erik Brakkee
<erik@brakkee.org>
Fri, 16 Jul 2010 11:34:31 +0000
(11:34 +0000)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index d35a32ded05301f74ab0371d101f2964d381a6ae..5a67306538ca8ede1baab5b18917d21f11a5999d 100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-389,6
+389,9
@@
<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>