o lock surefire-plugin version to 2.3 to avoid Plexus pb
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@595946 13f79535-47bb-0310-9956-ffa450edef68master
parent
19c16c4f28
commit
bd1e8d1444
7
pom.xml
7
pom.xml
|
|
@ -94,6 +94,13 @@
|
||||||
</mailingList>
|
</mailingList>
|
||||||
</mailingLists>
|
</mailingLists>
|
||||||
<build>
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<version>2.3</version>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue