fitnesse:fitnesse

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:

  • Requires a Maven 2.0 project to execute.
  • Executes as an aggregator plugin.

Required Parameters

Name Type Description
outputDirectory File The directory where the Fitnesse report will be generated.
workingDir File No description.
xmlOutputDirectory File Report output directory.

Optional Parameters

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.

Parameter Details

fitnesseOutputDirectory

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).

  • Type: java.io.File
  • Required: No

outputDirectory The directory where the Fitnesse report will be generated.
  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.reporting.outputDirectory}/fitnesse

siteRenderer Note: This is passed by Maven and must not be configured by the user.
  • Type: org.apache.maven.doxia.siterenderer.Renderer
  • Required: No

workingDir No Description.
  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.build.directory}

xmlOutputDirectory Report output directory.
  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.build.directory}/generated-site/xdoc/fitnesse