From 393acb58547bf4e915f36ca7d531773a40f50542 Mon Sep 17 00:00:00 2001 From: Michael Klein Date: Fri, 12 Dec 2014 12:55:10 +0100 Subject: [PATCH] Update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55503de..ec80794 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Sonar Scala Plugin =========== -Supports Sonar 3.0+ and requires Cobertura and Surefire plugins. +Supports Sonar 4.5+ To include test and coverage reports: @@ -15,8 +15,7 @@ https://github.com/sqality/scct Add the following properties to your project's sonar-project.properties file: - sonar.dynamicAnalysis=reuseReports - sonar.surefire.reportsPath=test-reports + sonar.junit.reportsPath=test-reports sonar.core.codeCoveragePlugin=cobertura sonar.java.coveragePlugin=cobertura sonar.cobertura.reportPath=target/scala-[scala-version]/coverage-report/cobertura.xml