partcover:generate

Full name:

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

Description:

Goal which generates the xml report of Part Cover

Attributes:

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

Required Parameters

Name Type Since Description
assemblyName File - Location of the assembly files.
include String - (no description)
Default value is: [*]*.

Optional Parameters

Name Type Since Description
exclude String - (no description)
Default value is: [nunit*]*.
nUnit String - The path where the nunit-console executable is located. The version should be 2.5 up so that partcover will run successfully.
Default value is: C:\Program Files\NUnit 2.5.7\bin\net-2.0\nunit-console.exe.
outputDirectory File - Directory where all reports will be generated.
Default value is: ${project.build.directory}/partcover-reports.
partCover String - The path where the partcover executable is located.
Default value is: C:\Program Files\PartCover\PartCover .NET 4.0\PartCover.exe.

Parameter Details

assemblyName:

Location of the assembly files.
  • Type: java.io.File
  • Required: Yes
  • Expression: ${assemblyName}

exclude:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${exclude}
  • Default: [nunit*]*

include:

(no description)
  • Type: java.lang.String
  • Required: Yes
  • Expression: ${include}
  • Default: [*]*

nUnit:

The path where the nunit-console executable is located. The version should be 2.5 up so that partcover will run successfully.
  • Type: java.lang.String
  • Required: No
  • Expression: ${nUnit}
  • Default: C:\Program Files\NUnit 2.5.7\bin\net-2.0\nunit-console.exe

outputDirectory:

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

partCover:

The path where the partcover executable is located.
  • Type: java.lang.String
  • Required: No
  • Expression: ${partCover}
  • Default: C:\Program Files\PartCover\PartCover .NET 4.0\PartCover.exe