Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.1.1
-
None
-
None
Description
When I run mvn dependency:list-repositories I'd like to see in which file each repository is specified.
My use case: I'd like to change all repositories from using http to using https for security reasons. When repository is specified in my pom.xml it's pretty easy to find and fix. But if it's specified in some plugin I'm using I have to go on full adventure trying to find it.
It would be much easier if list-repositories just printed "Repository http://... at plugin maven-some-plugin" or "Repository http://... at some/pom.xml"
Attachments
Issue Links
- depends upon
-
MSHARED-843 Provide artifacts in CollectorResult when collectDependencies
- Closed
- links to