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]