Re: [all] strange maven magic

2013-05-13 Thread Luc Maisonobe
Le 13/05/2013 15:47, Jörg Schaible a écrit : > Hi Luc, Hi Jörg, > > Luc Maisonobe wrote: > >> Hi all, >> >> In the last few days, I looked into the commons parent pom as well as >> several other poms to set up JaCoCo reports. There is something I don't >> understand: with our current setting at

Re: [all] strange maven magic

2013-05-13 Thread Jörg Schaible
Hi Luc, Luc Maisonobe wrote: > Hi all, > > In the last few days, I looked into the commons parent pom as well as > several other poms to set up JaCoCo reports. There is something I don't > understand: with our current setting at Apache, when we run "mvn clean > site", the tests are automatically

Re: [all] strange maven magic

2013-05-13 Thread Luc Maisonobe
Hi Vishwa, Le 13/05/2013 14:51, Vishwanath Krishnamurthi a écrit : > New to the list, so first a "hello" to all :) Welcome! > > @Luc > Guess the default is just to run the tests. > The project you were saying about where tests do not run by default - > probably has a property in the pom to skip

Re: [all] strange maven magic

2013-05-13 Thread Vishwanath Krishnamurthi
New to the list, so first a "hello" to all :) @Luc Guess the default is just to run the tests. The project you were saying about where tests do not run by default - probably has a property in the pom to skip tests. -Vishwa On Mon, May 13, 2013 at 5:26 PM, Luc Maisonobe wrote: > Hi all, > > In

[all] strange maven magic

2013-05-13 Thread Luc Maisonobe
Hi all, In the last few days, I looked into the commons parent pom as well as several other poms to set up JaCoCo reports. There is something I don't understand: with our current setting at Apache, when we run "mvn clean site", the tests are automatically run. In another non-Apache project, when I