You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Robert Scholte <rf...@apache.org> on 2020/05/06 18:40:21 UTC

[ANN] Apache Maven Verifier 1.7.2 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Verifier, version 1.7.2

This library provides a test harness for Maven integration tests.

https://maven.apache.org/shared/maven-verifier/ [https://maven.apache.org/shared/maven-verifier/]

You should specify the dependency in your project:

<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-verifier</artifactId>
<version>1.7.2</version>
</dependency>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/shared/maven-verifier/download.html [https://maven.apache.org/shared/maven-verifier/download.html]


Release Notes - Maven Shared Components - Version maven-verifier-1.7.2

** Bug
    * [MSHARED-885] - Maven Wrapper fails on non-Windows OSes

Enjoy,


-The Apache Maven team