mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user