AW: Dependency Tree with child-parent relationships

2008-05-06 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
Hi,

yes, I want reverse deps in order to know if a certain artefact is still in use 
and who is using it. Archiva solves the reverse deps for the first upper level 
by indexing the releationships, though, I don't want to use Archiva just for 
this feature.

Kuno

-Ursprüngliche Nachricht-
Von: Michael McCallum [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 6. Mai 2008 00:41
An: Maven Users List
Betreff: Re: Dependency Tree with child-parent relationships


sorry just reread email you want reverse deps... not an easy problem to solve 
unless you are google...


--
Michael McCallum
Development Lead
Ferrit Ltd
cell: 021.576.907
msn: [EMAIL PROTECTED]
jabber: [EMAIL PROTECTED]
aim: gholamses
http://www.ferrit.co.nz

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Dependency Tree with child-parent relationships

2008-05-05 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
Hello!

I need to know if there exists a tool that resolves all child-parent 
relationships for Maven2. More precisely, I want to know which artefacts depend 
on a given artefact.

Example: A - B,   B - C and D - C

For the example above, I want a tool that shows me A,B and D for the given 
artefact C.

All the tools I've found, like dependency:tree Mojo or JFrog Dependeny 
Analyser, resolve the parent-child relationships only. I know that Archiva, a 
Maven Repository, does resolve the first degree of child-parent relationship, 
however, I don't want to introduce this tool just because of this nice feature. 
Further more, I'd like to have resolved the whole tree.

Thanks for your input.

Kuno


Re: Dependency Tree with child-parent relationships

2008-05-05 Thread Michael McCallum
sorry just reread email you want reverse deps... not an easy problem to solve 
unless you are google...


-- 
Michael McCallum
Development Lead
Ferrit Ltd
cell: 021.576.907
msn: [EMAIL PROTECTED]
jabber: [EMAIL PROTECTED]
aim: gholamses
http://www.ferrit.co.nz

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Dependency Tree with child-parent relationships

2008-05-05 Thread Michael McCallum
mvn dependency:tree

(if it complains about plugin not existing try -U)

On Tue, 06 May 2008 04:16:10 Baeriswyl Kuno - Extern (IT-BA-MV) wrote:
 Hello!

 I need to know if there exists a tool that resolves all child-parent
 relationships for Maven2. More precisely, I want to know which artefacts
 depend on a given artefact.

 Example: A - B,   B - C and D - C

 For the example above, I want a tool that shows me A,B and D for the given
 artefact C.

 All the tools I've found, like dependency:tree Mojo or JFrog Dependeny
 Analyser, resolve the parent-child relationships only. I know that Archiva,
 a Maven Repository, does resolve the first degree of child-parent
 relationship, however, I don't want to introduce this tool just because of
 this nice feature. Further more, I'd like to have resolved the whole tree.

 Thanks for your input.

 Kuno



-- 
Michael McCallum
Development Lead
Ferrit Ltd
cell: 021.576.907
msn: [EMAIL PROTECTED]
jabber: [EMAIL PROTECTED]
aim: gholamses
http://www.ferrit.co.nz

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]