MVN

org.checkerframework : checkerframework-maven-plugin

Maven & Gradle

Jun 02, 2014

Checker Framework Maven Plugin · The Checker Framework Maven Plugin allows you to easily run the Checker Framework in your Maven build. Directions can be found at: http://types.cs.washington.edu/checker-framework/current/checker-framework-manual.html#maven-plugin

<plugin>
    <groupId>org.checkerframework</groupId>
    <artifactId>checkerframework-maven-plugin</artifactId>
    <version>1.8.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.checkerframework : checkerframework-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.8.2

All Versions

Choose a version of org.checkerframework : checkerframework-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8.x
checkerframework-maven-plugin-1.8.2
checkerframework-maven-plugin-1.8.1
checkerframework-maven-plugin-1.8.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>org.checkerframework</groupId>
    <artifactId>checkerframework-maven-plugin</artifactId>
    <version>1.8.2</version>
</plugin>

Advertisement