On 11/02/2010, at 12:33 PM, mfs wrote: > > Hello Guys, > > I am using maven 2.2.1 and wondering if there has been any support added to > stream the build output to a file in addition to the console ?. Doesn't seem > to be the case taking a look at the JIRA issues, but just wanted to be sure. > > We would like to publish the build logs to a centralized location, as part > of our nightly build and thats why I ask the above question.
Only currently available in the Maven 3.0 alphas, and in that it goes only to the file, not to both. You can alter your Maven installation to change log4j.xml in any version, but I'm not sure that is recommended :) Cheers, Brett -- Brett Porter [email protected] http://brettporter.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
