diff --git a/sonar-project.properties b/sonar-project.properties index 5e4b82983..293107a95 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -14,4 +14,6 @@ sonar.sources=src/main sonar.sourceEncoding=UTF-8 # other stuff -sonar.host.url=http://sonarqube.kcura.corp/ \ No newline at end of file +sonar.host.url=http://sonarqube.kcura.corp/ +sonar.java.binaries=target/classes +sonar.junit.reportsPath=target/surefire-reports \ No newline at end of file