project-info-reports:dependencies

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

Full name:

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

Description:

Generates the Project Dependencies report.

Attributes:

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

Required Parameters

Name Type Since Description
outputDirectory File 2.0 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
dependencyDetailsEnabled boolean 2.1 Display file details for each dependency, such as: file size, number of classes, number of packages etc.
Default value is: true.
dependencyLocationsEnabled boolean 2.1 Display the repository locations of the dependencies. If Maven is configured to be offline, this parameter will be ignored.
Default value is: true.

Parameter Details

dependencyDetailsEnabled:

Display file details for each dependency, such as: file size, number of classes, number of packages etc.
  • Type: boolean
  • Since: 2.1
  • Required: No
  • Expression: ${dependency.details.enabled}
  • Default: true

dependencyLocationsEnabled:

Display the repository locations of the dependencies. If Maven is configured to be offline, this parameter will be ignored.
  • Type: boolean
  • Since: 2.1
  • Required: No
  • Expression: ${dependency.locations.enabled}
  • Default: true

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.0
  • Required: Yes
  • Expression: ${project.reporting.outputDirectory}