Cool! That halfway works. The email is now appearing in continuum.
Unfortunately, it is still including the full list of notifications.

I tried using this:
<ciManagement>
        <system>Continuum</system>
        <url>http://saffron.caret.cam.ac.uk/continuum</url>
        <notifiers>
                <notifier>
                        <type>mail</type>
                        <configuration>
                                <sendOnError>true</sendOnError>
                                <sendOnFailure>true</sendOnFailure>
                                <!-- <sendOnSuccess>true</sendOnSuccess> -->
                                <!-- <sendOnWarning>true</sendOnWarning> -->
                                <address>[EMAIL PROTECTED]</address>
                        </configuration>
                </notifier>
        </notifiers>
</ciManagement>

and this:
<ciManagement>
        <system>Continuum</system>
        <url>http://saffron.caret.cam.ac.uk/continuum</url>
        <notifiers>
                <notifier>
                        <type>mail</type>
                        <sendOnError>true</sendOnError>
                        <sendOnFailure>true</sendOnFailure>
                        <!-- <sendOnSuccess>true</sendOnSuccess> -->
                        <!-- <sendOnWarning>true</sendOnWarning> -->
                                                <configuration>
        <address>[EMAIL PROTECTED]</address>
                        </configuration>
                </notifier>
        </notifiers>
</ciManagement>

But Continuum puts in the defaults of all notifications in both cases.
Any ideas?
-AZ


On 7/18/07, Marcel Schutte <[EMAIL PROTECTED]> wrote:
Hi Aaron,

I'm using the following:

   <notifiers>
     <notifier>
       <type>mail</type>
       <sendOnError>true</sendOnError>
       <sendOnFailure>true</sendOnFailure>
       <sendOnSuccess>true</sendOnSuccess>
       <sendOnWarning>true</sendOnWarning>
       <configuration>
         <address>[EMAIL PROTECTED]</address>
       </configuration>
     </notifier>
   </notifiers>

Regards, Marcel

----- Original Message ----
From: Aaron Zeckoski <[EMAIL PROTECTED]>
To: [email protected]
Sent: Wednesday, July 18, 2007 10:34:29 AM
Subject: Maven2 POM Continuum configuration

I am trying to find the docs that describe how to setup the continuum
configuration in a maven2 pom correctly. Right now I have the
following in my pom (using maven 2.0.7):

<ciManagement>
 <system>Continuum</system>
 <url>http://saffron.caret.cam.ac.uk/continuum</url>
   <notifiers>
     <notifier>
       <type>mail</type>
       <address>[EMAIL PROTECTED]</address>
     </notifier>
   </notifiers>
</ciManagement>

However, this results in Continuum 1.0.3 setting up the notifcation
(as picked up from the pom) as follows:
Type      Recipient      Events      From
Mail         Success Failures Error Warnings Project
(basically the recipient field is blank and the events have all selected)

What I really want is the configuration we use when we manually set this up:
Type      Recipient      Events      From
Mail       [EMAIL PROTECTED]       Success Failures       User
(i.e. my email address and only 2 events selected)

Is there any way I can Continuum to do this from the ciManagement tag?
(pointer to docs would be great)
Thanks
-AZ


--
Aaron Zeckoski ([EMAIL PROTECTED])
Senior Research Engineer - CARET - Cambridge University
[http://bugs.sakaiproject.org/confluence/display/~aaronz/]
Sakai Fellow - [http://aaronz-sakai.blogspot.com/]






____________________________________________________________________________________
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play 
Sims Stories at Yahoo! Games.
http://sims.yahoo.com/



--
Aaron Zeckoski ([EMAIL PROTECTED])
Senior Research Engineer - CARET - Cambridge University
[http://bugs.sakaiproject.org/confluence/display/~aaronz/]
Sakai Fellow - [http://aaronz-sakai.blogspot.com/]

Reply via email to