You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by urir <ur...@gmail.com> on 2008/04/10 07:18:42 UTC

Any way to send email with build and test report?

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.

-- 
View this message in context: http://www.nabble.com/Any-way-to-send-email-with-build-and-test-report--tp16602269s177p16602269.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Nick Stolwijk <ni...@planet.nl>.
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] https://hudson.dev.java.net/issues/show_bug.cgi?id=1201

Wayne Fay wrote:
> 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 <dh...@i-hicks.org> 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: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by Wayne Fay <wa...@gmail.com>.
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 <dh...@i-hicks.org> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


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

Posted by "David C. Hicks" <dh...@i-hicks.org>.
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org