We require the newer version of the surefire plugin or it is possible to get old versions of plexus-utils in the tests

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@672727 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2008-06-30 08:34:38 +00:00
parent 134fcbfd3c
commit 4c5f43abf9
1 changed files with 2 additions and 0 deletions

View File

@ -116,11 +116,13 @@ under the License.
<version>2.3</version>
<extensions>true</extensions>
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.2</version>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>