mirror of https://github.com/apache/maven.git
upgrade to surefire 2.7.2 which is more faster
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1067550 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f5b642cfa7
commit
881d5884bd
1
pom.xml
1
pom.xml
|
@ -404,6 +404,7 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<version>2.7.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<argLine>-Xmx256m</argLine>
|
<argLine>-Xmx256m</argLine>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue