I have some dependencies that exist in multiple repositories that are in my search order and I want to find out which one the dependency is actually coming from, it doesn't look like the maven-dependency-plugin can do this. What I'm looking for is something like this:
>mvn dependency:lookup-remote-repository [INFO] The following files have been resolved: [INFO] asm:asm:jar:3.1:compile - http://repo1.maven.org/org/asm/3.1/asm-3.1.jar [INFO] com.cloudera.cdh:hadoop-ant:pom:3.0:compile - http://repository.cloudera.com/com/cloudera/cdh/hadoop-ant/3.0/hadoop-ant.jar [INFO] com.cloudera.cdh:zookeeper-ant:pom:3.0-u1:compile - http://repository.cloudera.com/com/cloudera/cdh/zookeeper/3.0-u1/zookeeper-3.0-u1.jar [INFO] ... Is there any plugin that does something like this? -- View this message in context: http://maven.40175.n5.nabble.com/Where-is-a-dependency-coming-from-tp5043524p5043524.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org