Remove sonar/jacoco report configuration 06/89506/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 28 Apr 2020 21:58:58 +0000 (23:58 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 7 May 2020 07:04:09 +0000 (07:04 +0000)
commit614a4f16db8e641a59649d0dfc4267f57c1cf2e0
tree0dfff093b453bba0aa574c3e75409bd3f5f5d4ba
parentcc4b2685e8a23ab3ceb87c03ad7527f34651f807
Remove sonar/jacoco report configuration

Sonar no longer supports binary jacoco reports, only XML reports.
We should not be setting the property to direct sonar, as it is
the caller's (Jenkins job's or operator's) responsibility to provide
correct pointer.

For old versions it should point to individual reports, for new
aggregates, such as MRI projects it should point to the aggregated
XML report (${project.root}/target/site/jacoco-aggregate/jacoco.xml).

Change-Id: I24e25513cf58bb8a9ad006037b4ebc9e72bc54dc
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
odlparent/pom.xml