You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mirko Friedenhagen <mf...@codehaus.org> on 2012/04/27 23:22:01 UTC

[ANN] extra-enforcer-rules version 1.0-alpha-3 Released

Hi,

The Mojo team is pleased to announce the release of the
extra-enforcer-rules version 1.0-alpha-3.

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

Release Notes

We solved 3 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11062&version=18267

** New Feature
    * [MOJO-1799] - Add configuration option to define which
dependency scopes to include in the check
    * [MOJO-1828] - New rule to check that a property in a project
diverges from one given in an ancestor project.
    * [MOJO-1829] - New rules to check that certain roles are
represented in a project.

Enjoy,

The Mojo team.

Mirko

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