Hi Stephen,

On 9/29/14 10:36 AM, Stephen Connolly wrote:
Some of those look ready to move over to the standard enforcer rules: e.g.
enforce bytecode version for one.

WDYT?

Sounds like a good idea...

Kind regards
Karl-Heinz Marbaise

On 26 September 2014 21:31, Baptiste Mathus <bapti...@codehaus.org> wrote:

Hi,

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

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.1</version>
           <dependencies>
             <dependency>
               <groupId>org.codehaus.mojo</groupId>
               <artifactId>extra-enforcer-rules</artifactId>
               <version>1.0-beta-3</version>
             </dependency>
           </dependencies>
         </plugin>


Release Notes :

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11062&version=19724

Bug

    - [MOJO-2037] - java.lang.AssertionError: The file xyz.jar is corrupt
    or invalid

Improvement

    - [MOJO-1988] - Make excluding test dependencies configurable
    - [MOJO-2008] - Give version of the bytecode found in a bad dependency


Enjoy,

The Mojo team.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to