You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jean-Laurent de Morlhon <je...@codehaus.org> on 2009/06/10 18:01:15 UTC

[ANN] Maven2 javancss plugin 2.0

The Mojo team is pleased to announce the javancss-maven-plugin 2.0 release !

http://mojo.codehaus.org/javancss-maven-plugin/

This plugin allows user to:

- Compute complexity (CCN) and quantity (NCSS) metrics on your code
- Create a report displaying those number.

Here's the release note :

Release Notes - Maven 2.x JavaNCSS Plugin - Version 2.0

** Bug
    * [MJNCSS-11] - JavaNCSS report crashes if code contains some variable
called "enum"
    * [MJNCSS-15] - UTF-8 Support
    * [MJNCSS-16] - java annotations (within a method) cannot be parsed
correctly
    * [MJNCSS-33] - Error parsing generics
    * [MJNCSS-34] - NCSS crashes for class field declarations starting with
@Annotation

** Improvement
    * [MJNCSS-13] - Typo in javancss:report parameters documentation
(includes)
    * [MJNCSS-14] - Typo in includes/excludes example page
    * [MJNCSS-27] - Do not let the check goal fail the build for projects
with no source
    * [MJNCSS-28] - Integrate JavaNCSS Version 29.50
    * [MJNCSS-36] - add an IT to automatically check if plugin is working
properly in a full site generation
    * [MJNCSS-38] - Integrate JavaNCSS version 32.53

** New Feature
    * [MJNCSS-31] - add an "encoding" parameter for source files and use
${project.build.sourceEncoding} as default value

** Wish
    * [MJNCSS-32] - show the default javancss version used by the plugin in
its documentation introduction
    * [MJNCSS-37] - add JavaNCSS version used in plugin's reports


Enjoy!

-The Mojo team