> If I want to customize the log4j.properties file that Maven uses, would I be > able to place a log4j.properties in the /maven/lib directory? Would the > classpath loader (?) pick that up instead of the log4j.properties in > maven.jar? Or do I need to edit the maven.jar version?
No, maven/lib wouldn't work. You're best bet is to use the log4j system property to override it. It uses default initialisation, so just take a look at the log4j documentation and you'll see where to jump into the precendence ahead of Maven. Cheers, Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
