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 <[email protected]>
Software Engineering Team Leader
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to