[ 
http://issues.apache.org/jira/browse/MYFACES-1325?page=comments#action_12415091 
] 

Bernd Bohmann commented on MYFACES-1325:
----------------------------------------

Why you comment out the ciManagement?
If you try to restrict notification to fallures only, why you don't changed the 
notifier to 

    <notifier>
       <type>mail</type>
       <sendOnSuccess>false</sendOnSuccess>
         <configuration>
          <address>[email protected]</address>
        </configuration>
      </notifier> 

But I like to get the success notifier after a build failure. 

> Restrict Continuum notification to failures only.
> -------------------------------------------------
>
>          Key: MYFACES-1325
>          URL: http://issues.apache.org/jira/browse/MYFACES-1325
>      Project: MyFaces Core
>         Type: Improvement

>   Components: build process
>     Versions: 1.1.4-SNAPSHOT, 1.2.0-SNAPSHOT
>     Reporter: Grant Smith
>     Assignee: Grant Smith

>
> For now, comment out the following section in the poms, then add the 
> notifiers via the continuum web interface.
> <ciManagement>
>     <system>continuum</system>
>     <notifiers>
>       <notifier>
>         <configuration>
>           <address>[email protected]</address>
>         </configuration>
>       </notifier>
>     </notifiers>
>   </ciManagement>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to