Re: Maven/Surefire finds no tests to run

2010-11-15 Thread Stephen Connolly
The default include patterns only include Test*.java *Test.java *TestCase.java irrespective of whether you have annotated with JUnit 4 annotations or not, surefire will only run those tests that are defined by the include rules. Note that this is a good thing as it allows you to run different

RE: Maven/Surefire finds no tests to run

2010-11-15 Thread Collins, Vincen
Maybe I can piggy back onto this problem with an ongoing issue we have had with the surefire that I have yet to find a solution to - http://stackoverflow.com/questions/3842597/maven-reporting-plugins-do-not-execute-if-a-unit-test-failure-occurs Can anyone help? Vince -Original