aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-01-22 11:10:01 -0500
committerPamela Dragosh <pdragosh@research.att.com>2020-01-22 11:15:16 -0500
commit34efd97cdb8c964b6207da965a2f70622e091ab5 (patch)
treed19e6ae8374ef141233a39c9e10c06a857da4d93 /pom.xml
parentb830606fbb6d76757f4b3c66e612a7f0f4dee331 (diff)
Finish sonar config update
Now that JDK11 upgrade done, policy/parent has the right parameters defined. Cleaned up and made sure only one .exec file being generated. Issue-ID: POLICY-2321 Change-Id: I058119982e56bc5c111ba3f2fe44079be97fd889 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 58faf41f..b9df971c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
<properties>
<!-- Default Sonar configuration -->
- <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
+ <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
<policy.common.version>1.6.2-SNAPSHOT</policy.common.version>
<policy.engine.version>1.6.0-SNAPSHOT</policy.engine.version>