How to get failed project list??Is there something like build.status ??
Regds
ashutosh

-----Original Message-----
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 01, 2004 12:06 PM
To: Maven Users List
Subject: Re: detecting build failure

if you are running via the reactor, set ignoreFailures="true", and
then use the failedProjects list to find the projects that failed, and
send them all mails according to project.build.nagEmailAddress. Check
the reactor documentation (see "Jelly Tag Documnetation" in the maven
site reports).

If you are running these things standalone, you just need to check
Maven's exit code and mail if it is non-zero.

I use cruise control to do this.

Cheer,s
Brett


On Fri, 1 Oct 2004 12:04:45 +0530, Ashutosh Kumar
<[EMAIL PROTECTED]> wrote:
> How to detect a build failure in module level project.xml for sending
> mail to concerned person for that module?
> Regds
> Ashutosh
> 
>

---------------------------------------------------------------------
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]

Reply via email to