Apache Maven Shared Component - Maven Verifier Version 1.8.0 Released

1 · Karl Heinz Marbaise · March 25, 2022, 6:06 p.m.
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 2 3 4 5 <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-verifier</artifactId> <version>1.8.0</version> </dependency> You can download the appropriate sources etc. from the download page. Release Notes – Maven Verifier – Ve...