Michael Vorburger created MDEP-425:
--------------------------------------
Summary: dependency:list-repositories ignores pluginRepository (only lists repository)
Key: MDEP-425
URL: https://jira.codehaus.org/browse/MDEP-425
Project: Maven 2.x Dependency Plugin
Issue Type: Bug
Reporter: Michael Vorburger
http://maven.apache.org/plugins/maven-dependency-plugin/list-repositories-mojo.html can be
very useful! But unless we've missed something, it seems to only gather & list all <repositories><repository>
but doesn't know about / ignores any <pluginRepositories><pluginRepository> ?
What I'm suggesting is more that something like 'mvn org.apache.maven.plugins:maven-dependency-plugin:2.8:list-repositories'
also lists plugin repositories (with an indication of which is a plugin vs. a dependency plug-in?)
than a new list-plugin-repositories goal (just because I think in practice one would typically
want to see both).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|