cakupan:cakupan

Note:This goal should be used as a Maven report.

Full name:

org.nuessler.maven.plugins:cakupan-maven-plugin:0.7-SNAPSHOT:cakupan

Description:

Generate a test coverage report for XSLT files.

Attributes:

  • Requires a Maven project to be executed.
  • Invokes the execution of the lifecycle phase test prior to executing itself.
  • Executes in its own lifecycle: cakupan.

Required Parameters

Name Type Since Description
outputDirectory File - The output directory for the report.
Default value is: ${project.reporting.outputDirectory}/cakupan.

Optional Parameters

Name Type Since Description
instrumentDestDir File - (no description)
Default value is: ${project.build.directory}/cakupan-instrument.
User property is: xslt.instrument.destdir.

Parameter Details

instrumentDestDir:

(no description)
  • Type: java.io.File
  • Required: No
  • User Property: xslt.instrument.destdir
  • Default: ${project.build.directory}/cakupan-instrument

outputDirectory:

The output directory for the report.
  • Type: java.io.File
  • Required: Yes
  • Default: ${project.reporting.outputDirectory}/cakupan