I am trying to enable log4j output in order to capture diagnostics
from the execution of a Maven plugin.

The execution environment is Maven 2.0.7, running under cygwin.

I do the following:

   export MAVEN_OPTS="-Dlog4j.configuration='c:\temp\log4j.properties'"
   mvn clean install

However, I don't get any logging output from the maven build.

I searched the maven website and user archives for clues, but haven't found any.

What am I doing wrong?

jon seymour.

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

Reply via email to