Is there a way to configure Sonar or the Sonar Maven plugin to make a build fail when a violation of a certain priority (Blocker, Critical) is detected?
I've started using the sonar maven plugin (and sonar i general). Sonar is installed on another server, and can be successfully accessed in the url http://host:8080/sonar. The configuration in ...
I installed Maven, Sonar and the respective plugins for .net projects. I am able to build my project using Maven too.
When i run, mvn dotnet:compile - build success
Similarly, coverage, cpd, clean, ...
Problem
I have just installed the Sonar Jenkins plugin. I went into my configured job (a free style job) that produces a WAR file artifact through an ANT build and did as ...