dependency:list-repositories
Full name:
org.apache.maven.plugins:maven-dependency-plugin:3.9.0:list-repositories
Description:
Goal that collects 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.
- The goal is thread-safe and supports parallel builds.
- Since version: 2.2.
Optional Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
| <silent> | boolean | 2.0 | Deprecated. to be removed in 4.0; use -q command line option instead If the plugin should be silent. Default: falseUser Property: silent | 
| <skip> | boolean | 2.7 | Skip plugin execution completely. Default: falseUser Property: mdep.skip | 
| <skipDuringIncrementalBuild> | boolean | 3.4.0 | Skip plugin execution only during incremental builds (e.g. triggered from M2E). See also: org.apache.maven.plugins.dependency.AbstractDependencyMojo.skip Default: false | 
Parameter Details
<silent>
Deprecated.
to be removed in 4.0; use -q command line option instead
to be removed in 4.0; use -q command line option instead
If the plugin should be silent.
- Type: boolean
- Since: 2.0
- Required: No
- User Property: silent
- Default: false
<skip>
Skip plugin execution completely.
- Type: boolean
- Since: 2.7
- Required: No
- User Property: mdep.skip
- Default: false
<skipDuringIncrementalBuild>
Skip plugin execution only during incremental builds (e.g. triggered from M2E).
See also: org.apache.maven.plugins.dependency.AbstractDependencyMojo.skip
See also: org.apache.maven.plugins.dependency.AbstractDependencyMojo.skip
- Type: boolean
- Since: 3.4.0
- Required: No
- Default: false


