mike long wrote:
Dear Jetspeed-2 users:
How do I run the JUnit tests as a Maven goal? I have run the allTests
goal and no tests get run.
Sincerely,
Mike Long
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I figured this out. The following property in project.properties was
disabling the running of the tests:
maven.test.skip=true
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]