Re: [ANN] Maven Surefire Plugin 2.13 Released

2013-02-22 Thread Alberto Ivo
Thanks, Curtis.. Totally help! Ivo On Thu, Feb 21, 2013 at 5:05 PM, Curtis Rueden ctrue...@wisc.edu wrote: Hi Ivo, is there a way to run this automatically when one runs mvn install ? The test phase runs automatically when one runs mvn install unless you explicitly tell it to skip

Re: [ANN] Maven Surefire Plugin 2.13 Released

2013-02-21 Thread Alberto Ivo
Hi... I have a project with a lot of unit test and I really like the features of this plugin.. I put it in my maven project but I don't know how to use it.. Could you explain me that, please.. and, if possible, how to use inside eclipse ide. Thanks. Ivo On Thu, Dec 27, 2012 at 11:24 PM,

Re: [ANN] Maven Surefire Plugin 2.13 Released

2013-02-21 Thread Baptiste MATHUS
This plugin is called just when you do mvn test. If what you need is using this precise version, just configure it under the build/pluginManagement tag. Cheers Le 21 févr. 2013 18:25, Alberto Ivo alberto...@gmail.com a écrit : Hi... I have a project with a lot of unit test and I really like

Re: [ANN] Maven Surefire Plugin 2.13 Released

2013-02-21 Thread Alberto Ivo
hmmm... ok... is there a way to run this automatically when one runs mvn install ? Ivo On Thu, Feb 21, 2013 at 2:36 PM, Baptiste MATHUS m...@batmat.net wrote: This plugin is called just when you do mvn test. If what you need is using this precise version, just configure it under the

Re: [ANN] Maven Surefire Plugin 2.13 Released

2013-02-21 Thread Curtis Rueden
Hi Ivo, is there a way to run this automatically when one runs mvn install ? The test phase runs automatically when one runs mvn install unless you explicitly tell it to skip tests (e.g., mvn -DskipTests install). For details, see: