desruisseaux commented on PR #1401:
URL: https://github.com/apache/maven/pull/1401#issuecomment-1945986433

   The workaround is not needed per Java. It is needed because Maven 3 mixes 
class-path and module-path in an apparently random way. It is an example of 
case where putting the JAR on the class-path breaks the application. Just 
putting the `junit-jupiter-engine.jar` on the module-path, as it should be, 
fixes the issue and removes completely the need for the workaround.
   
   This problem should indeed by solved by the path work. I reported this story 
as a real use case for testing that the proposal works. The criterion for 
considering that test as successful is to be able to remove any hacks in 
above-cited `pom.xml` file.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to