From 683eb2081a3bbc693d76c6f32fcadda0a67d595e Mon Sep 17 00:00:00 2001 From: brett Date: Wed, 19 May 2004 12:31:35 +0000 Subject: [PATCH] fix classloader issues git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115384 13f79535-47bb-0310-9956-ffa450edef68 --- test/plugin.jelly | 30 ++++++++++++++++++++---------- test/project.xml | 26 +++++++++++++------------- test/xdocs/changes.xml | 3 +++ 3 files changed, 36 insertions(+), 23 deletions(-) diff --git a/test/plugin.jelly b/test/plugin.jelly index eb6afdc9..f99567ab 100644 --- a/test/plugin.jelly +++ b/test/plugin.jelly @@ -58,8 +58,10 @@ - - + + + + @@ -136,8 +138,10 @@ - - + + + + @@ -190,8 +194,10 @@ - - + + + + @@ -249,8 +255,10 @@ - - + + + + @@ -326,8 +334,10 @@ - - + + + + diff --git a/test/project.xml b/test/project.xml index 1cf0e871..bb443b2f 100644 --- a/test/project.xml +++ b/test/project.xml @@ -23,7 +23,7 @@ 3 maven-test-plugin Maven Test Plug-in - 1.6 + 1.6.1-SNAPSHOT Run JUnit tests. Requires Maven 1.0 RC2. Run JUnit tests http://maven.apache.org/reference/plugins/test/ @@ -34,6 +34,18 @@ scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/test/ http://cvs.apache.org/viewcvs/maven-plugins/test/ + + + 1.5 + 1.5 + MAVEN_TEST_1_5 + + + 1.6 + 1.6 + MAVEN_TEST_1_6 + + Vincent Massol @@ -73,16 +85,4 @@ - - - 1.5 - 1.5 - MAVEN_TEST_1_5 - - - 1.6 - 1.6 - MAVEN_TEST_1_6 - - diff --git a/test/xdocs/changes.xml b/test/xdocs/changes.xml index a2560ee5..a3487bb8 100644 --- a/test/xdocs/changes.xml +++ b/test/xdocs/changes.xml @@ -24,6 +24,9 @@ dIon Gillard + + only add xml-apis to classpath when forking to avoid classloader issues + add maven.junit.envvars property add maven.junit.jvm property