Thanks, that worked. Either I'm dense or some better examples would
help. This syntax isn't intuitively obvious.
Next question. How do I do the equivalent of
-Dmaven.junit.jvmargs="...." so that I can do debugging of the test?
Ralph
Emmanuel Venisse wrote:
Try this: mvn clean test -Dtest=MavenProjectTest
The test param isn't a classname with package but a pattern on files,
so org/apache/maven/project/MavenProjectTest should be ok too.
Emmanuel
Ralph Goers a écrit :
I'm trying to run "mvn test
-Dtest=org.apache.maven.project.MavenProjectTest" from
maven-project. When I do I get No tests to run. This happens when I
name any test case in the project, not just that class. Is there
something special I need to do?
Thanks,
Ralph
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]