Adapt sonar properties (#458)

* Fixed deprecated use of jacoco reportPath with SonarQube 6.2

(see https://jira.sonarsource.com/browse/SONARJAVA-1887)

Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>

* Deep nested modules included into coverage reports as well

Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
This commit is contained in:
Dominic Schabel
2017-03-18 17:47:59 +01:00
committed by Kai Zimmermann
parent 602fb78168
commit 84857960cb
5 changed files with 17 additions and 15 deletions

View File

@@ -20,6 +20,10 @@
<name>hawkBit :: Extensions</name>
<description>Parent pom for hawkBit extensions</description>
<properties>
<jacoco.outputDir>${project.basedir}/../../target/</jacoco.outputDir>
</properties>
<modules>
<module>hawkbit-extension-uaa</module>
<module>hawkbit-extension-artifact-repository-mongo</module>