MVN

se.jguru.nazgul.tools.plugin.checkstyle : nazgul-tools-checkstyle-maven-plugin

Maven & Gradle

Feb 08, 2017

Nazgul Tools: Checkstyle Plugin (Maven Plugin, version ${project.version})

<plugin>
    <groupId>se.jguru.nazgul.tools.plugin.checkstyle</groupId>
    <artifactId>nazgul-tools-checkstyle-maven-plugin</artifactId>
    <version>6.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.jguru.nazgul.tools.plugin.checkstyle : nazgul-tools-checkstyle-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 6.0.3

All Versions

Choose a version of se.jguru.nazgul.tools.plugin.checkstyle : nazgul-tools-checkstyle-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
6.0.x
nazgul-tools-checkstyle-maven-plugin-6.0.3
nazgul-tools-checkstyle-maven-plugin-6.0.2
nazgul-tools-checkstyle-maven-plugin-6.0.1
nazgul-tools-checkstyle-maven-plugin-6.0.0

How to add a plugin to Maven

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

<plugin>
    <groupId>se.jguru.nazgul.tools.plugin.checkstyle</groupId>
    <artifactId>nazgul-tools-checkstyle-maven-plugin</artifactId>
    <version>6.0.3</version>
</plugin>