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/branches/STRUTS_2_0_X@527821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Hermanns
2007-04-12 07:42:56 +00:00
parent 2543a00e62
commit d62437ee75
+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>