Revert to version 2.5 of the surefire plugin - seems to improve memory use

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1038342 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2010-11-23 21:00:29 +00:00
parent a0907bfc3f
commit ae3f3af9db

View File

@ -616,7 +616,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.6</version>
<version>2.5</version>
<configuration>
<argLine>${surefire.jvm.args}</argLine>
<useFile>false</useFile>