Apache Maven Verifier Plugin Version 1.1 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Verifier Plugin, version 1.1.

Useful for integration tests - verifies the existence of certain conditions.

Please be aware of the new location of our issue tracker which has been moved from Codehaus to Apache Software Foundation.

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-verifier-plugin</artifactId>
4  <version>1.1</version>
5</plugin>

Release Notes - Apache Maven Verifier Plugin - Version 1.1

Improvements:

  • MVERIFIER-15 - Upgrade to Maven 2.2.1 compatiblity
  • MVERIFIER-16 - Change execution of goals cause currently the integration tests running twice

New Feature:

  • MVERIFIER-10 - Print the absolute path to the input file when verification fails

Task:

Enjoy,

-The Apache Maven team