You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Richard Wallace <rw...@thewallacepack.net> on 2005/11/09 18:05:54 UTC

m2 notifier configuration

Hello again,

Right now I have my maven 2 project ciManagement notification setup with:

    <ciManagement>
        <system>continuum</system>
        <notifiers>
            <notifier>
                <configuration>
                    <address>dev@lists.contentconnections.com</address>
                </configuration>
            </notifier>
        </notifiers>
    </ciManagement>

That sends all messages to the same address.  What I want to know is how 
to specific different addresses for results, i.e., send success messages 
to build-success@lists. and failure messages to build-failure@lists.  I 
also tried doing this from the project management page in continuum by 
adding another mail notification but it doesn't let you specify what 
events to send the email on.

Any ideas?

Thanks,
Rich

Re: m2 notifier configuration

Posted by Emmanuel Venisse <em...@venisse.net>.
success => Build successful
fail => Build failed
warning => not use for now
error => internal continuum error

Emmanuel

Wim Deblauwe a écrit :
> Cool. Did not see that before either. But what do the error and warning
> really mean? Do they indicate a problem with the build process itself and do
> failure and success talk about the jar or whatever that is being build?
> 
> regards,
> 
> Wim
> 
> 2005/11/9, Emmanuel Venisse <em...@venisse.net>:
> 
>>http://maven.apache.org/maven-model/maven.html#class_notifier
>>
>>set sendOn* to false in your pom
>>
>>Emmanuel
>>
>>Richard Wallace a écrit :
>>
>>>Hello again,
>>>
>>>Right now I have my maven 2 project ciManagement notification setup
>>
>>with:
>>
>>><ciManagement>
>>><system>continuum</system>
>>><notifiers>
>>><notifier>
>>><configuration>
>>><address>dev@lists.contentconnections.com</address>
>>></configuration>
>>></notifier>
>>></notifiers>
>>></ciManagement>
>>>
>>>That sends all messages to the same address. What I want to know is how
>>>to specific different addresses for results, i.e., send success messages
>>>to build-success@lists. and failure messages to build-failure@lists. I
>>>also tried doing this from the project management page in continuum by
>>>adding another mail notification but it doesn't let you specify what
>>>events to send the email on.
>>>
>>>Any ideas?
>>>
>>>Thanks,
>>>Rich
>>>
>>>
>>>
>>
>>
> 


Re: m2 notifier configuration

Posted by Wim Deblauwe <wi...@gmail.com>.
Cool. Did not see that before either. But what do the error and warning
really mean? Do they indicate a problem with the build process itself and do
failure and success talk about the jar or whatever that is being build?

regards,

Wim

2005/11/9, Emmanuel Venisse <em...@venisse.net>:
>
> http://maven.apache.org/maven-model/maven.html#class_notifier
>
> set sendOn* to false in your pom
>
> Emmanuel
>
> Richard Wallace a écrit :
> > Hello again,
> >
> > Right now I have my maven 2 project ciManagement notification setup
> with:
> >
> > <ciManagement>
> > <system>continuum</system>
> > <notifiers>
> > <notifier>
> > <configuration>
> > <address>dev@lists.contentconnections.com</address>
> > </configuration>
> > </notifier>
> > </notifiers>
> > </ciManagement>
> >
> > That sends all messages to the same address. What I want to know is how
> > to specific different addresses for results, i.e., send success messages
> > to build-success@lists. and failure messages to build-failure@lists. I
> > also tried doing this from the project management page in continuum by
> > adding another mail notification but it doesn't let you specify what
> > events to send the email on.
> >
> > Any ideas?
> >
> > Thanks,
> > Rich
> >
> >
> >
>
>

Re: quesiton about maven 2 projects with modules

Posted by Emmanuel Venisse <em...@venisse.net>.
you can't disable it.

if you want only one project, you'll can use the shell project in continuum 1.0.1 and 
choose mvn as executable. You can't actually with 1.0

Emmanuel

Frank Zhao a écrit :
> It seems for each modules, Continuum creates a seperate project for it. Is there a way to disable this feature since I only need one continuum project which can build very modules defined in the POM.
> 
> Thanks,
> 
> Frank


quesiton about maven 2 projects with modules

Posted by Frank Zhao <Fr...@motricity.com>.
It seems for each modules, Continuum creates a seperate project for it. Is there a way to disable this feature since I only need one continuum project which can build very modules defined in the POM.

Thanks,

Frank

Re: m2 notifier configuration

Posted by Emmanuel Venisse <em...@venisse.net>.
http://maven.apache.org/maven-model/maven.html#class_notifier

set sendOn* to false in your pom

Emmanuel

Richard Wallace a écrit :
> Hello again,
> 
> Right now I have my maven 2 project ciManagement notification setup with:
> 
>    <ciManagement>
>        <system>continuum</system>
>        <notifiers>
>            <notifier>
>                <configuration>
>                    <address>dev@lists.contentconnections.com</address>
>                </configuration>
>            </notifier>
>        </notifiers>
>    </ciManagement>
> 
> That sends all messages to the same address.  What I want to know is how 
> to specific different addresses for results, i.e., send success messages 
> to build-success@lists. and failure messages to build-failure@lists.  I 
> also tried doing this from the project management page in continuum by 
> adding another mail notification but it doesn't let you specify what 
> events to send the email on.
> 
> Any ideas?
> 
> Thanks,
> Rich
> 
> 
>