On 11/20/06, Deluigi Marcus <[EMAIL PROTECTED]> wrote:

It seems like a stupid question, but how do I let maven print the actual
class path within a specific module?
I did not find any information about this anywhere.

If you add -X to the command line:

 mvn install -X

it will print out more than you ever wanted to know, including a tree
view of the dependencies, and, underneath,

[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-compiler-plugin:2.0.1:compile' -->

one of the items is classpathElements.

HTH,
--
Wendy

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

Reply via email to