s

sonar-break-maven-plugin

A maven plugin that will fail a maven build if sonar finds errors with your project.
https://github.com/phaneesh/sonar-break-maven-plugin
MIT License
Shawn Goertzen Phaneesh Nagaraja
文件下载
文件名 操作
sonar-break-maven-plugin-1.2.7.jar 下载
sonar-break-maven-plugin-1.2.7.pom 下载
sonar-break-maven-plugin-1.2.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.phaneesh</groupId>
  <artifactId>sonar-break-maven-plugin</artifactId>
  <version>1.2.7</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.phaneesh:sonar-break-maven-plugin:1.2.7'
Gradle Kotlin
implementation("com.github.phaneesh:sonar-break-maven-plugin:1.2.7")
Scala SBT
libraryDependencies += "com.github.phaneesh" % "sonar-break-maven-plugin" % "1.2.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.phaneesh', module='sonar-break-maven-plugin', version='1.2.7')
)
Apache Ivy
<dependency org="com.github.phaneesh" name="sonar-break-maven-plugin" rev="1.2.7" />
Leiningen
[com.github.phaneesh/sonar-break-maven-plugin "1.2.7"]
Apache Buildr
'com.github.phaneesh:sonar-break-maven-plugin:jar:1.2.7'