update to release of plexus-spring, and spit out less information during build

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662666 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-06-03 07:03:39 +00:00
parent ab0724b375
commit 7b95d20a49
1 changed files with 4 additions and 1 deletions

View File

@ -156,6 +156,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.2</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</plugin>
<plugin>
<artifactId>maven-idea-plugin</artifactId>
@ -365,7 +368,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-spring</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>