Hi This page:
http://mojo.codehaus.org/chronos-maven-plugin/usage.html Shows how to set up a maven .pom to run a test and report on it. I am trying to amend this .pom to run and report on multiple tests. I can get it to run as many tests as i want by having multiple <execution> sections in the <executions> block, BUT I cannot find a way to get chronos to produce reports for each of these fromthe same POM. I have tried adding many <reportSet> elements to the <reportSets> section, but the only report that is produced is the one whose <dataid> and <reportid> is the same as that stated in the <configuration> element. Is there a way to have multiple <configuration> elements?? If there is, I cannot find out how to do it... -- Andy
