MVN

com.github.sgoertzen : sonar-break-maven-plugin

Maven & Gradle

Mar 21, 2017
10 stars

A maven plugin that will fail a maven build if sonar finds errors with your project.

<plugin>
    <groupId>com.github.sgoertzen</groupId>
    <artifactId>sonar-break-maven-plugin</artifactId>
    <version>1.2.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.5

All Versions

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

Version Vulnerabilities Updated
1.2.x
sonar-break-maven-plugin-1.2.5
sonar-break-maven-plugin-1.2.3
sonar-break-maven-plugin-1.2.2
1.2
sonar-break-maven-plugin-1.2
1.1.x
sonar-break-maven-plugin-1.1.6
sonar-break-maven-plugin-1.1.5
sonar-break-maven-plugin-1.1.4
sonar-break-maven-plugin-1.1.3
sonar-break-maven-plugin-1.1.2
1.1
sonar-break-maven-plugin-1.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>com.github.sgoertzen</groupId>
    <artifactId>sonar-break-maven-plugin</artifactId>
    <version>1.2.5</version>
</plugin>