Re: m-javadoc-plugin with JPMS

2022-10-17 Thread Daniel Widdis
I have filed issue https://issues.apache.org/jira/projects/MJAVADOC/issues/MJAVADOC-736 Simple reproducer project here (mvn javadoc:jar or mvn javadoc:javadoc fail): https://github.com/dbwiddis/foo From: Daniel Widdis Date: Sunday, October 16, 2022 at 10:47 PM To: Maven Users List

Re: Modular path vs. class path determination

2022-10-17 Thread Ceki Gülcü
Hello Martin, Olivier, Since I posted on this thread, I have abandoned the idea of integration testing in the same Maven module. Instead, for module X, white-box testing is still done within X/src/test/ and integration testing done in a new and separate module X-blackbox which is also

Re: Modular path vs. class path determination

2022-10-17 Thread Martin Desruisseaux
Le 17/10/2022 à 12:33, Olivier Lamy a écrit : I wanted to have some opinions on what sort of configurations we could add but this didn't get much attention :) (https://issues.apache.org/jira/browse/SUREFIRE-2097) Maybe nobody really cares of jpms... On my side I do care a lot about JPMS.

Re: Modular path vs. class path determination

2022-10-17 Thread Olivier Lamy
On Sat, 1 Oct 2022 at 01:22, Ceki Gülcü wrote: > > > Hello all, > > The logback is attempting to migrate to Junit 5. As a consequence of > this migration, a handful of tests that were previously successful, now > fail. > > For example, the ch.qos.logback.classic.net.DilutedSMTPAppenderTest >