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:
committed by
Kai Zimmermann
parent
602fb78168
commit
84857960cb
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user