> Hi , I want to send mail when the tests fail. The build wont fail since I
> have set testFailureIgnore=true.
> Is there a way to achieve this i maven?

Traditionally, this would be a function handled by your Continuous
Integration server, not your Build Tool. So this is not really a Maven
function IMO. You could possibly write a plugin that would run after
test phase but I'm not sure what properties it would need to look for
to know if there were errors or not.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to