mirror of https://github.com/apache/archiva.git
fix the version of the surefire plugin used
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@429273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a00066e0d6
commit
abd33b86f4
4
pom.xml
4
pom.xml
|
@ -96,6 +96,10 @@
|
||||||
<target>1.4</target>
|
<target>1.4</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<version>2.2</version>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
Loading…
Reference in New Issue