diff options
author | Brett Porter <brett@apache.org> | 2011-03-26 12:23:31 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2011-03-26 12:23:31 +0000 |
commit | 1a95fa3b64a984666aa005968001b898777006f9 (patch) | |
tree | 7feb8b83585bcbf6b820add9d56339e754e39f89 /pom.xml | |
parent | 522a7ac514927457f043f0638c646e6a39507fec (diff) | |
download | archiva-1a95fa3b64a984666aa005968001b898777006f9.tar.gz archiva-1a95fa3b64a984666aa005968001b898777006f9.zip |
upgrade surefire to the latest release
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1085709 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -183,11 +183,10 @@ <artifactId>maven-resources-plugin</artifactId> <version>2.2</version> </plugin> - <!-- 2.7.1 fails due in the webapp-tests (SUREFIRE-679) --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.5</version> + <version>2.8</version> <configuration> <redirectTestOutputToFile>true</redirectTestOutputToFile> </configuration> |