Hi, Is it possible to send the log generated by a maven command by mail? I've modified the log4j.properties file in the maven.jar file by adding a SMTPAppender By default, this configuration sends a mail when a WARN or ERROR message is generated. But it seems that Maven always generates INFO messages (even when the build fails) Thank you, Gerald
