Apache Maven Shared Component - Maven Verifier Version 1.8.0 Released

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

This library provides a test harness for Maven integration tests.

You should specify the version in your project's dependency configuration:

1<dependency>
2    <groupId>org.apache.maven.shared</groupId>
3    <artifactId>maven-verifier</artifactId>
4    <version>1.8.0</version>
5</dependency>

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

Release Notes - Maven Verifier - Version 1.8.0

  • Bug:

    • MSHARED-1015 - Using Embedded3xLauncher fails with "-Dmaven.multiModuleProjectDirectory system property is not set"
  • New Feature:

  • Improvements:

Enjoy,

-The Apache Maven team