From 0a5d89bd4597a04e6f3ed5e9fc5b4b2e2f79e20e Mon Sep 17 00:00:00 2001 From: evenisse Date: Wed, 26 Mar 2003 10:07:23 +0000 Subject: [PATCH] Add jvmarg support for junit. Add properties documentation. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113191 13f79535-47bb-0310-9956-ffa450edef68 --- test/xdocs/changes.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/xdocs/changes.xml b/test/xdocs/changes.xml index e6bdc7c0..c106ba94 100644 --- a/test/xdocs/changes.xml +++ b/test/xdocs/changes.xml @@ -6,7 +6,13 @@ - + + + Add jvmarg support for junit. + Add properties documentation. + + + Fixed classpath for test:ui, test:single and test:match goals.