You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "Richard Wallace (JIRA)" <ji...@codehaus.org> on 2005/11/23 17:51:06 UTC

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

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


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


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

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-470?page=all ]

Emmanuel Venisse updated CONTINUUM-470:
---------------------------------------

      Assign To: Emmanuel Venisse
    Fix Version: 1.0.3

> 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


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

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ 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