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

2020-06-14 Thread Hanish Bansal
Hi All, Thanks for your response. I have replicated the same issue as mentioned in below steps: 1. Compile external project https://github.com/hanishbansal/external-common , this is some external project in which we can not change anything. 2. Our project "test-parent" has dependency of "external

Re: Surefire 3.0.0-M4 not failing build on errors

2020-06-14 Thread Jeff Jensen
Thank you for explaining. Yes, turns out a dependency is missing in my reproducer and looks like M5 correctly detects that error; that's great news. Interestingly, if I correct that by adding the dep, M4 correctly works with this reproducer too, so it's not a reproducer of the intended error! Th

Re: Surefire 3.0.0-M4 not failing build on errors

2020-06-14 Thread Tibor Digana
Now we are able to handle the errors on the class level. Before in 2.22.x and in M4 we handled the test errors only and ignored the class level errors. I would trust NoClassDefFoundError because ControllerAdvice really could not be found in IntelliJ IDEA. So the IDE is telling me the same thing, a