Analysing transient dependencies

2007-08-09 Thread Saminda Abeyruwan
Hi All, Please bare with me, is there a maven2 command to analyse the transient dependencies structure for a given dependency? Thank you, -- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org

Re: Analysing transient dependencies

2007-08-09 Thread Dirk Olmes
> Hi All, > > Please bare with me, is there a maven2 command to analyse the transient > dependencies structure for a given dependency? run the build with mvn -X and have a look at the output, it gives a detailed "dependency tree". Alternatively you could generate the dependencies report and hav

Re: Analysing transient dependencies

2007-08-09 Thread Eric Redmond
Try running: mvn dependency:tree http://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html -- Eric Redmond http://blog.propellors.net On 8/9/07, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: > > Hi All, > > Please bare with me, is there a maven2 command to analyse the transient > d

RE: Analysing transient dependencies

2007-08-09 Thread Jason Pringle
List Subject: Re: Analysing transient dependencies Try running: mvn dependency:tree http://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html -- Eric Redmond http://blog.propellors.net On 8/9/07, Saminda Abeyruwan <[EMAIL PROTECTED]> wrote: > > Hi All, > > Please b

Re: Analysing transient dependencies

2007-08-09 Thread Eric Redmond
L PROTECTED] > Sent: Thursday, August 09, 2007 11:12 AM > To: Maven Users List > Subject: Re: Analysing transient dependencies > > Try running: > > mvn dependency:tree > > http://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html > > -- > Eric Redmo

RE: Analysing transient dependencies

2007-08-09 Thread Brian E. Fox
:20 PM To: Maven Users List Subject: RE: Analysing transient dependencies Is 2.0-alpha-5 about to be released? The docs you show are live on the maven site, but the repository doesn't (yet) contain version 2.0-alpha-5. --Jason -Original Message- From: Eric Redmond [mailto:[EMAIL PROT