mirror of https://github.com/apache/maven.git
o use surefire 2.2 for now, 2.3 is causing errors
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@513606 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1733a9ff54
commit
4fe24cb504
6
pom.xml
6
pom.xml
|
@ -132,6 +132,12 @@ under the License.
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<version>2.2</version>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<modules>
|
<modules>
|
||||||
<module>maven-artifact</module>
|
<module>maven-artifact</module>
|
||||||
|
|
Loading…
Reference in New Issue