Hi,

The Mojo team is pleased to announce the release of the Extra Enforcer Rules version 1.0-beta-1.

Apache's Maven Enforcer Plugin is used to apply and enforce rules on your Maven projects.
The Enforcer plugin ships with a set of standard rules
The Mojo project hosts this project to provide extra rules which are not part of the standard rule set.

http://mojo.codehaus.org/extra-enforcer-rules/

To get this update, simply specify the version in your project's plugin configuration:

        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-enforcer-plugin</artifactId>
          <version>1.3</version>
          <dependencies>
            <dependency>
              <groupId>org.codehaus.mojo</groupId>
              <artifactId>extra-enforcer-rules</artifactId>
              <version>1.0-beta-1</version>
            </dependency>
          </dependencies>
        </plugin>


IMPORTANT NOTE: Previous versions of the extra-enforcer-rules used to depend on (sometimes) invalid behavior of the Apache Maven Enforcer plugin. Projects which have upgraded the Maven Enforcer Plugin to 1.3+ must use at least this version of the Extra Enforcer Rules.


Release Notes - Mojo - Version extra-enforcer-rules-1.0-beta-1

** Bug
* [MOJO-1948] - UnsupportedOperationException in requirePropertyDiverges when execution of enforce is provoked by a custom LifeCycleMapping * [MOJO-1949] - Minimize/remove inheritence of Apache Maven Standard Enforcer Rules (broken rules with Enforcer 1.3)


Enjoy,

The Mojo team.

Robert Scholte

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

Reply via email to