RE: [m2] List of All Dependencies for any project X

2006-11-13 Thread Peter . Pilgrim
> -Original Message- > From: Mark Hobson [mailto:[EMAIL PROTECTED] > Sent: 13 November 2006 15:31 > To: Maven Users List > Subject: Re: [m2] List of All Dependencies for any project X > > On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >

RE: [m2] List of All Dependencies for any project X

2006-11-13 Thread Peter . Pilgrim
No. It wont work at all > -Original Message- > From: Mark Hobson [mailto:[EMAIL PROTECTED] > Sent: 13 November 2006 15:31 > To: Maven Users List > Subject: Re: [m2] List of All Dependencies for any project X > > On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]&

RE: [m2] List of All Dependencies for any project X

2006-11-13 Thread Peter . Pilgrim
> -Original Message- > From: Mark Hobson [mailto:[EMAIL PROTECTED] > Sent: 13 November 2006 15:31 > To: Maven Users List > Subject: Re: [m2] List of All Dependencies for any project X > > On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Guess I must be missing something elementary here with report set up, because I definitely have the latest 2.0.1 on my machine. Unfortunately I don't see the aggregate view for all the sub projects at all. Subprojects.. right, so you're

RE: [m2] List of All Dependencies for any project X

2006-11-13 Thread Peter . Pilgrim
> -Original Message- > From: Mark Hobson [mailto:[EMAIL PROTECTED] > Sent: 13 November 2006 13:34 > To: Maven Users List > Subject: Re: [m2] List of All Dependencies for any project X > > On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Running `mvn -U project-info-reports:dependencies'. Does not get the latest version. Where is the latest version in the SVN tree? And is the one in SVN actually working now? The latest version is 2.0.1: http://www.ibiblio.org/maven2/org

RE: [m2] List of All Dependencies for any project X

2006-11-13 Thread Peter . Pilgrim
> -Original Message- > From: Mark Hobson [mailto:[EMAIL PROTECTED] ==== > > On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Ok when I try running `mvn project-info-reports:dependencies' on my > > client's own project I don't see this grand total view. > > I can see only

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: So this is no go, then until the Mojo is released. Kind of - I could submit the patch in the meantime, but really it just gives the same info as the dependency reports plugin. Mark --

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Ok when I try running `mvn project-info-reports:dependencies' on my client's own project I don't see this grand total view. I can see only the dependencies relevant to the current project that I am in, even it is the (root) master project.

RE: [m2] List of All Dependencies for any project X

2006-11-13 Thread Peter . Pilgrim
> -Original Message- > From: Mark Hobson [mailto:[EMAIL PROTECTED] ==== > > On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is this a MOJO or plug-in? I loaded this project from the ZIP into > > Eclipse and built it from the command. I commented out the > > maven-sha

RE: [m2] List of All Dependencies for any project X

2006-11-13 Thread Peter . Pilgrim
> -Original Message- > From: Mark Hobson [mailto:[EMAIL PROTECTED] > Sent: 13 November 2006 11:23 > To: Maven Users List > Subject: Re: [m2] List of All Dependencies for any project X > > On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
Hi Peter, On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Is this a MOJO or plug-in? I loaded this project from the ZIP into Eclipse and built it from the command. I commented out the maven-shared-component definition in the pom.xml. How do I use this plug-in? There are no description

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Something like that I think. For now I would like to know if what the dependency used in the whole project. Suppose I had a project tree such as this: A-->B-->C | D-->E--F | G Say if `commons-collections (3.1)' is used

RE: [m2] List of All Dependencies for any project X

2006-11-13 Thread Peter . Pilgrim
006 18:01 > To: Maven Users List > Subject: Re: [m2] List of All Dependencies for any project X > > On 10/11/06, Sebastien Brunot <[EMAIL PROTECTED]> wrote: > > Mark Hobson seems to have authored mojos that does this: > > http://jira.codehaus.org/browse/MNG-2654 > &

RE: [m2] List of All Dependencies for any project X

2006-11-13 Thread Peter . Pilgrim
> -Original Message- > From: Mark Hobson [mailto:[EMAIL PROTECTED] > Sent: 13 November 2006 10:15 > To: Maven Users List > Subject: Re: [m2] List of All Dependencies for any project X > > On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Wh

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: What I meant to ask. Is there a way to get a aggregate (or grand total) of all the dependencies for project A and it descendent sub projects A->A, A->B, A->B->A, A->B->B etc? So a list of all transitive dependencies, as per the report, b

RE: [m2] List of All Dependencies for any project X

2006-11-13 Thread Peter . Pilgrim
> -Original Message- > From: Barrett Nuzum [mailto:[EMAIL PROTECTED] > Sent: 10 November 2006 17:30 > To: Maven Users List > Subject: RE: [m2] List of All Dependencies for any project X > > Peter: > > mvn project-info-reports:dependencies should give y

Re: [m2] List of All Dependencies for any project X

2006-11-13 Thread Mark Hobson
On 13/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Can you make this report easily descend recursively through sub-projects or not ? Don't you get a dependency tree like on this report?: http://maven.apache.org/plugins/maven-project-info-reports-plugin/dependencies.html Mark --

RE: [m2] List of All Dependencies for any project X

2006-11-13 Thread Peter . Pilgrim
> -Original Message- > From: Barrett Nuzum [mailto:[EMAIL PROTECTED] > Sent: 10 November 2006 17:30 > To: Maven Users List > Subject: RE: [m2] List of All Dependencies for any project X > > Peter: > > mvn project-info-reports:dependencies should give

RE: [m2] List of All Dependencies for any project X

2006-11-10 Thread Peter . Pilgrim
Thanks just is what I was looking for. > -Original Message- > From: Barrett Nuzum [mailto:[EMAIL PROTECTED] > Sent: 10 November 2006 17:30 > To: Maven Users List > Subject: RE: [m2] List of All Dependencies for any project X > > Peter: > > mvn project-info-

Re: [m2] List of All Dependencies for any project X

2006-11-10 Thread Mark Hobson
On 10/11/06, Sebastien Brunot <[EMAIL PROTECTED]> wrote: Mark Hobson seems to have authored mojos that does this: http://jira.codehaus.org/browse/MNG-2654 Yep, that's the prerequisite to provide a patch for http://jira.codehaus.org/browse/MPH-14, which is the cleanest solution. Although as Bar

RE: [m2] List of All Dependencies for any project X

2006-11-10 Thread Sebastien Brunot
All Dependencies for any project X Hi Jason, Brett et al How do you get a list of all dependencies (transitive or declared) for any M2 project? Basically I want to find out the list so I can cross reference against an in-house repository here at UBS. The idea is to tell the administrator here

Re: [m2] List of All Dependencies for any project X

2006-11-10 Thread Carlos Sanchez
dependency plugin or "mvn site" with latest project-info reports plugin On 11/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Jason, Brett et al How do you get a list of all dependencies (transitive or declared) for any M2 project? Basically I want to find out the list so I can cross r

RE: [m2] List of All Dependencies for any project X

2006-11-10 Thread Barrett Nuzum
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Fri 11/10/2006 11:27 AM To: users@maven.apache.org Subject: [m2] List of All Dependencies for any project X Hi Jason, Brett et al How do you get a list of all dependencies (transitive or declared) for any M2

[m2] List of All Dependencies for any project X

2006-11-10 Thread Peter . Pilgrim
Hi Jason, Brett et al How do you get a list of all dependencies (transitive or declared) for any M2 project? Basically I want to find out the list so I can cross reference against an in-house repository here at UBS. The idea is to tell the administrator here with the in-house what dependencies