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 have a

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

RE: Analysing transient dependencies

2007-08-09 Thread Jason Pringle
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 bare with me, is there a maven2

Re: Analysing transient dependencies

2007-08-09 Thread Eric Redmond
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 Redmond http://blog.propellors.net On 8/9/07, Saminda Abeyruwan [EMAIL PROTECTED] wrote: Hi All, Please

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 PROTECTED