I'd prefer to define it directly in Continuum on vmbuild so if a user add Continuum in his instance, he won't send notifications on our lists.
Emmanuel On Thu, Jun 26, 2008 at 3:36 PM, <[EMAIL PROTECTED]> wrote: > Author: olamy > Date: Thu Jun 26 06:36:10 2008 > New Revision: 671895 > > URL: http://svn.apache.org/viewvc?rev=671895&view=rev > Log: > configure notifier > > Modified: > continuum/trunk/pom.xml > > Modified: continuum/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=671895&r1=671894&r2=671895&view=diff > > ============================================================================== > --- continuum/trunk/pom.xml (original) > +++ continuum/trunk/pom.xml Thu Jun 26 06:36:10 2008 > @@ -35,6 +35,16 @@ > <maven>2.0.7</maven> > </prerequisites> > > + <ciManagement> > + <system>continuum</system> > + <url>http://vmbuild.apache.org</url> > + <notifiers> > + <notifier> > + <address>[EMAIL PROTECTED]</address> > + </notifier> > + </notifiers> > + </ciManagement> > + > <scm> > <connection>scm:svn:http://svn.apache.org/repos/asf/continuum/trunk/ > </connection> > <developerConnection>scm:svn: > https://svn.apache.org/repos/asf/continuum/trunk/</developerConnection> > > >
