RE: Sending mail with Maven

2003-07-08 Thread Jason van Zyl
On Tue, 2003-07-08 at 04:37, Michal Maczka wrote: > The problem is that postGoal concept is very limited in that sense, > that there can be only one preGoal/postGoal of given goal. > So IMHO adding any functionality to postGoal should be practiced only on > project level (maven.xml file) and must

RE: Sending mail with Maven

2003-07-08 Thread Jason van Zyl
On Tue, 2003-07-08 at 04:37, Michal Maczka wrote: > I agree that this "thing" does not belong to test plugin. > > The problem is that postGoal concept is very limited in that sense, > that there can be only one preGoal/postGoal of given goal. > So IMHO adding any functionality to postGoal should

RE: Sending mail with Maven

2003-07-08 Thread Michal Maczka
> -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 1:26 AM > To: Maven Users List > Subject: RE: Sending mail with Maven > > On Mon, 2003-07-07 at 18:36, Vincent Massol wrote: > > Hi Brett, > > > >

RE: Sending mail with Maven

2003-07-07 Thread Jason van Zyl
ith 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' > >

RE: Sending mail with Maven

2003-07-07 Thread Brett Porter
nt: Tuesday, 8 July 2003 8:37 AM To: 'Maven Users List' Subject: RE: Sending mail with Maven 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, th

RE: Sending mail with Maven

2003-07-07 Thread Vincent Massol
his covers your use case + some others. Thoughts? 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

RE: Sending mail with Maven

2003-07-07 Thread Brett Porter
x27;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 [E

Re: Sending mail with Maven

2003-07-07 Thread Paul Libbrecht
[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 f

Sending mail with Maven

2003-07-07 Thread Vikram_Kumar
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. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio