Re: Resolving parent poms in the dependency tree

2008-05-21 Thread Paul Gier
May 21, 2008 3:11 PM To: Maven Developers List Subject: Re: Resolving parent poms in the dependency tree Just as an example, if I run "mvn dependency:tree" on the maven jar plugin, I currently see the dependency on maven-project. [INFO] org.apache.maven.plugins:maven-jar-plu

RE: Resolving parent poms in the dependency tree

2008-05-21 Thread Brian E. Fox
is used, or to find out what parents a project uses? (or both?) -Original Message- From: Paul Gier [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 3:11 PM To: Maven Developers List Subject: Re: Resolving parent poms in the dependency tree Just as an example, if I run "mvn depe

Re: Resolving parent poms in the dependency tree

2008-05-21 Thread Paul Gier
x27;t actually do anything since it will already be resolved. Can you provide an example of what you expect the output to look like? -Original Message- From: Paul Gier [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 2:31 PM To: Maven Developers List Subject: Re: Resolving par

Re: Resolving parent poms in the dependency tree

2008-05-21 Thread Paul Gier
ms, I don't see what this adds, nor how to show it any more as a tree. -Original Message- From: Paul Gier [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 2:44 PM To: Maven Developers List Subject: Re: Resolving parent poms in the dependency tree I just want the parent poms to

RE: Resolving parent poms in the dependency tree

2008-05-21 Thread Brian E. Fox
44 PM To: Maven Developers List Subject: Re: Resolving parent poms in the dependency tree I just want the parent poms to print in the output. Both in the tree view and in the list generated by resolve. So you would include things like: org.apache.maven.plugins:maven-plugins:pom:12-SNAPSHOT:co

Re: Resolving parent poms in the dependency tree

2008-05-21 Thread Paul Gier
will already be resolved. Can you provide an example of what you expect the output to look like? -Original Message- From: Paul Gier [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 2:31 PM To: Maven Developers List Subject: Re: Resolving parent poms in the dependency tree If the

RE: Resolving parent poms in the dependency tree

2008-05-21 Thread Brian E. Fox
bject: Re: Resolving parent poms in the dependency tree If they are not dependencies of the project, then what are they? They do have some relation to the project because they are needed in order to build, so I'm just wondering where they fit in. Would it be reasonable to add a paramet

Re: Resolving parent poms in the dependency tree

2008-05-21 Thread Paul Gier
s. Getting the parent poms is out of the scope of those goals IMO. -Original Message- From: Paul Gier [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 12:43 PM To: Maven Developers List Subject: Resolving parent poms in the dependency tree I noticed that the dependency plugin

RE: Resolving parent poms in the dependency tree

2008-05-21 Thread Brian E. Fox
those goals IMO. -Original Message- From: Paul Gier [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 12:43 PM To: Maven Developers List Subject: Resolving parent poms in the dependency tree I noticed that the dependency plugin currently does not include parent poms when generating

Resolving parent poms in the dependency tree

2008-05-21 Thread Paul Gier
I noticed that the dependency plugin currently does not include parent poms when generating the dependency tree (MDEP-167) or when calling dependency:resolve. Is the exclusion of the parent poms by design or is this something that just hasn't been implemented yet? I would like to have a way t