Mojo's JDepend Maven Plugin Version 2.0 - Released
The Mojo team is pleased to announce the release of the JDepend Maven Plugin version 2.0.
This plugin produces a nicely formatted metrics report based on your project.
To get this update, simply specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.codehaus.mojo</groupId>
3 <artifactId>jdepend-maven-plugin</artifactId>
4 <version>2.0</version>
5</plugin>
Bug:
- MJDEPEND-8 - Add missing scm entry in pom
Improvements:
- MJDEPEND-6 - Stabilize Plugin IT's by using a setup project
- MJDEPEND-9 - Improve Usage page
- MJDEPEND-10 - State that plugin uses the JDepend library and include link
- MJDEPEND-11 - Change the license text.
New Feature:
- MJDEPEND-1 - Add a -no-fork goal
Enjoy,
The Mojo team.