Hi Kent
Here's the bits from the pom (reporting section)
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>chronos-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<configuration>
<historydir>${history.directory}</historydir>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>report</report>
</reports>
</reportSet>
<reportSet>
<id>broker-import-service-volume-report</id>
<configuration>
<dataid>broker-import-service-volume-report</dataid>
<reportid>broker-import-service-volume-report</reportid>
<title>Broker Service Import Volume Test History
Report</title>
<description>
<![CDATA[Volume Performance tests which are focused on
determining or validating performance characteristics of the Broker service
import operation when subjected to payloads of increasing size.]]>
</description>
<historydir>${history.home}</historydir>
<showaverage>true</showaverage>
<showpercentile>true</showpercentile>
<showinfotable>true</showinfotable>
<showtimeinfo>true</showtimeinfo>
<showsummary>true</showsummary>
<showdetails>true</showdetails>
<showresponse>true</showresponse>
<showhistogram>true</showhistogram>
<showthroughput>true</showthroughput>
<showsummarycharts>true</showsummarycharts>
<showgc>true</showgc>
</configuration>
<reports>
<report>report</report>
</reports>
</reportSet>
<reportSet>
<id>broker-import-service-concurrency-report</id>
<configuration>
<dataid>broker-import-service-concurrency-report</dataid>
<reportid>broker-import-service-concurrency-report</reportid>
<title>Broker Service Import Concurrency Test History
Report</title>
<description>
<![CDATA[Concurrency Performance tests which are
focused on determining or validating performance characteristics of the
Broker service import operation when subjected to multiple users anticipated
during production operations.]]>
</description>
<historydir>${history.home}</historydir>
<showaverage>true</showaverage>
<showpercentile>true</showpercentile>
<showinfotable>true</showinfotable>
<showtimeinfo>true</showtimeinfo>
<showsummary>true</showsummary>
<showdetails>true</showdetails>
<showresponse>true</showresponse>
<showhistogram>true</showhistogram>
<showthroughput>true</showthroughput>
<showsummarycharts>true</showsummarycharts>
<showgc>true</showgc>
</configuration>
<reports>
<report>report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
2009/11/9 Kent Sølvsten <[email protected]>
> Hi Andy
>
> Can you show the relevant parts of the pom?
>
> You may be missing some dataid elements. If you have multiple tests, each
> should be identified by a unique dataid element, which should be referred to
> from reports.
>
> /Kent
>
> Den 09/11/2009 kl. 11.33 skrev Andy Bell:
>
> 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
>
>
>
--
Andy