From baafe32fe236226836b8fdc935d16937f7d3b1d5 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Wed, 22 Mar 2006 23:30:18 +0000 Subject: [PATCH] Clarify maven.test.search.classdir git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@387972 13f79535-47bb-0310-9956-ffa450edef68 --- test/xdocs/properties.xml | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/test/xdocs/properties.xml b/test/xdocs/properties.xml index 8f1013b6..99e0076a 100644 --- a/test/xdocs/properties.xml +++ b/test/xdocs/properties.xml @@ -146,9 +146,7 @@ You can specify some args separated by a space. Sample : - +maven.junit.jvmargs=-Xmx160m -verbose]]> @@ -161,9 +159,7 @@ maven.junit.jvmargs=-Xmx160m -verbose Sample : - +LD_LIBRARY_PATH=/usr/local/lib]]> @@ -179,23 +175,22 @@ LD_LIBRARY_PATH=/usr/local/lib - +basedir=${basedir}]]> maven.test.search.classdir Yes - Use this property to specify that JUnit should search the test classes directory - rather than the source directory. This allows for test cases to be written in other + Use this property to specify that JUnit should search the + test classes directory (${maven.test.dest}) + rather than the source directory (${pom.build.unitTestSourceDirectory}). + This allows for test cases to be written in other languages such as Groovy which generate bytecode that can then be used by this plugin. + It might also be necessary to specify this property if you + use <sourceModifications> in your pom. Sample : - - +