Hi,

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

Extra Enforcer Rules. These are extra rules for Apache Maven's Enforcer Plugin.

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

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

 <build>
    <pluginManagement>
      <plugins>
        <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-5</version>
            </dependency>
          </dependencies>
        </plugin>
      </plugins>
    </pluginManagement>
  </build>

Release Notes

We solved 3 issues:
http://jira.codehaus.org/issues/?jql=fixVersion%20%3D%20%22extra-enforcer-rules-1.0-alpha-5%22%20AND%20project%20%3D%20MOJO

** Bug
    * [MOJO-1929] - NullPointerException in requirePropertyDiverges if
configuration is put in execution
    * [MOJO-1931] - RequirePropertyDiverges fails if configuration
elements are in wrong order



** Improvement
    * [MOJO-1930] - RFE: RequirePropertyDiverges: Extend the rule to
include a custom message

Enjoy,

The Mojo team.

Mirko Friedenhagen

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

Reply via email to