chronos:savehistory
Full name:
org.codehaus.mojo:chronos-maven-plugin:1.0-SNAPSHOT:savehistory
Description:
Save a snapshot of the currently executed test to enable later
historic reports.
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: post-integration-test.
Optional Parameters
| Name |
Type |
Since |
Description |
| dataid |
String |
- |
The id of the currently executed performancetest. Default value is: performancetest. |
| historydir |
File |
- |
The directory where historic data are stored.
|
| project |
MavenProject |
- |
The current maven project.
|
Parameter Details
dataid:
The id of the currently executed performancetest.
- Type: java.lang.String
- Required: No
- Default: performancetest
historydir:
The directory where historic data are stored.
- Type: java.io.File
- Required: No
- Expression: ${basedir}/target/chronos/history
project:
The current maven project.
- Type: org.apache.maven.project.MavenProject
- Required: No
- Expression: ${project}