I don't know of such a tool, but if you are running linux, you could create
a shell script that relies on dependency:tree. You would need to check out
all the projects you want to monitor, run dependency:tree (or
dependency:list) on them with a grep on the artifact and print out those
that match. You probably don't even need to use grep, I think there are some
options to tweak the plugin to only print the dependency you look for.

regards,

Wim

2010/7/20 Ben Caradoc-Davies <ben.caradoc-dav...@csiro.au>

> Is there a plugin or command-line tool that can list all artifacts in a
> local repository (or even in a multimodule project) that depend, directly or
> transitively, on a given artifact? This is the opposite of dependency:tree,
> which only displays dependencies.
>
> Maven Dependency Browser is no longer maintained and is a GUI. IDE plugins
> seem like overkill.
>
> The problem I am trying to solve is to automatically determine which higher
> level artifacts need to have their dependencies updated when a lower level
> artifact is updated. Extra credit for being as simple and easy-to-use as
> dependency:tree.  :-)
>
> --
> Ben Caradoc-Davies <ben.caradoc-dav...@csiro.au>
> Software Engineering Team Leader
> CSIRO Earth Science and Resource Engineering
> Australian Resources Research Centre
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to