From b8a586ff9e29ab877eca63a8de657e60c7d35491 Mon Sep 17 00:00:00 2001 From: aheritier Date: Fri, 7 Apr 2006 21:40:38 +0000 Subject: [PATCH] fork once the jvm to execute tests (to speed up them a little bit) git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@392428 13f79535-47bb-0310-9956-ffa450edef68 --- plugins-parent/project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins-parent/project.properties b/plugins-parent/project.properties index 98a29d5a..46c23be6 100644 --- a/plugins-parent/project.properties +++ b/plugins-parent/project.properties @@ -138,6 +138,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 #===== # XDOC plugin settings