You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2010/01/30 21:59:48 UTC

[ANN] Maven Verifier Plugin 1.0 Released

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