Fix code coverage for sonar
The get the multi module aggregate report to be consumed
by sonar we are enforced to use full path to all reports.
- 90.4 % coverage detected by sonar achieved
Issue-ID: CPS-87
Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech>
Change-Id: I91d81063e7234327cb4458c31fa27601ec22e9cd
diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml
index 7d023a5..ab904c5 100644
--- a/cps-bom/pom.xml
+++ b/cps-bom/pom.xml
@@ -13,6 +13,7 @@
<properties>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
+ <sonar.skip>true</sonar.skip>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
</properties>