[ANN] Apache Maven Plugin Testing 3.5.1 Released

Slawomir Jaranowski <[email protected]> Sun, 8 Feb 2026 22:25:09 +0100
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAGjJkv26NPBnEn7ZtOt6WEgGqW4zVxv6pt9sQ-raMOq-KG9E_A@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven Plugin Testing, version 3.5.1

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.5.1</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.5.1

https://github.com/apache/maven-plugin-testing/releases/tag/maven-plugin-testing-3.5.1

Enjoy,

-The Apache Maven team