Remove unnecessary sonar config 21/100821/1
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 27 Jan 2020 15:04:00 +0000 (10:04 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 27 Jan 2020 15:05:42 +0000 (10:05 -0500)
This is no longer needed now that it is pointing to
latest policy/parent.

BTW - I decided there were too many changes required
for combining into one single .exec jacoco file. And it
was not improving any of the numbers. This repo is very
close to original numbers before the move to sonar cloud.

Will investigate another time.

Issue-ID: POLICY-2321
Change-Id: If2f3a762de943fb6f73709d9308333b8feda436e
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index bf1b560..4de7315 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -50,8 +50,6 @@
         <version.jgroups>4.1.5.Final</version.jgroups>
         <version.commons-codec>20041127.091804</version.commons-codec>
         <version.caffeine>2.8.0</version.caffeine>
-        <!-- Default Sonar configuration -->
-        <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
     </properties>
 
     <distributionManagement>