On 10/6/06, Stefan Arentz <[EMAIL PROTECTED]> wrote:

Is there a way to do this without having to create a report and thus the site?

Run mvn with -X on the command line.  You'll probably want to redirect
the output to a file and view it in a text editor that does not wrap
lines.

It will print an indented view of the path to all your dependencies as
part of the output.

mvn package -X > output.txt

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to