There is a maven-dependency-tree-plugin in the sandbox that does exactly
this. I think we where talking about merging it with maven-dependency
but it hasn't happened yet. We are currently merging the
dependency-analyzer first. 

-----Original Message-----
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 15, 2007 12:16 PM
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]

Reply via email to