aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-02-21 09:54:19 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-02-21 10:42:36 -0500
commita3b29fe53eb64c0ec5023eba08fbcdade62b8860 (patch)
tree508cd0b48a7fffd60624209f0eba2cfd8e42b42a /pom.xml
parent01eff6bc81499a9e41395f6b384a5e893b366505 (diff)
Update jacoco version
Version 0.8.3 of jacoco - needed for tracking Kotlin code coverage has been released. Updated jacoco.version to 0.8.3 to correct code coverage in Sonar. Change-Id: Id374ecfab97bdcd46c54bd2b4a2786f97b863339 Issue-ID: CCSDK-1096 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b1addce0..be2a417c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -34,8 +34,10 @@
Note: coverage for now is invalid and is failing to load because of:
"Cannot import coverage information for file '{file}', coverage data is invalid."
see https://github.com/jacoco/jacoco/issues/763
- That issue has been fixed in 0.8.3 but haven't yet been release. -->
+ That issue has been fixed in 0.8.3 , so we override the default ONAP
+ version here to pick up that fix -->
<sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
+ <jacoco.version>0.8.3</jacoco.version>
</properties>
<modules>
@@ -48,7 +50,6 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <!--Change version to 0.8.3 when released-->
<version>${jacoco.version}</version>
</plugin>
</plugins>