You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Seva Popov <se...@tvworks.com> on 2007/12/01 01:06:42 UTC

Tool for reverse dependency resolution for Maven?

Hi,

I am curious is there a tool that does reverse dependency resolution for
maven? 

E.g., I want to know which of my projects are dependent on my project A.


Thanks,
Seva 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Tool for reverse dependency resolution for Maven?

Posted by Seva Popov <se...@tvworks.com>.
Big thanks Erez. I will try it.
 
--Seva

-----Original Message-----
From: Erez Nahir [mailto:erez.nahir@gmail.com] 
Sent: Monday, December 03, 2007 10:50 AM
To: Maven Users List
Subject: Re: Tool for reverse dependency resolution for Maven?

You can try this: http://www.jfrog.org/sites/dep-analyzer/latest/
We have used it in our project and it was very helpfull.

Erez.

On Dec 3, 2007 8:15 PM, Seva Popov <se...@tvworks.com> wrote:

> Yes, we need this for analysis only.
>
> I will pass this info to my manager who requested this info and if he
> approves the time for researching Archiva I'll let you know the
results.
>
> Thanks Wendy,
>
> --Seva
>
> -----Original Message-----
> From: Wendy Smoak [mailto:wsmoak@gmail.com]
> Sent: Friday, November 30, 2007 5:08 PM
> To: Maven Users List
> Subject: Re: Tool for reverse dependency resolution for Maven?
>
>  On 11/30/07, Wendy Smoak <ws...@gmail.com> wrote:
>
> > If you deploy all of them to a repo hosted by Archiva, you can view
> > the "Used By" tab on your artifact to see that information.
> >
> > http://maven.apache.org/archiva/docs/1.0/tour/project.html
>
> Interesting... I bet if you install Archiva and point it at your
> *local* repository, it would figure the relationships out from the
> poms.
>
> (The metadata would be all wrong for it to work correctly as a remote
> repo, but if all you want is the analysis, I think it might work.  Let
> us know. :) )
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Tool for reverse dependency resolution for Maven?

Posted by Erez Nahir <er...@gmail.com>.
You can try this: http://www.jfrog.org/sites/dep-analyzer/latest/
We have used it in our project and it was very helpfull.

Erez.

On Dec 3, 2007 8:15 PM, Seva Popov <se...@tvworks.com> wrote:

> Yes, we need this for analysis only.
>
> I will pass this info to my manager who requested this info and if he
> approves the time for researching Archiva I'll let you know the results.
>
> Thanks Wendy,
>
> --Seva
>
> -----Original Message-----
> From: Wendy Smoak [mailto:wsmoak@gmail.com]
> Sent: Friday, November 30, 2007 5:08 PM
> To: Maven Users List
> Subject: Re: Tool for reverse dependency resolution for Maven?
>
>  On 11/30/07, Wendy Smoak <ws...@gmail.com> wrote:
>
> > If you deploy all of them to a repo hosted by Archiva, you can view
> > the "Used By" tab on your artifact to see that information.
> >
> > http://maven.apache.org/archiva/docs/1.0/tour/project.html
>
> Interesting... I bet if you install Archiva and point it at your
> *local* repository, it would figure the relationships out from the
> poms.
>
> (The metadata would be all wrong for it to work correctly as a remote
> repo, but if all you want is the analysis, I think it might work.  Let
> us know. :) )
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

RE: Tool for reverse dependency resolution for Maven?

Posted by Seva Popov <se...@tvworks.com>.
Yes, we need this for analysis only.

I will pass this info to my manager who requested this info and if he
approves the time for researching Archiva I'll let you know the results.

Thanks Wendy,

--Seva

-----Original Message-----
From: Wendy Smoak [mailto:wsmoak@gmail.com] 
Sent: Friday, November 30, 2007 5:08 PM
To: Maven Users List
Subject: Re: Tool for reverse dependency resolution for Maven?

On 11/30/07, Wendy Smoak <ws...@gmail.com> wrote:

> If you deploy all of them to a repo hosted by Archiva, you can view
> the "Used By" tab on your artifact to see that information.
>
> http://maven.apache.org/archiva/docs/1.0/tour/project.html

Interesting... I bet if you install Archiva and point it at your
*local* repository, it would figure the relationships out from the
poms.

(The metadata would be all wrong for it to work correctly as a remote
repo, but if all you want is the analysis, I think it might work.  Let
us know. :) )

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Tool for reverse dependency resolution for Maven?

Posted by Wendy Smoak <ws...@gmail.com>.
On 11/30/07, Wendy Smoak <ws...@gmail.com> wrote:

> If you deploy all of them to a repo hosted by Archiva, you can view
> the "Used By" tab on your artifact to see that information.
>
> http://maven.apache.org/archiva/docs/1.0/tour/project.html

Interesting... I bet if you install Archiva and point it at your
*local* repository, it would figure the relationships out from the
poms.

(The metadata would be all wrong for it to work correctly as a remote
repo, but if all you want is the analysis, I think it might work.  Let
us know. :) )

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Tool for reverse dependency resolution for Maven?

Posted by Seva Popov <se...@tvworks.com>.
Thanks for the quick reply Wendy. I will definitely look at the Archiva.

Do you know if there's some Maven built-in tool, Maven API, or any 3rd
party plugin that provides this functionality for any Maven repo?

--Seva


-----Original Message-----
From: Wendy Smoak [mailto:wsmoak@gmail.com] 
Sent: Friday, November 30, 2007 4:50 PM
To: Maven Users List
Subject: Re: Tool for reverse dependency resolution for Maven?

On Nov 30, 2007 5:06 PM, Seva Popov <se...@tvworks.com> wrote:

> I am curious is there a tool that does reverse dependency resolution
for
> maven?
>
> E.g., I want to know which of my projects are dependent on my project
A.

If you deploy all of them to a repo hosted by Archiva, you can view
the "Used By" tab on your artifact to see that information.

http://maven.apache.org/archiva/docs/1.0/tour/project.html

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Tool for reverse dependency resolution for Maven?

Posted by Wendy Smoak <ws...@gmail.com>.
On Nov 30, 2007 5:06 PM, Seva Popov <se...@tvworks.com> wrote:

> I am curious is there a tool that does reverse dependency resolution for
> maven?
>
> E.g., I want to know which of my projects are dependent on my project A.

If you deploy all of them to a repo hosted by Archiva, you can view
the "Used By" tab on your artifact to see that information.

http://maven.apache.org/archiva/docs/1.0/tour/project.html

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org