Fork me on GitHub

CodeNarc Maven Plugin

The CodeNarc project provides a static analysis tool and framework for analyzing Groovy source code.

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.

See a sample report.

To see more documentation about CodeNarc, please see the CodeNarc Site. This version of the plugin uses CodeNarc 0.22

Please Note

You must explicitly set the source directory in the <build> section of your pom.xml.