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