Hi, Even I had the similar requirement. To easily achieve this, I have modified maven-java-plugin's plugin.jelly to have a record, to check build failures and success. Currently I made to mail whenever the build failure occurs. Its very easy to modify the mail sending process. Also, the mailing details like From, To, Subject, etc are in project.properties.
I think its the easiest and shortest way to achieve the CI using Maven. Rk. -----Original Message----- From: Plath, Elton [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 1:12 PM To: '[EMAIL PROTECTED]' Subject: Continuous integration Hi all, Whats the recommended/easiest/best way to do CI with maven. Id really like to also get a "build success/failed" email message. Regards Elton ____________________________________________________________________________ _______________________ The views expressed in this email are, unless otherwise stated, those of the author and not those of the FirstRand Banking Group or its management. The information in this e-mail is confidential and is intended solely for the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted in reliance on this, is prohibited and may be unlawful. Whilst all reasonable steps are taken to ensure the accuracy and integrity of information and data transmitted electronically and to preserve the confidentiality thereof, no liability or responsibility whatsoever is accepted if information or data is, for whatever reason, corrupted or does not reach its intended destination. ________________________________ --------------------------------------------------------------------- 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]
