You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kent Sølvsten <ks...@lakeside.dk> on 2012/08/31 07:44:01 UTC

[ANN] chronos maven-plugin 1.1.0 released

Hi,

The Mojo team is pleased to announce the release of the chronos version 1.1.0. 

Chronos is a collection of maven plugins designed to invoke performancetests and create nice visual representations of the results.
 Performancetesting with jmeter is supported, either by letting Chronos invoke JMeter, or by using Chronos to analyze the results of an already run performancetest.
It is also possible to use Chronos to analyze the runtimes for unittests (invoked with maven surefire) and collect nice graphs of these testruns.
http://mojo.codehaus.org/chronos
To get this update, simply specify the versions in your project's plugin configuration: 

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>chronos-report-maven-plugin</artifactId>
        <version>1.1.1</version>
</plugin>
<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>chronos-jmeter-maven-plugin</artifactId>
        <version>1.1.0</version>
</plugin>
<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>chronos-surefire-maven-plugin
        <version>1.1.0</version>
</plugin>

Release Notes

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12536&version=18440

Enjoy,

The Mojo team.
 
/Kent