You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Kristian Rosenvold <kr...@apache.org> on 2012/12/21 10:17:43 UTC

[ANN] Maven Verifier 1.4 Released

The Maven team is pleased to announce the release of the Maven Verifier,
version 1.4

This is a shared library for use in testing various Maven components. It
allows the user to execute Maven builds as part of the testing process,
with methods supporting test preparation and assertion of results.

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

To use the verifier, add the following to your POM's dependencies section:

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-verifier</artifactId>
  <version>1.4</version>
  <scope>test</scope>
</dependency>

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

** Bug
    * [MSHARED-104] - Verifier#assertFileNotPresent() fails when
looking for an unwanted jar resource
    * [MSHARED-178] - Verifier#setDebug seems ineffective

** New Feature
    * [MSHARED-268] - Add ability to fine-control location of
extracted resources


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org