A maven report for patchwork coverage data. This report expects to find the result of a patchwork execution in some directory in the build directory of the project: A patchwork.data file that contains the coverage data and optionally source files (all other .html files) for translating coverage information to source data.
Parameters for the goal:
| Parameter | Type | Expression | Default Value | Description |
|---|---|---|---|---|
outputDirectory
|
String
|
${project.reporting.outputDirectory}/patchwork
|
-
|
Directory where reports will go. |
project
|
MavenProject
|
${project}
|
-
|
Maven Internal: The Project descriptor. |
reportsDirectory (Optional) |
File
|
${project.build.directory}/patchwork
|
-
|
Base directory where all reports are written to. |
siteRenderer (Optional) (Discovered) |
Renderer
|
-
|
-
|
Maven Internal: The Doxia Site Renderer. |