Correctly activate jacoco report aggregation
[yangtools.git] / 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>