From 45534a1c5f5a7733e54eceba4eb53922192b6098 Mon Sep 17 00:00:00 2001 From: dion Date: Thu, 13 May 2004 12:08:12 +0000 Subject: [PATCH] Fix plugin tests failing under jdk1.3 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115251 13f79535-47bb-0310-9956-ffa450edef68 --- aspectj/src/plugin-test/project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/aspectj/src/plugin-test/project.properties b/aspectj/src/plugin-test/project.properties index b0e4191e..b15420fd 100644 --- a/aspectj/src/plugin-test/project.properties +++ b/aspectj/src/plugin-test/project.properties @@ -13,3 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # ------------------------------------------------------------------- +maven.junit.fork=true \ No newline at end of file