Hi all, Before I used ant to generate junit test report by ant task junitreport, along with a bunch of the TEST-FOO.BAR.X.Y.ZTest.xml there will be an all-in-one test report named TESTS-TestSuties.xml. However with surefire plugin, maven2 does not generate this one, and this one is very important for me (eg, to generate cruise control build result notification). So does anybody know how to generate this one in Maven2 surefire plugin?
-- Thanks & Regards, Daniel
