From 0716e5f3f17bd0a97ad758c656f16e58c749b28a Mon Sep 17 00:00:00 2001 From: carlos Date: Wed, 10 Aug 2005 19:34:15 +0000 Subject: [PATCH] Added required maven version for maven.junit.forkmode git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@231297 13f79535-47bb-0310-9956-ffa450edef68 --- test/xdocs/properties.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/xdocs/properties.xml b/test/xdocs/properties.xml index 544c9bc2..d0175898 100644 --- a/test/xdocs/properties.xml +++ b/test/xdocs/properties.xml @@ -41,6 +41,7 @@ maven.junit.forkmode Yes + NOTE: Ignored in maven < 1.1. Controls how many Java Virtual Machines get created if you want to fork some tests. Possible values are "perTest" (the default), and "once". "once" creates only a single Java VM for