You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org> on 2006/03/07 19:00:22 UTC

[jira] Closed: (CONTINUUM-470) Continuum ignoring m2 sendOn* settings

     [ http://jira.codehaus.org/browse/CONTINUUM-470?page=all ]
     
Emmanuel Venisse closed CONTINUUM-470:
--------------------------------------

    Resolution: Fixed

Fixed.

> Continuum ignoring m2 sendOn* settings
> --------------------------------------
>
>          Key: CONTINUUM-470
>          URL: http://jira.codehaus.org/browse/CONTINUUM-470
>      Project: Continuum
>         Type: Bug

>     Versions: 1.0.1
>     Reporter: Richard Wallace
>     Assignee: Emmanuel Venisse
>      Fix For: 1.0.3

>
>
> I'm trying to configure my maven 2 pom to
> send error and failure messages to one mailing list and success messages
> to another.  My pom has:
> <ciManagement>
>        <system>continuum</system>
>        <notifiers>
>            <notifier>
>                <sendOnSuccess>false</sendOnSuccess>
>                <configuration>
>                    <address>build-failure@lists.contentconnections.com</address>
>                </configuration>
>            </notifier>
>            <notifier>
>                <sendOnError>false</sendOnError>
>                <sendOnFailure>false</sendOnFailure>
>                <configuration>
>                    <address>build-success@lists.contentconnections.com</address>
>                </configuration>
>            </notifier>
>        </notifiers>
>    </ciManagement>
> When a project status changes, a message is sent to both lists regardless of whether the build failed or was successful.

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