From 56e1d20a116d701b383600efa3b52b59ca875ba7 Mon Sep 17 00:00:00 2001 From: dion Date: Thu, 13 May 2004 08:48:57 +0000 Subject: [PATCH] Stop plugin tests from failing under jdk 1.3 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115244 13f79535-47bb-0310-9956-ffa450edef68 --- dashboard/src/plugin-test/project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/src/plugin-test/project.properties b/dashboard/src/plugin-test/project.properties index acaffe3e..8292b746 100644 --- a/dashboard/src/plugin-test/project.properties +++ b/dashboard/src/plugin-test/project.properties @@ -41,3 +41,4 @@ maven.dashboard.aggregators = csall,cserrors,cswarnings,clovertpc,cloverloc,clov # Make sure that an XML report is generated whenever Clover is run. Also # inherited by the subprojects. maven.clover.report.xml = true +maven.junit.fork=true \ No newline at end of file