Apache Maven Shared Component - Maven Verifier Version 1.7.0 Released
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<dependency>
2 <groupId>org.apache.maven.shared</groupId>
3 <artifactId>maven-verifier</artifactId>
4 <version>1.7.0</version>
5</dependency>
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:
- MSHARED-855 - Support calling maven wrapper
-
Improvements:
- MSHARED-547 - Support colorized output checks (ignore ANSI escape codes)
- MSHARED-768 - Require Java 7
-
Dependency upgrades:
- 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