Hi everyone, I've been charged with the task of migrating a project's build system from an ad-hoc collection of ant tasks to an automated maven-based system. The one thing I can't seem to figure out is how to log maven's output using log4j.
I know I can just redirect output in a shell script / batch file, but I'm trying to keep the build scripts as OS independent as I can so it would be ideal if I could configure logging from within maven.xml or even project.properties. Is it possible to do this? According to the FAQ, maven used to log output to maven.log but I don't see a way to enable this. Please help! Thanks, Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
