Set forked JVM memory parameters for tests

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@467540 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-10-25 02:23:25 +00:00
parent 39c6c605ad
commit 50a62394f1

View File

@ -146,6 +146,7 @@ maven.scm.checkout.dir=${maven.build.dir}/scm/checkout
# Fork so that plugins unit tests are run with the correct classpath
maven.junit.fork = true
maven.junit.forkmode = once
maven.junit.jvmargs = -XX:MaxPermSize=128m -Xmx512m
#=====
# XDOC plugin settings