The Apache Maven team is pleased to announce the release of the Apache Maven Enforcer Plugin, version 1.3.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.3.1</version>
</plugin>


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

** Bug
* [MENFORCER-156] - Upgrading maven-enforcer-plugin from 1.2 to 1.3 breaks maven-assembly-plugin * [MENFORCER-157] - NOTICE file bad indentation & references software which is not actually included
    * [MENFORCER-158] - LICENSE file contains duplicated copy


Enjoy,

-The Apache Maven team

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

Reply via email to