diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-27 10:04:00 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-27 10:05:42 -0500 |
commit | 18e4f9625363459dac24be15b74210e2886097b9 (patch) | |
tree | 4c55ade1de7716c3799620fccb9b2ee5c990704e /pom.xml | |
parent | f8000a9d35928f136216be504828ef9074dfb42a (diff) |
Remove unnecessary sonar config
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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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> |