From: Robert Varga Date: Mon, 17 Sep 2018 13:45:47 +0000 (+0200) Subject: Correctly activate jacoco report aggregation X-Git-Tag: v2.1.0~7 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F76%2F76176%2F1;p=yangtools.git Correctly activate jacoco report aggregation The profile was missing activation, hence we failed to activate it -- leading to zero coverage. Change-Id: Icec36e7347a60f4cc077835596af99a6dd3f7379 Signed-off-by: Robert Varga --- diff --git a/pom.xml b/pom.xml index f3cf1cd71d..67042fecdb 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,9 @@ sonar-jacoco-aggregate - + + odl.jacoco.aggregateFile +