On 6/13/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:

mvn -Dtest=org.bla.TestCaseClass test seams not to work for me.

Am I missing something ?

http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html

test - Specify this parameter if you want to use the test pattern
matching notation, Ant pattern matching, to select tests to run. The
Ant pattern will be used to create an include pattern formatted like
**/${test}.java When used, the includes and excludes patterns
parameters are ignored

So use just the class name:  -Dtest=TestCaseClass .

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to