You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by LeClaire Garvin <ga...@gmail.com> on 2012/04/09 03:02:31 UTC

[ANN] CodeNarc Maven Plugin version 0.17-1 Released

HI,

The Mojo team is pleased to announce the release of the CodeNarc Maven Plugin version 0.17-1 .

CodeNarc scans Groovy source code, looking for violations of predefined or custom rules and generates an HTML report of the results. These rules include checks for coding standards, or searching for unused code, possible bugs or bad coding practices.


To get this update, simply specify the version in your project's plugin configuration: 

<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>codenarc-maven-plugin</artifactId>
  <version>0.17-1</version>
</plugin>

Documentation for the CodeNarc Maven Plugin can be found at  http://mojo.codehaus.org/codenarc-maven-plugin/index.html

For more information on CodeNarc go to: http://codenarc.sourceforge.net/

Release Notes are at: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11062&version=18347

Release Notes - Mojo - Version codenarc-maven-plugin-0.17-1

** Bug
    * [MOJO-1814] - Fix relative link to 'sample report' on main page
    * [MOJO-1815] - codenarc-maven-plugin xml file (CodeNarc.xml) contains a package element with path attribute with no value.


** Improvement
    * [MOJO-1822] - Update to CodeNarc 0.17
    * [MOJO-1823] - Update version to a format following CodeNarc versions
    * [MOJO-1824] - Add CodeNarc version info to Site Introduction page





Regards,

Garvin LeClaire
garvin.leclaire@gmail.com




[ANN] CodeNarc Maven Plugin version 0.17-2 Released

Posted by LeClaire Garvin <ga...@gmail.com>.
Hi,

The Mojo team is pleased to announce the release of the CodeNarc Maven Plugin version 0.17-2 .

CodeNarc scans Groovy source code, looking for violations of predefined or custom rules and generates an HTML report of the results. These rules include checks for coding standards, or searching for unused code, possible bugs or bad coding practices.


To get this update, simply specify the version in your project's plugin configuration: 

<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>codenarc-maven-plugin</artifactId>
  <version>0.17-2</version>
</plugin>

Documentation for the CodeNarc Maven Plugin can be found at  http://mojo.codehaus.org/codenarc-maven-plugin/index.html

For more information on CodeNarc go to: http://codenarc.sourceforge.net/

Release Notes are at: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11062&version=18414

Release Notes - Mojo - Version codenarc-maven-plugin-0.17-2

** Bug
    * [MOJO-1839] - Total bugs column is showing incorrect value


** Improvement
    * [MOJO-1857] - Add the ability to set maxPriority*Violations




Regards,

Garvin LeClaire
garvin.leclaire@gmail.com