try: MAVEN_OPTS="-Dlog4j.configuration=file:/c:/temp/log4j.properties -Dlog4j.debug" maven clean
or your favourite Windows equivalent. It needs to be passed to the JVM instead of Maven, as log4j is initialised before the CLI. - Brett On Fri, 29 Oct 2004 09:49:36 +1000, Dion Gillard <[EMAIL PROTECTED]> wrote: > Has anyone successfully passed the log4j.configuration property to > maven and gotten it to > work? > > I've done this: > maven -Dlog4j.configuration=file:/c:/temp/log4j.properties -Dlog4j.debug clean > > and the output is no different from > > maven clean > > even though all categories have level=DEBUG > -- > http://www.multitask.com.au/people/dion/ > > --------------------------------------------------------------------- > 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]
