You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Robert Scholte <co...@sourcegrounds.com> on 2013/09/03 20:58:23 UTC

[ANN] Extra Enforcer Rules 1.0-beta-1 Released

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-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org