Re: JPMS – Test sources extra Java SE module dependencies

2022-07-10 Thread Olivier Lamy
be careful with " module-info.test in your test directory" it's not supported by all IDE On Sun, 3 Jul 2022 at 15:57, Stanimir Stamenkov wrote: > Thank you for the wonderful reference and summary, Daniel! > > While I'm parsing the information along with all its references, indeed > it seems a

Re: JPMS – Test sources extra Java SE module dependencies

2022-07-02 Thread Stanimir Stamenkov
Thank you for the wonderful reference and summary, Daniel! While I'm parsing the information along with all its references, indeed it seems a well-known path. I'm glad people have taken it to that great extent, and have provided guidelines and solutions to newcomers like me. – Stanimir

Re: JPMS – Test sources extra Java SE module dependencies

2022-07-02 Thread Daniel Widdis
You are traveling a well-known path to many of us. I highly recommend taking a look at junit-platform-maven-plugin: https://github.com/sormuras/junit-platform-maven-plugin Blog post outlining how to do what you'e doing is here: