MVN

com.github.daggerok.sonar : sonar-breaker-maven-plugin

Maven & Gradle

Sep 25, 2019
1 usages
3 stars

SonarQube 💥 Build Breaker maven plugin should work together with sonar-maven-plugin

<plugin>
    <groupId>com.github.daggerok.sonar</groupId>
    <artifactId>sonar-breaker-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.daggerok.sonar : sonar-breaker-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.github.daggerok.sonar : sonar-breaker-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
sonar-breaker-maven-plugin-1.0.1
sonar-breaker-maven-plugin-1.0.0
0.1.x
sonar-breaker-maven-plugin-0.1.5
sonar-breaker-maven-plugin-0.1.4

How to add a plugin to Maven

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

<plugin>
    <groupId>com.github.daggerok.sonar</groupId>
    <artifactId>sonar-breaker-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>