The Apache Maven team is pleased to announce the release of the Apache Maven Plugin Testing, version 3.4.0
The Maven Plugin Testing provides mechanisms to manage tests on plugins Mojos. https://maven.apache.org/plugin-testing/maven-plugin-testing-harness/ You should specify the version in your project's dependencies: <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> <version>3.4.0</version> <scope>test</scope> </dependency> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugin-testing/download.cgi Release Notes - Apache Maven Plugin Testing - Version 3.4.0 https://github.com/apache/maven-plugin-testing/releases/tag/maven-plugin-testing-3.4.0 Enjoy, -The Apache Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
