Use jacoco version from odlparent 25/36325/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 16 Mar 2016 02:02:52 +0000 (22:02 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 7 Apr 2016 23:42:18 +0000 (19:42 -0400)
Jacoco is already defined in odlparent so remove these so that we can
inherit the common Jacoco version.

Change-Id: Ia0950f548fbf5afa7b031789f0d3ad6093287828
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
nemo-impl/pom.xml
nemo-renderers/cli-renderer/pom.xml
nemo-renderers/openflow-renderer/pom.xml

index ba26cd417fa3caa04f59116e1bcdf7c6159917e7..df7605406c72433c1a207a76775030e52c46ad34 100644 (file)
@@ -24,7 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <properties>
     <powermock.version>1.5.2</powermock.version>
-    <jacoco.version>0.7.2.201409121644</jacoco.version>
     <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
     <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
   </properties>
@@ -103,15 +102,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </dependencies>
 
   <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.jacoco</groupId>
-          <artifactId>jacoco-maven-plugin</artifactId>
-          <version>${jacoco.version}</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.opendaylight.yangtools</groupId>
index d62cdb2fb8a23e899da97fa0d810675d05fb24a7..64f52f41da91b1d8c5336733bc785b1d9db23310 100644 (file)
@@ -23,7 +23,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <name>${project.artifactId}</name>
 
   <properties>
-    <jacoco.version>0.7.2.201409121644</jacoco.version>
     <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
     <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
   </properties>
@@ -78,15 +77,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </dependencies>
 
   <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.jacoco</groupId>
-          <artifactId>jacoco-maven-plugin</artifactId>
-          <version>${jacoco.version}</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.felix</groupId>
index 1d96184613a430c0e5348254e890a50ea6a6a1ae..1010501c6af0a45d129f2c0d0f178f2407d221e2 100644 (file)
@@ -25,7 +25,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <properties>
     <liblldp.version>0.10.2-SNAPSHOT</liblldp.version>
     <openflowplugin.version>0.2.2-SNAPSHOT</openflowplugin.version>
-    <jacoco.version>0.7.2.201409121644</jacoco.version>
     <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
     <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
   </properties>
@@ -97,15 +96,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </dependencies>
 
   <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.jacoco</groupId>
-          <artifactId>jacoco-maven-plugin</artifactId>
-          <version>${jacoco.version}</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.felix</groupId>
@@ -234,4 +224,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
     <tag>HEAD</tag>
   </scm>
-</project>
\ No newline at end of file
+</project>