Add jacoco-maven-plugin to the rest of the projects in OVSDB 12/12612/1
authorSam Hague <shague@redhat.com>
Fri, 7 Nov 2014 18:16:05 +0000 (13:16 -0500)
committerSam Hague <shague@redhat.com>
Fri, 7 Nov 2014 18:16:05 +0000 (13:16 -0500)
adding the plugin to the rest of the projects will allow Sonar to get coverage information on the projects.

Change-Id: I51f47bbff9c64f53d0e17eb202c1ff3bda8c8966
Signed-off-by: Sam Hague <shague@redhat.com>
northbound/pom.xml
ovs-sfc/pom.xml
plugin-mdsal-adapter/pom.xml
plugin-shell/pom.xml
utils/config/pom.xml
utils/mdsal-openflow/pom.xml

index 764b33d9f6ec29612ebc9950a72dc19a9f7ab040..fcf656872e658abe10f74f50c49b8987ee83f617 100644 (file)
         <artifactId>maven-enunciate-plugin</artifactId>
         <version>${enunciate.version}</version>
       </plugin>
+      <plugin>
+        <groupId>org.jacoco</groupId>
+        <artifactId>jacoco-maven-plugin</artifactId>
+      </plugin>
     </plugins>
   </build>
   <scm>
index e04a83db624bebfdbe01199d070fb640603043e6..da9962799841264e4e7f7354535098a98516db5b 100644 (file)
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
             </plugin>
+            <plugin>
+                <groupId>org.jacoco</groupId>
+                <artifactId>jacoco-maven-plugin</artifactId>
+            </plugin>
         </plugins>
     </build>
 
index 65034c25b7817444311139d12012abbe362a52ed..b79ecebe70cd69c52b9ef2ed939e29a0d315704c 100644 (file)
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.jacoco</groupId>
+        <artifactId>jacoco-maven-plugin</artifactId>
+      </plugin>
     </plugins>
   </build>
 
index fe868e57c6ab7690e0313a62fbe0c7e9cc79e872..9d8b19bc0979eb107b19b218c17f0035dfc9cc46 100644 (file)
           </instructions>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.jacoco</groupId>
+        <artifactId>jacoco-maven-plugin</artifactId>
+      </plugin>
     </plugins>
   </build>
 
index d6b58e7a8e7b423f13eeeeaf7221f76243b823c5..16504ee8e3bff6511d3e6acf4e2232e8d0eb9a0a 100644 (file)
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.jacoco</groupId>
+        <artifactId>jacoco-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
 </project>
index 99e6ec75796440f8fed6bef06e9c0b521a240f58..3666efab05fd0a0bf1cd801198caeaa52d4d969a 100644 (file)
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.jacoco</groupId>
+        <artifactId>jacoco-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
 </project>