I've staged a candidate release for Maven Plugin Testing 4.0.0-alpha-1. The goal of this release is to provide a first set of classes to test plugins using the v4 api, mainly using the package at https://maven.apache.org/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/api/plugin/testing/package-summary.html and the provided junit 5 extension. An example usage of this extension is available at https://github.com/gnodet/maven-install-plugin/blob/m-api/src/test/java/org/apache/maven/plugins/install/InstallMojoTest.java Those classes are new classes in a new package, so there's no compatibility issue with all plugins using this component.
This component has not been released since a while. The list of fixed issues is available at https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317720&version=12352930 Staging repository: https://repository.apache.org/content/repositories/maven-1874 Staging site: https://maven.apache.org/plugin-testing-archives/LATEST/ Please review and vote. -- ------------------------ Guillaume Nodet
