You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Slawomir Jaranowski <sj...@apache.org> on 2022/03/24 20:16:48 UTC

[ANN] Apache Maven Verifier 1.8.0 Released

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

This library provides a test harness for Maven integration tests.

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.8.0</version>
</dependency>

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

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

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

** Bug
    * [MSHARED-1015] - Using Embedded3xLauncher fails with
"-Dmaven.multiModuleProjectDirectory system property is not set"

** New Feature
    * [MSHARED-1010] - Allow to customize Maven home

** Improvement
    * [MSHARED-871] - Document maven-verifier
    * [MSHARED-1043] - Deprecate methods which use JUnit4

Enjoy,

-The Apache Maven team