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/03/30 21:30:14 UTC

[ANN] Apache Maven Verifier 1.7.0 Released

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

This library provides a test harness for Maven integration tests.

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

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

<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-verifier</artifactId>
<version>1.7.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 Verifer - Version 1.7.0



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

** Bug
    * [MSHARED-723] - Upgrade mave-surefire/failsafe-plugin 2.21.0
    * [MSHARED-769] - FileNotFoundException not thrown for unknown property file

** New Feature
    * [MSHARED-855] - Support calling maven wrapper

** Improvement
    * [MSHARED-547] - Support colorized output checks (ignore ANSI escape codes)
    * [MSHARED-768] - Require Java 7

** Dependency upgrade

    * [MSHARED-689] - Upgrade parent to 31
    * [MSHARED-694] - Upgrade JUnit 3.8.2 to 4.12
    * [MSHARED-734] - Upgrade maven-shared-utils to 3.2.1
    * [MSHARED-751] - Upgrade maven-shared-components parent to version 32


Enjoy,

-The Apache Maven team