Re: Sending mail only on failures

2005-11-11 Thread Tim McCune
Sorry, bad assumption on my part. I just read through the source code and came to the same conclusion right before I read your reply. :) Thanks. On Fri, 2005-11-11 at 22:06 +0100, Emmanuel Venisse wrote: > not exactly, continuum send a message every time the state change, so if your > build is

Re: Sending mail only on failures

2005-11-11 Thread Emmanuel Venisse
not exactly, continuum send a message every time the state change, so if your build is always in success, you'll receive only the first message, same thing for failures You can set sendOn* in notifier in your pom (http://maven.apache.org/maven-model/maven.html#class_notifier). In 1.0.1, you'll