On Mon, 2003-07-07 at 18:36, Vincent Massol wrote:
> Hi Brett,
> 
> Just some thoughts. Is that something that is best placed in the test
> plugin or would it be better placed as either a plugin in itself or as a
> build listener (as in Ant)?
> 
> More generally, the feature I would be looking for is: "send an email
> when the build fails". I think this covers your use case + some others.
> 
> Thoughts?

You guys might want to chat to Aslak as he's started a Maven continuous
integration project called Damage Control. You could certainly do it
with a post goal and a check but it definitely doesn't belong in the
test plugin.

> Thanks
> -Vincent
> 
> > -----Original Message-----
> > From: Brett Porter [mailto:[EMAIL PROTECTED]
> > Sent: 08 July 2003 00:32
> > To: 'Maven Users List'
> > Subject: RE: Sending mail with Maven
> > 
> > I'm currently planning to add mailing support to the junit tests via
> some
> > property and nagEmailAddress. I've done the work, but I'm using a XSL
> for
> > the email that I'm not happy with.
> > 
> > What other mailouts would you be looking for? I don't see any reason
> why
> > we
> > can't send all reports via the mechanism actually - except that you
> don't
> > want to receive them if they were successful.
> > 
> > - Brett
> > 
> > -----Original Message-----
> > From: Paul Libbrecht [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, 8 July 2003 7:08 AM
> > To: Maven Users List
> > Subject: Re: Sending mail with Maven
> > 
> > 
> > [EMAIL PROTECTED] wrote:
> > > I'm trying to send build notification emails.  I've configured
> > nagEmailAddress
> > > in project.xml.  But I'd like to know what else needs to be done to
> have
> > Maven
> > > send emails.
> > 
> > Don't know if there's anything done for that, grepping through the
> > plugins seems to be using it only for gump and genapp...
> > 
> > It shouldn't be too hard to make a maven.xml goal for that containing
> as
> > prerequisites the goal you intend to run (or something better that
> > ignores failures) and as body something based on the jelly mail
> library.
> > 
> > Hope that helps.
> > 
> > Paul
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to