Generates a FitNesse report from a FitNesse web server. The generated report is an external report generated FitNesse itself. If the project use Clover for code coverage and if FitNesse has clover dependency (ie use the ArtifactId-Version-clover.jar), the code executed during the FitNesse execution (phase integration-test) will be had to the unit-test code coverage. See the clover example.
Mojo Attributes:
| Name | Type | Description |
|---|---|---|
| outputDirectory | File |
The directory where the Fitnesse report will be generated. |
| workingDir | File |
No description. |
| xmlOutputDirectory | File |
Report output directory. |
| Name | Type | Description |
|---|---|---|
| fitnesseOutputDirectory | File |
The directory where the Fitnesse report has be generated. It must be defined when it's not the default value (${project.build.directory}/fitnesse. It's the case for exemple with the clover plugin (that use ${project.build.directory}/clover/fitnesse). |
| siteRenderer | Renderer |
Note: This is passed by Maven and must not be configured by the user. |
The directory where the Fitnesse report has be generated. It must be defined when it's not the default value (${project.build.directory}/fitnesse. It's the case for exemple with the clover plugin (that use ${project.build.directory}/clover/fitnesse).
java.io.FileNojava.io.FileYes${project.reporting.outputDirectory}/fitnesseorg.apache.maven.doxia.siterenderer.RendererNojava.io.FileYes${project.build.directory}java.io.FileYes${project.build.directory}/generated-site/xdoc/fitnesse