You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Garvin LeClaire <ga...@gmail.com> on 2012/12/30 13:14:42 UTC

[ANN] CodeNarc Maven Plugin version 0.18-1 Released

Hi,

The Mojo team is pleased to announce the release of the CodeNarc Maven
Plugin version 0.18-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.18-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:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11062&version=19018


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

** Bug
    * [MOJO-1875] - When codenarc mojo calls fail missing method
exception is thrown
    * [MOJO-1876] - Excludes does not work
    * [MOJO-1894] - Update to CodeNarc 0.18

Regards,


Garvin LeClaire
garvin.leclaire@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org