From c0ccbf3c969c7740e223fff309c978f5a8cd6f19 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 9 May 2017 08:21:29 -0500 Subject: [PATCH] Added sonar.java.binaries property to try and address a findbugs issue. --- sonar-project.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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