RE: JUnit 5 test suites not running again

2022-07-08 Thread KARR, DAVID
Inline. > -Original Message- > From: Karl Heinz Marbaise > Sent: Friday, July 8, 2022 9:21 AM > To: David Karr ; i...@soebes.de > Cc: Maven Users List > Subject: Re: JUnit 5 test suites not running again > > On 08.07.22 18:09, David Karr wrote: > > Inline. > > > > On Fri, Jul 8, 2022

strange log in maven install

2022-07-08 Thread Thai Le
Hello, I am using maven 3.8.2 on docker to build our projects and store the output to a text file to do some validation. From time to time, i got this in the log: [INFO] --< org.springframework.boot:nccs-dispatcher >-- [INFO] Building nccs-dispatcher

Re: Tricky dependencies in multi module projects

2022-07-08 Thread Jörg Schaible
Hi, simply declare the dependency with scope "provided" in the project that shades it. Regards, Jörg On Fritday, 8. July 2022, 17:43:16 CEST Francois Marot wote: > Hello Niels, > > I believe you used the shade maven plugin or equivalent. I faced this > problem multiple times and to my

Re: JUnit 5 test suites not running again

2022-07-08 Thread Karl Heinz Marbaise
On 08.07.22 18:09, David Karr wrote: Inline. On Fri, Jul 8, 2022 at 8:17 AM Karl Heinz Marbaise mailto:khmarba...@gmx.de>> wrote: Hi, On 08.07.22 16:18, David Karr wrote: > I had gotten help here with our JUnit 5 transition, and I thought I had it > all working, but now

Re: JUnit 5 test suites not running again

2022-07-08 Thread David Karr
Inline. On Fri, Jul 8, 2022 at 8:17 AM Karl Heinz Marbaise wrote: > Hi, > > On 08.07.22 16:18, David Karr wrote: > > I had gotten help here with our JUnit 5 transition, and I thought I had > it > > all working, but now I see that I'm back to the state where our JUnit 5 > > test suites are being

Re: Tricky dependencies in multi module projects

2022-07-08 Thread Francois Marot
Hello Niels, I believe you used the shade maven plugin or equivalent. I faced this problem multiple times and to my knowledge, there is no "good" solution. The problem is that Maven computes the dependency graph for all modules of the reactor right at the start. But when the shade plugin

Re: JUnit 5 test suites not running again

2022-07-08 Thread Karl Heinz Marbaise
Hi, On 08.07.22 16:18, David Karr wrote: I had gotten help here with our JUnit 5 transition, and I thought I had it all working, but now I see that I'm back to the state where our JUnit 5 test suites are being ignored. From what I understood, I had to ensure that "junit-platform-runner" was

Tricky dependencies in multi module projects

2022-07-08 Thread Niels Basjes
Hi, I have a library project that uses dependencies that are prone to cause conflicts when another project wants to use my software. Antlr4 is a common example because it enforces the versions of the generated code and the runtime to be an exact match. In my maven project I have a main library

JUnit 5 test suites not running again

2022-07-08 Thread David Karr
I had gotten help here with our JUnit 5 transition, and I thought I had it all working, but now I see that I'm back to the state where our JUnit 5 test suites are being ignored. >From what I understood, I had to ensure that "junit-platform-runner" was excluded as a dependency. What I have seems

[ANN] Apache Maven Reporting Impl 4.0.0-M2 released

2022-07-08 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Impl version 4.0.0-M2. https://maven.apache.org/shared/maven-reporting-impl/ Release Notes - Maven Shared Components - Version maven-reporting-impl-4.0.0-M2 ** New Feature * [MSHARED-390] - Add startSection