The Maven team is pleased to announce the release of the Maven
Enforcer Plugin, version 1.1.1

This plugin provides goals to control certain environmental
constraints such as Maven version, JDK version and OS family along
with many more standard rules and user created rules.

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

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

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-enforcer-plugin</artifactId>
  <version>1.1.1</version>
</plugin>

Release Notes - Maven 2.x Enforcer Plugin - Version 1.1.1

** Bug
    * [MENFORCER-117] - Custom Packaging with executions fails with
ArrayIndexOutOfBoundsException in RequirePluginVersions.java:702

** Task
    * [MENFORCER-132] - Add missing rules to standard rules page and
reorder them

Enjoy,

-The Maven team

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

Reply via email to