Re: Any way to send email with build and test report?

2008-04-10 Thread David C. Hicks
Don't know of any specific Maven email plugin, but you could use the Ant plugin to execute the Ant Mail task. It shouldn't be too difficult to gather up all of your Surefire reports into a file to send in an email. urir wrote: Hi, I am using maven2 for building and testing a multi-project

Re: Any way to send email with build and test report?

2008-04-10 Thread Wayne Fay
To me at least, this sounds like functionality I might expect out of my Continuous Integration server, not my build tool. Look at implementing Continuum, Hudson, etc rather than creating an email plugin. Wayne On 4/10/08, David C. Hicks [EMAIL PROTECTED] wrote: Don't know of any specific Maven

Re: Any way to send email with build and test report?

2008-04-10 Thread Nick Stolwijk
At least continuum [1] uses the configured maven information and hudson supports it a little [2] [3]. Hth, Nick S. [1] http://continuum.apache.org/docs/1.1/user_guides/notification/index.html [2] http://www.nabble.com/ciManagement-notifications-for-a-maven-2-build-td15006168.html [3]

Any way to send email with build and test report?

2008-04-09 Thread urir
Hi, I am using maven2 for building and testing a multi-project that consists from several sub projects. Is there a way (some plugin maybe) so at the end of the main project build and test maven will send an email with all the results for all the tests? some statistcs maybe? Thanks, Uri. --