Mojo Extra Enforcer Rules 1.0-beta-3 Released
Hi,
The Mojo team is pleased to announce the release of the Extra Enforcer Rules version 1.0-beta-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.
To get this update, simply specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-enforcer-plugin</artifactId>
4 <version>1.3.1</version>
5 <dependencies>
6 <dependency>
7 <groupId>org.codehaus.mojo</groupId>
8 <artifactId>extra-enforcer-rules</artifactId>
9 <version>1.0-beta-3</version>
10 </dependency>
11 </dependencies>
12</plugin>
Bug:
- MOJO-2037 - java.lang.AssertionError: The file xyz.jar is corrupt or invalid
Improvements:
- MOJO-1988 - Make excluding test dependencies configurable
- MOJO-2008 - Give version of the bytecode found in a bad dependency
Enjoy,
The Mojo team.
-- Baptiste