Re: Maven Artifacts not consumable after Introducing ci-friendly approach - revision tag

2020-06-13 Thread Francois Marot
Hello, I can confirm that you sample project works as intended once you add the missing configuration for the flatten plugin. Without it the pom.xml installed in your local repo are not correct because of the placeholders in the . I just copy pasted the content as explained here: http://maven.apa

Re: Surefire 3.0.0-M4 not failing build on errors

2020-06-13 Thread Jeff Jensen
Hi Enrico, Thanks for the reply. Surefire 2.22.2 correctly fails the build. This is with Java 8 and JUnit 5. On Sat, Jun 13, 2020 at 12:41 AM Enrico Olivelli wrote: > Jeff > > Il Sab 13 Giu 2020, 00:15 Jeff Jensen > ha scritto: > > > I looked for this issue in JIRA but haven't found anything

Re: Surefire 3.0.0-M4 not failing build on errors

2020-06-13 Thread Tibor Digana
Can you upload the project, dump file and log to the gist? I am sure it has nothing to do with the spring. run with: mvn test -X -e On Sat, Jun 13, 2020 at 12:15 AM Jeff Jensen < jeffjen...@upstairstechnology.com> wrote: > I looked for this issue in JIRA but haven't found anything yet. Anyone >

Re: Surefire 3.0.0-M4 not failing build on errors

2020-06-13 Thread Enrico Olivelli
Il Sab 13 Giu 2020, 15:07 Jeff Jensen ha scritto: > Hi Enrico, > Thanks for the reply. > > Surefire 2.22.2 correctly fails the build. This is with Java 8 and JUnit > 5. > This sounds interesting. It looks like a big bug to me and it is worth a JIRA It would help a lot if you could attach a s

Re: Surefire 3.0.0-M4 not failing build on errors

2020-06-13 Thread Jeff Jensen
Thank you Enrico and Tibor for verifying it is a probable new issue. I cannot upload this project (customer product/private repo) but will make a project that reproduces it and reply again. On Sat, Jun 13, 2020 at 8:24 AM Enrico Olivelli wrote: > Il Sab 13 Giu 2020, 15:07 Jeff Jensen ha scrit

Re: Surefire 3.0.0-M4 not failing build on errors

2020-06-13 Thread Tibor Digaňa
yes, the reproducible project would be great to have. Thx On Sat, Jun 13, 2020 at 4:04 PM Jeff Jensen wrote: > Thank you Enrico and Tibor for verifying it is a probable new issue. > > I cannot upload this project (customer product/private repo) but will make > a project that reproduces it and re

Re: Maven Artifacts not consumable after Introducing ci-friendly approach - revision tag

2020-06-13 Thread Tomo Suzuki
Hi Hanish, I see child1 in my Maven local repository cannot resolve the $version to refer to its parent, because $version is defined at the parent (the error message below). How about specifying the concrete version when specifying parent? While you might not like that the version value will appe

Re: Surefire 3.0.0-M4 not failing build on errors

2020-06-13 Thread Jeff Jensen
This reproduces the issue: https://github.com/jeffjensen/maven-surefire-3.0.0-m4-no-build-fail Please let me know if I can help further. On Sat, Jun 13, 2020 at 9:09 AM Tibor Digaňa wrote: > yes, the reproducible project would be great to have. > Thx > > On Sat, Jun 13, 2020 at 4:04 PM Jeff Je

Re: Surefire 3.0.0-M4 not failing build on errors

2020-06-13 Thread Tibor Digana
We have changed the resolution of junit5 engines 2 times. Now I have got the result with 3.0.0-M5. I think it is what you expect: [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ surefire-no-build-fail --- [INFO] [INFO] --- [INFO]

Re: Surefire 3.0.0-M4 not failing build on errors

2020-06-13 Thread Jeff Jensen
Great news that it fails! Thank you Tibor. I note it emits a different exception than with 2.22.2 or running in IDE. 2.22.2 emits an IllegalStateException with root NoSuchBeanDefinitionException but per below M5 emits NoClassDefFoundError. Is this ok because you changed something locally or is th