dependency:list-repositories

Full name:

org.apache.maven.plugins:maven-dependency-plugin:2.5.1:list-repositories

Description:

Goal that resolves all project dependencies and then lists the repositories used by the build and by the transitive dependencies

Attributes:

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

Optional Parameters

Name Type Since Description
outputAbsoluteArtifactFilename boolean 2.0 Output absolute filename for resolved artifacts
Default value is: false.
User property is: outputAbsoluteArtifactFilename.
reactorProjects List 2.2 Contains the full list of projects in the reactor.
Default value is: ${reactorProjects}.
silent boolean 2.0 If the plugin should be silent.
Default value is: false.
User property is: silent.
useJvmChmod boolean 2.6

will use the jvm chmod, this is available for user and all level group level will be ignored


Default value is: false.
User property is: dependency.useJvmChmod.

Parameter Details

outputAbsoluteArtifactFilename:

Output absolute filename for resolved artifacts
  • Type: boolean
  • Since: 2.0
  • Required: No
  • User Property: outputAbsoluteArtifactFilename
  • Default: false

reactorProjects:

Contains the full list of projects in the reactor.
  • Type: java.util.List
  • Since: 2.2
  • Required: No
  • Default: ${reactorProjects}

silent:

If the plugin should be silent.
  • Type: boolean
  • Since: 2.0
  • Required: No
  • User Property: silent
  • Default: false

useJvmChmod:

will use the jvm chmod, this is available for user and all level group level will be ignored

  • Type: boolean
  • Since: 2.6
  • Required: No
  • User Property: dependency.useJvmChmod
  • Default: false