RE: JUnit 5 test suites not running again

2022-07-09 Thread KARR, DAVID
I'd still appreciate more elaboration on your comments, but I guess what I'm going to attempt is to add exclusions in my parent pom for ALL of the junit-platform and junit-jupiter artifacts (because the spring starter artifacts include all of those) and then iteratively test removing the

Re: strange log in maven install

2022-07-09 Thread Tushar Kapila
No fix, just a suggestion, why not make your code that validates the output, more smart, to ignore these mixed lines. The end success msg must still be intact? On Fri, Jul 8, 2022, 22:58 Thai Le wrote: > Hello, I am using maven 3.8.2 on docker to build our projects and store the > output to a

Re: Tricky dependencies in multi module projects

2022-07-09 Thread Niels Basjes
Hi, If I set these dependencies to 'provided' I have not been able to ensure they are actually inserted (and relocated) into the final shaded jar file. Niels On Fri, Jul 8, 2022 at 6:36 PM Jörg Schaible wrote: > Hi, > > simply declare the dependency with scope "provided" in the project that >