Github user Tibor17 commented on the issue:
https://github.com/apache/maven-surefire/pull/135
@britter
I think no user would like to specify `<executions/>` in plugin in POM and
he would not specify whether junit4 or junit5 as a duplicate to provider
dependency.
Basically all we need to have is a mapping between bunch of classes and
specific provider. We can do it by lookup of `package-info.java` and some
annotations in it which is quite fast, or another option would be to read tests
bytecode as a text and search `"org/junit/Test"` which will be slow.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]