MVN

de.manuzid : static-code-review-plugin

Maven & Gradle

Feb 26, 2020
5 stars

Static Code Review Plugin · A plugin which comments the found bugs (by static code analyzer) to your merge request

<plugin>
    <groupId>de.manuzid</groupId>
    <artifactId>static-code-review-plugin</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.manuzid : static-code-review-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of de.manuzid : static-code-review-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
static-code-review-plugin-1.1.0
1.0.x
static-code-review-plugin-1.0.2
static-code-review-plugin-1.0.1
static-code-review-plugin-1.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>de.manuzid</groupId>
    <artifactId>static-code-review-plugin</artifactId>
    <version>1.1.0</version>
</plugin>