dev  

[ANN] Maven Verifier Plugin 1.0 Released

Dennis Lundberg
Sat, 30 Jan 2010 13:00:21 -0800

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

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

  • [ANN] Maven Verifier Plugin 1.0 Released Dennis Lundberg