It's fixed in 1.0.3 that will be release soon Emmanuel
Xavier Frisaye a écrit :
Hi everybody, I've configured mail notifier in our pom like this : <ciManagement> <system>continuum</system> <notifiers> <notifier> <type>mail</type> <sendOnError>true</sendOnError> <sendOnFailure>true</sendOnFailure> <sendOnWarning>true</sendOnWarning> <sendOnSuccess>false</sendOnSuccess> <configuration> <address>[EMAIL PROTECTED]</address> </configuration> </notifier> </notifiers> </ciManagement> But it seems to notify even in successful build. Am i missing something? Regards, Xavier -----Original Message----- From: Kaare Nilsen [mailto:[EMAIL PROTECTED] Sent: samedi 15 avril 2006 23:35 To: [email protected] Subject: Re: Email Notifier Configuration AFAIK you will need one notifier pr mailadress /K On 15/04/06, Andreas Guther <[EMAIL PROTECTED]> wrote:Hi, I am using continuum 1.0.2 with Maven 2.0.4. I am having problems finding detailed information about the email notifier configuration. From the few examples I could find I have the impression that there is always a mailing list to be used. Is it possible to have multiple user addresses in the configuration part, something like in the example below? Where would be a good place to find more detailed configuration information than at http://maven.apache.org/continuum/guides/getting-started/index.html? Thanks in advance for any help. Andreas Would the multiple address entry as shown below be a valid configuration? <ciManagement> <system>continuum</system> <url>http://my.company.com:8080/continuum/</url> <notifiers> <notifier> <type>mail</type> <sendOnSuccess>true</sendOnSuccess> <configuration> <address>[EMAIL PROTECTED]</address> <address>[EMAIL PROTECTED]</address> </configuration> </notifier> <notifier> <type>mail</type> <sendOnError>true</sendOnError> <configuration> <address>[EMAIL PROTECTED]</address> </configuration> </notifier> </notifiers> </ciManagement>
