pmoerenhout commented on a change in pull request #51:
URL:
https://github.com/apache/maven-dependency-plugin/pull/51#discussion_r447251306
##########
File path: src/site/apt/usage.apt.vm
##########
@@ -688,6 +688,24 @@ mvn dependency:build-classpath -Dmdep.outputFile=cp.txt
poms and declared in transitive dependency poms.
+* <<<dependency:list-repositories>>>
+
+ This goal is used to list all the plugin repositories that this build
depends upon. It will show plugin repositories defined in your settings,
+ poms and declared in transitive dependency poms.
+
+ This goal can be executed from the command line:
+
++-----+
+mvn dependency:list-plugin-repositories
++-----+
+
+ Optionally, in verbose or debug mode it will display the location of the
listed plugin repository:
Review comment:
Changed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]