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, Just some thoughts. Is that something that is best

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 mustn't

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

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

RE: Sending mail with Maven

2003-07-07 Thread Brett Porter
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

RE: Sending mail with Maven

2003-07-07 Thread Vincent Massol
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 to add mailing support to the junit tests via some

RE: Sending mail with Maven

2003-07-07 Thread Brett Porter
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, the feature I would be looking for is: send

RE: Sending mail with Maven

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