Use odlparent jacoco configuration 88/26288/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 1 Sep 2015 23:06:15 +0000 (19:06 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 1 Sep 2015 23:06:15 +0000 (19:06 -0400)
Change-Id: I2e5f58412859823a5e8d60735a2b041d35828819
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
parent/pom.xml

index 77db01ea32e35b0847667e1df3e2e364bdb32224..a1d4acb61227ff777e8131c7bbd6d29384c8958f 100644 (file)
             </execution>
           </executions>
         </plugin>
-        <plugin>
-          <groupId>org.jacoco</groupId>
-          <artifactId>jacoco-maven-plugin</artifactId>
-          <version>${jacoco.version}</version>
-        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
       </plugins>
     </pluginManagement>
     <plugins>
-      <plugin>
-        <groupId>org.jacoco</groupId>
-        <artifactId>jacoco-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>pre-unit-test</id>
-            <goals>
-              <goal>prepare-agent</goal>
-            </goals>
-            <configuration>
-              <destFile>${sonar.jacoco.reportPath}</destFile>
-            </configuration>
-          </execution>
-          <execution>
-            <id>post-unit-test</id>
-            <goals>
-              <goal>report</goal>
-            </goals>
-            <configuration>
-                <dataFile>${sonar.jacoco.reportPath}</dataFile>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>