From 59dec7c635ec5a9a70ea0b77773be11fdb278fc7 Mon Sep 17 00:00:00 2001 From: dion Date: Sat, 31 Jul 2004 11:53:15 +0000 Subject: [PATCH] Tests fail under jdk1.3 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115917 13f79535-47bb-0310-9956-ffa450edef68 --- hibernate/project.properties | 1 + plugin/project.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/hibernate/project.properties b/hibernate/project.properties index 281f7798..9ab613b9 100644 --- a/hibernate/project.properties +++ b/hibernate/project.properties @@ -18,3 +18,4 @@ # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- maven.docs.outputencoding=UTF-8 +maven.junit.fork=true \ No newline at end of file diff --git a/plugin/project.properties b/plugin/project.properties index d66f96c3..3a34b423 100644 --- a/plugin/project.properties +++ b/plugin/project.properties @@ -17,3 +17,4 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- +maven.junit.fork=true \ No newline at end of file