Top "Sonar-runner" questions

Default utility tool to launch a Sonar analysis without any dependency on third party tool like Maven, Ant, ...

SonarQube Exclude a directory

I am trying to exclude a directory from being analyzed by Sonar. I have the following properties defined in my …

sonarqube sonar-runner
How to correctly configure the property "sonar.java.binaries"?

We are using SonarQube 5.1.2 using Ant runner 2.2 and Java pluging 3.12 for the analysis. I can succesfully analyse my project. I …

java sonarqube sonar-runner sonarqube5.1 sonarqube-scan
How do i use, or set up sonar-project.properties file

I have very little exposure to SonarQube but have been asked to make a document explaining how to set up / …

sonarqube properties-file sonar-runner
Sonar: You must define the following mandatory properties for unknown not resolved

I'm trying to run SonarQube on a project in java. I configured the sonar properties file and placed it in …

java sonarqube sonar-runner
Sonar - OutOfMemoryError: Java heap space

I am deploying a large Java project on Sonar using "Findbugs" as profile and getting the error below: Caused by: …

sonarqube sonar-runner
Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin: 3.2:sonar

Can anyone help me in getting solution for the below error. Below are the version of the components to configure …

sonarqube sonar-runner maven-cobertura-plugin
How to export results as a PDF report?

I am using SonarQube 5.6.3. How can I create a SonarQube analysis details report as a PDF form, an excel report, …

sonarqube sonar-runner
Sonar - Unable to load component class org.sonar.scanner.scan.ProjectLock

I have some issues while running Sonar on my netbeans' project. It's not working and i have the following error : …

sonarqube sonar-runner sonarqube-scan
Do I need sonar and sonar runner for Jenkins?

I want to set up Sonar with Jenkins. But I'm not sure if the Sonar site describes two different ways …

jenkins sonarqube jenkins-plugins sonar-runner
Does Sonar support multiple language in same project?

I am setting up Sonar for one of my projects which is a mix of Groovy and Java. I am …

java groovy sonarqube sonar-runner