You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by "Brian E. Fox" <br...@reply.infinity.nu> on 2006/10/24 16:57:19 UTC

sendonXXX ignored

Is it a known problem that continuum ignores the sendOn pom settings
(i'm using 1.0.3):
 
   <notifier>
    <type>mail</type>
    <configuration>
     <address>zzzzz</address>
     <sendOnError>false</sendOnError>
     <sendOnFailure>true</sendOnFailure>
     <sendOnWarning>true</sendOnWarning>
     <sendOnSuccess>true</sendOnSuccess>
    </configuration>
   </notifier>
   <notifier>
    <type>mail</type>
    <configuration>
     <address>yyyyy</address>
     <sendOnError>true</sendOnError>
     <sendOnFailure>false</sendOnFailure>
     <sendOnWarning>false</sendOnWarning>
     <sendOnSuccess>false</sendOnSuccess>
    </configuration>
   </notifier>
   <notifier>
    <type>mail</type>
    <configuration>
     <address>xxxxx</address>
     <sendOnError>true</sendOnError>
     <sendOnFailure>false</sendOnFailure>
     <sendOnWarning>false</sendOnWarning>
     <sendOnSuccess>false</sendOnSuccess>
    </configuration>
   </notifier>
 
Results in:
Type	 Recipient	 Events	 From	  
 
Mail	 xxxxx Success Failures Error Warnings 	Project

Mail	 yyyyyy Success Failures Error Warnings 	Project

Mail	 zzzzzzz Success Failures Error Warnings Project