Use odlparent jacoco configuration 76/30276/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 1 Sep 2015 23:09:15 +0000 (19:09 -0400)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 30 Nov 2015 18:41:35 +0000 (18:41 +0000)
Change-Id: I2948f02064ad38fa018b7ae05068a65d3a961ae7
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
parent/pom.xml

index cf35e4b5c27256e3cedf62b6c5baa2c29edfa93c..b18ee4fa759f3481d717d9493feff3e5ce4bda23 100644 (file)
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.jacoco</groupId>
-                <artifactId>jacoco-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>prepare-ut-agent</id>
-                        <phase>process-test-classes</phase>
-                        <goals>
-                            <goal>prepare-agent</goal>
-                        </goals>
-                        <configuration>
-                            <destFile>${sonar.jacoco.reportPath}</destFile>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>prepare-it-agent</id>
-                        <phase>pre-integration-test</phase>
-                        <goals>
-                            <goal>prepare-agent</goal>
-                        </goals>
-                        <configuration>
-                            <destFile>${sonar.jacoco.itReportPath}</destFile>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
             <plugin>
                 <artifactId>maven-javadoc-plugin</artifactId>
             </plugin>