MVN

org.codehaus.mojo : codenarc-maven-plugin

Maven & Gradle

Mar 24, 2015
7 stars

CodeNarc Maven Plugin · This Plug-In generates reports based on the CodeNarc Analyzer

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>codenarc-maven-plugin</artifactId>
    <version>0.22-1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : codenarc-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.22-1
  • Latest Beta: 0.16.1-beta-1

All Versions

Choose a version of org.codehaus.mojo : codenarc-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.22
codenarc-maven-plugin-0.22-1
0.18
codenarc-maven-plugin-0.18-1
0.17
codenarc-maven-plugin-0.17-2
codenarc-maven-plugin-0.17-1
0.16.x
codenarc-maven-plugin-0.16.1-beta-1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

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