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