From 1e8d685729f8f709e1122f2b7af5a80665cc6aea Mon Sep 17 00:00:00 2001 From: ltheussl Date: Sun, 26 Mar 2006 19:20:36 +0000 Subject: [PATCH] PR: MPTEST-49 test:test should honour the maven.test.compile.src.set variable. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@388943 13f79535-47bb-0310-9956-ffa450edef68 --- test/plugin.jelly | 16 ++++++++++++---- test/xdocs/changes.xml | 1 + test/xdocs/properties.xml | 7 +++++++ 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/test/plugin.jelly b/test/plugin.jelly index bc1fbcd3..b3c4828f 100644 --- a/test/plugin.jelly +++ b/test/plugin.jelly @@ -39,12 +39,16 @@ - + + + + + ${_testSrcDirs} - - + + @@ -195,6 +200,7 @@ + @@ -443,7 +449,8 @@ - + + ${testmatchpattern} @@ -460,6 +467,7 @@ + diff --git a/test/xdocs/changes.xml b/test/xdocs/changes.xml index 7302c3af..ab856933 100644 --- a/test/xdocs/changes.xml +++ b/test/xdocs/changes.xml @@ -24,6 +24,7 @@ + test:test should honour the maven.test.compile.src.set variable. Set junit's showoutput attribute if Maven is executed in debug (-X) mode. Allow to add additional elements to the test classpath, new property maven.test.classpath. Display a warning if some tests do not pass (and maven.test.failure.ignore=true). diff --git a/test/xdocs/properties.xml b/test/xdocs/properties.xml index 120d3442..d18c116c 100644 --- a/test/xdocs/properties.xml +++ b/test/xdocs/properties.xml @@ -156,6 +156,13 @@

+ + maven.test.compile.src.set + Yes + + The source directories Maven uses to compile test code. + + maven.test.reportsDirectory Yes