MVN

org.codehaus.mojo : chronos-surefire-maven-plugin

Maven & Gradle

Aug 23, 2012

Chronos Surefire · This plugin enables you to track and the executiontimes of a selection of Your unittests (JUnit or TestNG). One usage is to regard some of your automatic testcases as performancetests, tracking their executiontimes. Another usage is simply to monitor Your automatic tests to discover reasons for slow build times.

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>chronos-surefire-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : chronos-surefire-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of org.codehaus.mojo : chronos-surefire-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
chronos-surefire-maven-plugin-1.1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

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