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        

Reply via email to