project-info-reports:dependency-management

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

Full name:

org.apache.maven.plugins:maven-project-info-reports-plugin:2.1.2:dependency-management

Description:

Generates the Project Dependency Management report.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: test.
  • Since version: 2.1.

Required Parameters

Name Type Since Description
outputDirectory File 2.1 The output directory for the report. Note that this parameter is only evaluated if the goal is run directly from the command line. If the goal is run indirectly as part of a site generation, the output directory configured in the Maven Site Plugin is used instead.

Optional Parameters

Name Type Since Description
remoteRepositories List 2.1 Remote repositories used for the project.

Parameter Details

outputDirectory:

The output directory for the report. Note that this parameter is only evaluated if the goal is run directly from the command line. If the goal is run indirectly as part of a site generation, the output directory configured in the Maven Site Plugin is used instead.
  • Type: java.io.File
  • Since: 2.1
  • Required: Yes
  • Expression: ${project.reporting.outputDirectory}

remoteRepositories:

Remote repositories used for the project.
  • Type: java.util.List
  • Since: 2.1
  • Required: No
  • Expression: ${project.remoteArtifactRepositories}