From 653c58178deac83c2017b9dd41432edc8d115fb3 Mon Sep 17 00:00:00 2001 From: brett Date: Mon, 7 Jun 2004 12:22:57 +0000 Subject: [PATCH] PR: MPTEST-31 handle JVM args correctly in test:match git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115440 13f79535-47bb-0310-9956-ffa450edef68 --- test/plugin.jelly | 8 ++++---- test/project.xml | 2 +- test/xdocs/changes.xml | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/test/plugin.jelly b/test/plugin.jelly index f99567ab..caf7c224 100644 --- a/test/plugin.jelly +++ b/test/plugin.jelly @@ -322,10 +322,10 @@ - - - - + ${maven.junit.jvmargs} + + + diff --git a/test/project.xml b/test/project.xml index 0dc2743c..ea558bf3 100644 --- a/test/project.xml +++ b/test/project.xml @@ -23,7 +23,7 @@ 3 maven-test-plugin Maven Test Plug-in - 1.6.1 + 1.7-SNAPSHOT Run JUnit tests. Requires Maven 1.0 RC2. Run JUnit tests http://maven.apache.org/reference/plugins/test/ diff --git a/test/xdocs/changes.xml b/test/xdocs/changes.xml index b62815fe..75c5c901 100644 --- a/test/xdocs/changes.xml +++ b/test/xdocs/changes.xml @@ -24,6 +24,9 @@ dIon Gillard + + handle JVM args correctly in test:match + only add xml-apis to classpath when forking to avoid classloader issues