Hi, The Mojo team is pleased to announce the release of the extra-enforcer-rules version 1.0-alpha-4.
Extra Enforcer Rules is a project containing 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 maven-enforcer-plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <version>1.2</version> <executions> <execution> ... </execution> </executions> <dependencies> <dependency> <groupId>org.codehaus.mojo</groupId> <artifactId>extra-enforcer-rules</artifactId> <version>1.0-alpha-4</version> </dependency> </dependencies> </plugin> *Bug* [MOJO-1775 <https://jira.codehaus.org/browse/MOJO-1775>] - BanDuplicateClasses should skip any artifacts not of type jar [MOJO-1840 <https://jira.codehaus.org/browse/MOJO-1840>] - Non-well-formed XML in sample project configuration on site [MOJO-1841 <https://jira.codehaus.org/browse/MOJO-1841>] - Contrary to documentation requiredRoles are not always valid [MOJO-1853 <https://jira.codehaus.org/browse/MOJO-1853>] - requirePropertyDiverges: NPE when plugin is configured in pluginManagement and not in plugin section *Improvement* [MOJO-1909 <https://jira.codehaus.org/browse/MOJO-1909>] - don't log all classes in classpath at info level *New Feature* [MOJO-1860 <https://jira.codehaus.org/browse/MOJO-1860>] - New feature to ban circular dependencies [MOJO-1912 <https://jira.codehaus.org/browse/MOJO-1912>] - Rule to check the bytecode version used in dependencies See https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11062&version=18450for reference. Enjoy, The Mojo team. -- Baptiste