MVN

io.github.r0bb3n : sonar-quality-gate-maven-plugin

Maven & Gradle

Oct 24, 2022
8 stars

Sonar Quality Gate Maven Plugin · The Sonar Quality Gate Maven Plugin checks the project status in SonarQube and fails the maven job when the Quality Gate is not passed.

<plugin>
    <groupId>io.github.r0bb3n</groupId>
    <artifactId>sonar-quality-gate-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.r0bb3n : sonar-quality-gate-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of io.github.r0bb3n : sonar-quality-gate-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
sonar-quality-gate-maven-plugin-1.3.0
1.2.x
sonar-quality-gate-maven-plugin-1.2.1
sonar-quality-gate-maven-plugin-1.2.0
1.1.x
sonar-quality-gate-maven-plugin-1.1.0
1.0.x
sonar-quality-gate-maven-plugin-1.0.2

How to add a plugin to Maven

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

<plugin>
    <groupId>io.github.r0bb3n</groupId>
    <artifactId>sonar-quality-gate-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>