Fix JaCoCo plugin to produce local reports 57/8957/1
authorDave Tucker <djt@redhat.com>
Fri, 11 Jul 2014 20:26:27 +0000 (21:26 +0100)
committerDave Tucker <djt@redhat.com>
Fri, 11 Jul 2014 22:24:25 +0000 (23:24 +0100)
There seems to be a bug in JaCoCo where using "include" in the
configuration produces a blank report.

Change-Id: I34f97c2c27d5de569b8177736e0da920e87cdddc
Signed-off-by: Dave Tucker <djt@redhat.com>
commons/parent/pom.xml

index 2498a8f2a95e6228e2f11f9987b98bb3f49e0270..f95e9795daaf3df40900b51006b7d2bd62a15355 100755 (executable)
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
-        <configuration>
-          <includes>
-            <include>org.opendaylight.ovsdb.*</include>
-          </includes>
-        </configuration>
         <executions>
           <execution>
             <id>pre-unit-test</id>