Hi Ian, Not that I know of -- I believe when you turn the -X output on, you get it all.
Patrick On 3/15/07, Dees, Ian (GE Healthcare) <[EMAIL PROTECTED]> wrote:
That's getting close... is there a way to disable all of the debug statements that have to do with fetching POMs and JARs from remote repositories that are sprinkled in between the indented text? -----Original Message----- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, March 15, 2007 11:16 AM To: Maven Users List Subject: Re: Simple Dependencies List The maven-dependency-plugin [1] might have some functionality available that you would find helpful. Otherwise the output of "mvn -X package" provides some ugly text in an indented fashion, similar to how you've typed it. [1] http://maven.apache.org/plugins/maven-dependency-plugin/usage.html Wayne On 3/15/07, Dees, Ian (GE Healthcare) <[EMAIL PROTECTED]> wrote: > Hi List, > > Is there a maven command/plugin/etc. that I could use to generate a > simple text file that lists all of the dependencies for a certain > project? > > For example, I'd like to see this if I'm in "projectA"'s directory: > > projectA > jarA > jarA-A > jarA-v > jarB > jarS-2 > jarZXY > jarC > jarS-2 > jarZXY > jarS-4 > ... > > Thanks, > Ian > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
