From e3c03cd5c80c8da61caa286188632edee6e2aef5 Mon Sep 17 00:00:00 2001 From: aheritier Date: Fri, 7 Apr 2006 13:02:52 +0000 Subject: [PATCH] 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 --- test/xdocs/properties.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/xdocs/properties.xml b/test/xdocs/properties.xml index d18c116c..7fa21122 100644 --- a/test/xdocs/properties.xml +++ b/test/xdocs/properties.xml @@ -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 perTest.