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]

Reply via email to