adamretter commented on issue #2065: URL: https://github.com/apache/maven-surefire/issues/2065#issuecomment-3719936367
It looks like it has been about 6 years since this issue was opened, and I see it was marked as a priority in July 2025. Any news on this getting resolved? I have a custom JUnit 6 TestEngine that is designed to execute tests written in a non-Java DSL. I can't appear at the moment to use maven-surefire-plugin for this as there are no Java classes for maven-surefire-plugin to discover. I think instead I would need to be able to configure maven-surefire-plugin to choose either JUnit's `ClasspathRootSelector` or `DirectorySelector`, see: https://docs.junit.org/6.0.2/running-tests/discovery-selectors.html If I can help solve this, I am a capable Java developer with quite a bit of Maven experience too... I would need from your side someone to act as a point of contact though, so that I have support to ask questions like: "How would you like this to work?" Thanks for the plugin, I use it a lot :-) Unfortunately right now my Java project is blocked by not being able to do this. I have written up the details in the following JUnit issue: https://github.com/junit-team/junit-framework/issues/1632#issuecomment-3719882042 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
