MVN

org.kuali.maven.plugins : maven-checkstyle-plugin

Maven & Gradle

Jul 28, 2011

Maven Checkstyle Plugin · Publishing a Kuali version of this plugin in order to upgrade the dependency on checkstyle to 5.4 (was 5.0)

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>maven-checkstyle-plugin</artifactId>
    <version>2.6.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kuali.maven.plugins : maven-checkstyle-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.6.1

All Versions

Choose a version of org.kuali.maven.plugins : maven-checkstyle-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.6.x
maven-checkstyle-plugin-2.6.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.kuali.maven.plugins</groupId>
    <artifactId>maven-checkstyle-plugin</artifactId>
    <version>2.6.1</version>
</plugin>