mirror of https://github.com/apache/archiva.git
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:
parent
ab0724b375
commit
7b95d20a49
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue