Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

extra-enforcer-rules 1.0-beta-3 Released

$
0
0
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뷪 =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.

-- Baptiste

Viewing all articles
Browse latest Browse all 5648

Trending Articles