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

This plugin is useful for integration tests - verifies the existence of
certain conditions.

http://maven.apache.org/plugins/maven-verifier-plugin/

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

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-verifier-plugin</artifactId>
 <version>1.0</version>
</plugin>

Release Notes - Maven 2.x Verifier Plugin - Version 1.0

** Bug
    * [MVERIFIER-3] - Configuration element "failOnError" is not working

** Task
    * [MVERIFIER-2] - review plugin documentation


Enjoy,

-The Maven team

Reply via email to