Correctly activate jacoco report aggregation 76/76176/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 17 Sep 2018 13:45:47 +0000 (15:45 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 17 Sep 2018 13:45:47 +0000 (15:45 +0200)
The profile was missing activation, hence we failed to activate
it -- leading to zero coverage.

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

diff --git a/pom.xml b/pom.xml
index f3cf1cd71da9235059e160c1a0642d0bd95765e3..67042fecdb4db32afc9d9bb677dce50a659ebbe8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,9 @@
         <profile>
             <id>sonar-jacoco-aggregate</id>
             <activation>
-
+                <property>
+                    <name>odl.jacoco.aggregateFile</name>
+                </property>
             </activation>
             <build>
                 <plugins>