fxcop:aggregate

Full name:

npanday.plugin:maven-fxcop-plugin:1.1:aggregate

Description:

Runs the FxCop Code Analysis Tool for the specified project's assembly and all of its dependencies.

Attributes:

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

Required Parameters

Name Type Since Description
project MavenProject - The maven project.

Optional Parameters

Name Type Since Description
frameworkVersion String - (no description)
profile String - The profile that the executable should use.
Default value is: Microsoft:FxCop:FxCopCmd.
targetDirectory File - (no description)
vendor String - The Vendor for the executable.

Parameter Details

frameworkVersion:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${frameworkVersion}

profile:

The profile that the executable should use.
  • Type: java.lang.String
  • Required: No
  • Expression: ${profile}
  • Default: Microsoft:FxCop:FxCopCmd

project:

The maven project.
  • Type: org.apache.maven.project.MavenProject
  • Required: Yes
  • Expression: ${project}

targetDirectory:

(no description)
  • Type: java.io.File
  • Required: No
  • Expression: ${project.build.directory}

vendor:

The Vendor for the executable.
  • Type: java.lang.String
  • Required: No
  • Expression: ${vendor}