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

This library provides a test harness for Maven integration tests.

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

1
2
3
4
5

    org.apache.maven.shared
    maven-verifier
    1.7.0

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

Release Notes – Maven Verifier – Version 1.7.0

  • Bugs:

    • MSHARED-723 – Upgrade mave-surefire/failsafe-plugin 2.21.0
    • MSHARED-769 – FileNotFoundException not thrown for unknown property file
  • New Feature:

  • Improvements:

  • Dependency upgrades:

Enjoy,

-The Apache Maven team