partcover:convert

Full name:

npanday.plugin:partcover-maven-plugin:1.3-incubating:convert

Description:

Goal which converts xml to html for code coverage reports.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Binds by default to the lifecycle phase: package.

Required Parameters

Name Type Since Description
xslt String - The path where xslt file is located. This files converts the xml report to a more readable html report.
Default value is: C:\Program Files\PartCover\PartCover .NET 4.0\xslt\Report By Assembly.xslt.

Optional Parameters

Name Type Since Description
msxsl String - The path where msxsl.exe file is located. This executable enables you to perform command line xsl transformations using the MS XSL processor This should be added in the "C:/WINDOWS/"
Default value is: C:\WINDOWS\msxsl.exe.
outputDirectory File - Directory where all reports will be generated.
Default value is: ${project.build.directory}/partcover-reports.

Parameter Details

msxsl:

The path where msxsl.exe file is located. This executable enables you to perform command line xsl transformations using the MS XSL processor This should be added in the "C:/WINDOWS/"
  • Type: java.lang.String
  • Required: No
  • Expression: ${msxsl}
  • Default: C:\WINDOWS\msxsl.exe

outputDirectory:

Directory where all reports will be generated.
  • Type: java.io.File
  • Required: No
  • Expression: ${outputDirectory}
  • Default: ${project.build.directory}/partcover-reports

xslt:

The path where xslt file is located. This files converts the xml report to a more readable html report.
  • Type: java.lang.String
  • Required: Yes
  • Expression: ${xslt}
  • Default: C:\Program Files\PartCover\PartCover .NET 4.0\xslt\Report By Assembly.xslt