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>[EMAIL PROTECTED]</address>
</configuration>
</notifier>
<notifier>
<sendOnError>false</sendOnError>
<sendOnFailure>false</sendOnFailure>
<configuration>
<address>[EMAIL PROTECTED]</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