Notification

Notifiers can be attached to a project with adding them in a pom in the ciManagement section .

  
  <ciManagement>
    <system>continuum</system>
    <url>http://127.0.0.1:8080/continuum</url>
    <notifiers>
      <notifier>
        <type>mail</type>
        <sendOnError>true</sendOnError>
        <sendOnFailure>true</sendOnFailure>
        <sendOnSuccess>false</sendOnSuccess>
        <sendOnWarning>false</sendOnWarning>
        <configuration>
          <address>continuum@127.0.0.1</address>
        </configuration>
      </notifier>
    </notifiers>
  </ciManagement>  
  

Or they can be added to a projectGroup with the Notifiers link :

Notifiers Link

Or to a project with the add button in the edit project page :

Notifier Button

Here you will the choice between notifiers implementation provided with continuum

Notifier Type Choice

You have the following choices :