Add doc for default setting for maven.junit.forkmode

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@392271 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-04-07 13:02:52 +00:00
parent 22f65786e2
commit e3c03cd5c8

View File

@ -51,6 +51,7 @@
can share a VM, so even if you set forkmode to "once", Ant may have
to create more than a single Java VM. This attribute is ignored for
tests that don't get forked into a new Java VM.
Defaults to <code>perTest</code>.
</td>
</tr>
<tr>