Remove jacoco configuration override 47/92847/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 2 Oct 2020 09:26:57 +0000 (11:26 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 2 Oct 2020 09:26:57 +0000 (11:26 +0200)
JaCoCo overrides are not appropriate, as the setup works out-of-box
from odlparent -- with SonarCloud, where aaa currently reports 0%
coverage.  Remove the overrides to fix reporting.

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

index 9a6323080ccc0e4ce626b7a92034fe3609f6822e..283af4f8f6ec4a8f909051842e79277578136c1f 100644 (file)
     </dependencies>
   </dependencyManagement>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.jacoco</groupId>
-        <artifactId>jacoco-maven-plugin</artifactId>
-        <configuration>
-          <includes>
-            <include>org.opendaylight.aaa.*</include>
-          </includes>
-        </configuration>
-        <executions>
-          <execution>
-            <id>pre-test</id>
-            <goals>
-              <goal>prepare-agent</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>post-test</id>
-            <goals>
-              <goal>report</goal>
-            </goals>
-            <phase>test</phase>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
   <url>https://wiki.opendaylight.org/view/AAA:Main</url>
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</connection>