emma:clean
Full name:
org.codehaus.mojo:emma-maven-plugin:1.0-alpha-3:clean
Description:
Clean EMMA generated resources.
Attributes:
- Requires a Maven 2.0 project to be executed.
- Binds by default to the lifecycle phase: clean.
Optional Parameters
| Name |
Type |
Since |
Description |
| dataFiles |
File[] |
- |
Class coverage data files.
|
| metadataFile |
File |
- |
Location to store class coverage metadata. Default value is: ${project.build.directory}/coverage.em. |
| outputDirectory |
File |
- |
Location to store EMMA generated resources. Default value is: ${project.build.directory}/generated-classes/emma. |
| verbose |
boolean |
- |
Sets EMMA verbosity level to verbose. Default value is: false. |
Parameter Details
dataFiles:
Class coverage data files.
- Type: java.io.File[]
- Required: No
metadataFile:
Location to store class coverage metadata.
- Type: java.io.File
- Required: No
- Expression: ${emma.metadataFile}
- Default: ${project.build.directory}/coverage.em
outputDirectory:
Location to store EMMA generated resources.
- Type: java.io.File
- Required: No
- Expression: ${emma.outputDirectory}
- Default: ${project.build.directory}/generated-classes/emma
verbose:
Sets EMMA verbosity level to verbose.
- Type: boolean
- Required: No
- Expression: ${emma.verbose}
- Default: false