Improve compatibility with SonarScala plugin (#117).
This release adds a new setting key (sonarExpectSonarQubeCommunityPlugin), which allows toggling compatibility between sonar-scala and SonarScala plugins. This change is backwards compatible and the sonarExpectSonarQubeCommunityPlugin setting is set to true by default. If you're targeting the SonarScala plugin, toggling this setting to false changes the default Scoverage and Scapegoat property names, i.e.:
sonar.scala.scoverage.reportPathchanges tosonar.scala.coverage.reportPaths- and
sonar.scala.scapegoat.reportPathchanges tosonar.scala.scapegoat.reportPaths