Re: Reverse dependency:tree?

2010-08-03 Thread Ben Caradoc-Davies
On 20/07/10 23:20, Andrew Close wrote: On Mon, Jul 19, 2010 at 11:39 PM, Ben Caradoc-Davies ben.caradoc-dav...@csiro.au wrote: 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

Re: Reverse dependency:tree?

2010-07-21 Thread Ron Wheeler
It would seem like a useful function on a repository and a lot less stuff to check out. Have you asked this in the Nexus forum? On 20/07/2010 2:28 AM, Wim Deblauwe wrote: I don't know of such a tool, but if you are running linux, you could create a shell script that relies on

Re: Reverse dependency:tree?

2010-07-21 Thread Anders Hammar
I believe it has been discussed in the nexus user mailing list and IIRC it is a planned feature, but it requires some Maven 3 features I think. /Anders On Wed, Jul 21, 2010 at 00:51, Ron Wheeler rwhee...@artifact-software.comwrote: It would seem like a useful function on a repository and a

Re: Reverse dependency:tree?

2010-07-20 Thread Wim Deblauwe
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.

Re: Reverse dependency:tree?

2010-07-20 Thread Barrie Treloar
On Tue, Jul 20, 2010 at 2:09 PM, Ben Caradoc-Davies ben.caradoc-dav...@csiro.au wrote: 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

Re: Reverse dependency:tree?

2010-07-20 Thread Ben Caradoc-Davies
On 20/07/10 14:50, Barrie Treloar wrote: On Tue, Jul 20, 2010 at 2:09 PM, Ben Caradoc-Davies ben.caradoc-dav...@csiro.au wrote: 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

Re: Reverse dependency:tree?

2010-07-20 Thread Ron Wheeler
On 20/07/2010 5:53 AM, Ben Caradoc-Davies wrote: On 20/07/10 14:50, Barrie Treloar wrote: On Tue, Jul 20, 2010 at 2:09 PM, Ben Caradoc-Davies ben.caradoc-dav...@csiro.au wrote: The problem I am trying to solve is to automatically determine which higher level artifacts need to have their

Re: Reverse dependency:tree?

2010-07-20 Thread Andrew Close
On Mon, Jul 19, 2010 at 11:39 PM, Ben Caradoc-Davies ben.caradoc-dav...@csiro.au wrote: 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

Re: Reverse dependency:tree?

2010-07-20 Thread Wendy Smoak
On Tue, Jul 20, 2010 at 12:39 AM, Ben Caradoc-Davies ben.caradoc-dav...@csiro.au wrote: 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

Reverse dependency:tree?

2010-07-19 Thread Ben Caradoc-Davies
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