SonarQube is the open source platform, to continuously inspect code quality of applications.
I am trying to exclude a directory from being analyzed by Sonar. I have the following properties defined in my …
sonarqube sonar-runnerI have a Sonar profile in Maven. Everything works fine except the code coverage metric. I want to make Sonar …
java maven sonarqubeI am getting this warning on Sonar.I want solution to remove this warning on sonar. My class is like …
java constructor sonarqubeI've searched up and down the internet for this one. There's lots of half-answers out there, to do with Maven …
maven code-coverage sonarqube jacocowhen running the following command: cmd /c C:\sonar-runner-2.4\bin\sonar-runner.bat (sonar runner is installed on the build machine) …
build sonarqubeI am struggling with an error with a multi-modules project, the struture is simple, it looks like this : root module …
maven jenkins sonarqubeWe run SonarQube analyses for our Java projects via Maven. Maven somehow does this automagically; all we did was add …
maven pom.xml sonarqube