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