Upgrading surefire plugin to version 2.3 to get rid off strange unit test failures

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@527814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Hermanns
2007-04-12 07:28:10 +00:00
parent 09634ba83e
commit c77af28616
+2 -3
View File
@@ -242,10 +242,9 @@
</configuration>
</plugin>
<plugin>
<!-- Using 2.1.3 because of http://jira.codehaus.org/browse/MSUREFIRE-114 -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.1.3</version>
<version>2.3</version>
<configuration>
<includes>
<include>**/*Test.java</include>