|
Hi,
I hit a bug in surefire plugin: http://jira.codehaus.org/browse/MSUREFIRE-81.
The issue was intiailly reported by Dan. :-)
Here's the patch for the pom.xml.
Please review and apply.
Thanks,
Raymond
|
Index: pom.xml
===================================================================
--- pom.xml (revision 418508)
+++ pom.xml (working copy)
@@ -141,7 +141,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.1.3</version>
+ <version>2.2</version>
<configuration>
<includes>
<include>**/*TestCase.java</include>--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
