Apache Maven Shared Component - Maven Verifier Version 2.0.0-M1 Released

The Apache Maven team is pleased to announce the release of the Maven Verifier, version 2.0.0-M1.

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>2.0.0-M1</version>
5</dependency>

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

Release Notes - Maven Verifier - Version 2.0.0-M1

  • Improvements:

    • MSHARED-690 - Change package from org.apache.maven.it to org.apache.maven.shared.verifier
    • MSHARED-1124 - Add new version of methods filterFile and newDefaultFilterMap
    • MSHARED-1125 - Require Maven args to be provided one by one
    • MSHARED-1127 - Remove main method from Verifier
    • MSHARED-1128 - Deprecate all executeGoal(s) methods
    • MSHARED-1129 - Replace CLI options with CLI args
    • MSHARED-1134 - Remove / deprecate internal debug mode in Verifier
    • MSHARED-1135 - Deprecate Verifier#setMavenDebug(boolean) for removal
    • MSHARED-1137 - Revise Verifier#getDefaultMavenHome()/#getExecutable()
    • MSHARED-1142 - Remove e.getMessage() duplication when e is passed as object
  • Dependency upgrades:

Enjoy,

-The Apache Maven team