hi all,
Just a heads up really. Not sure if anybody else has noticed this but
it appears that the latest update to the maven surefire plugin has
added a little feature for us.
before to surefire 2.4 (released 15th Jan):
> mvn integration-test -Dtest=Login
would run the webtest target 'Login' no problems, now it will fail
because the test phase doesn't find any targets to run. To override
this new feature:
> mvn integration-test -Dtest=Login -DfailIfNoTests=false
Gareth
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]