Re: We need to lay down strategy

2022-04-07 Thread Hervé BOUTEMY
I love that plan against 3.8.x, 3.9.x and 4 I did not really track details from 3.8.x, then I let others define what needs to get in 3.8.6 to stabilize and let us focus on 3.9 Regards, Hervé Le jeudi 7 avril 2022, 10:17:56 CEST Tamás Cservenák a écrit : > ... to not dissipate and reduce our (e

Re: Possible surefire bug in -Dsurefire.failIfNoSpecifiedTests=false

2022-04-07 Thread Romain Manni-Bucau
I guess the reason is "intent", failIfNoTests=false if some module doesnt have any test but failIfNoSpecifiedTests=true if you asked to execute a test which was not foundbut agree surefire config is a bit complex upfront. Romain Manni-Bucau @rmannibucau | Blo

Re: Possible surefire bug in -Dsurefire.failIfNoSpecifiedTests=false

2022-04-07 Thread Elliotte Rusty Harold
OK, looks like the problem is on our end, though the separation between -DfailIfNoTests and -DfailIfNoSpecifiedTests is strange and confusing. I don't see why both are needed. failIfNoTests seems to be a superset of failIfNoSpecifiedTests On Thu, Apr 7, 2022 at 11:33 AM Romain Manni-Bucau wrote:

Re: Possible surefire bug in -Dsurefire.failIfNoSpecifiedTests=false

2022-04-07 Thread Romain Manni-Bucau
It is there since v2.something IIRC, did you check with -X it was really set to false? Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: Possible surefire bug in -Dsurefire.failIfNoSpecifiedTests=false

2022-04-07 Thread Elliotte Rusty Harold
On Thu, Apr 7, 2022 at 11:16 AM Romain Manni-Bucau wrote: > > Hi Elliotte, > > Did you mean -DfailIfNoTests=false? the NoSpecified is for the case you > specify a test (-Dtest) IIRC. > No, the error message we see (and didn't see a couple of days ago) is: Failed to execute goal org.apache.maven.

Re: Possible surefire bug in -Dsurefire.failIfNoSpecifiedTests=false

2022-04-07 Thread Romain Manni-Bucau
Hi Elliotte, Did you mean -DfailIfNoTests=false? the NoSpecified is for the case you specify a test (-Dtest) IIRC. Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github

Possible surefire bug in -Dsurefire.failIfNoSpecifiedTests=false

2022-04-07 Thread Elliotte Rusty Harold
I'm still debugging our local project, but my team seems to be experiencing a problem where surefire fails projects without tests even though -Dsurefire.failIfNoSpecifiedTests=false is set. This happened suspiciously close in time to the recent 3.0.0-M6 release and our upgrade to the same. I'm by

We need to lay down strategy

2022-04-07 Thread Tamás Cservenák
... to not dissipate and reduce our (effort) losses :) Howdy, In short, I think we can agree on this sentence: "we need to get rid of maven 3.8.x as fast as possible, release maven 3.9.x and once out, keep it on regression fixes until maven 4 is ready". # Get rid of Maven 3.8.x Hence, I think w