desruisseaux opened a new pull request, #3196: URL: https://github.com/apache/maven-surefire/pull/3196
This is a first attempt to migrate the Maven Surefire Plugin to Maven 4. Before this pull request can be merged, there is two issues to resolves: * Upgrade the `org.eclipse.sisu.plexus` dependency from 0.9.0-M3 to 0.9.0-M4. There is breaking API change, since the `org.codehaus.plexus.PlexusTestCase.lookup(Class)` method has been removed and I don't know what is the replacement. We would need this upgrade to be done by someone familiar with this API. * Create a `maven-surefire-plugin-3.x` branch before to merge this pull request or an equivalent one. A Maven 4 branch is needed before pull requests for testing multi-release projects and improved JPMS support can be submitted. -- 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]
