Use odlparent configuration for JaCoCo UT 06/26306/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 2 Sep 2015 05:11:08 +0000 (01:11 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 6 Sep 2015 02:33:54 +0000 (22:33 -0400)
Change-Id: I3c6d71eb95e44fb774544f5e4d5ad6b23dd3169c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
commons/config-parent/pom.xml

index 9958ca3125dc03bcef6baf41147e545a4b24fa18..22e0307dc0c61655466d45bdd6857fd16f0c3c93 100644 (file)
@@ -24,7 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <properties>
     <!-- ODL -->
     <vpnservices.version>0.2.0-SNAPSHOT</vpnservices.version>
-    <jacoco.version>0.7.2.201409121644</jacoco.version>
     <ietf.inet.types.version>2010.09.24.8-SNAPSHOT</ietf.inet.types.version>
     <ietf.yang.types.version>2010.09.24.8-SNAPSHOT</ietf.yang.types.version>
     <ietf.interfaces.version>2014.05.08.8-SNAPSHOT</ietf.interfaces.version>
@@ -74,30 +73,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <excludes>**\/target\/,**\/bin\/,**\/third-party,**\/yang-gen-sal</excludes>
         </configuration>
       </plugin>
-     <plugin>
-       <groupId>org.jacoco</groupId>
-       <artifactId>jacoco-maven-plugin</artifactId>
-       <configuration>
-         <includes>
-           <include>org.opendaylight.vpnservice.*</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>