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
This commit is contained in:
carlos 2005-08-10 19:34:15 +00:00
parent 5624fb4ce5
commit 0716e5f3f1

View File

@ -41,6 +41,7 @@
<td>maven.junit.forkmode</td>
<td>Yes</td>
<td>
NOTE: Ignored in maven &lt; 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