Add updatePolicy=never to repos in poms and missing release/snapshots
[controller.git] / opendaylight / md-sal / sal-binding-it / pom.xml
index 20518bdff7e5cbc9fa5fa7f83691dd569b0dca6c..5f98deb73b148d96a30778297b7d56a5a00aceaa 100644 (file)
           </execution>
         </executions>
       </plugin>
+      <plugin>
+           <groupId>org.jacoco</groupId>
+           <artifactId>jacoco-maven-plugin</artifactId>
+           <configuration>
+             <includes>org.opendaylight.controller.*</includes>
+           </configuration>
+           <executions>
+             <execution>
+               <id>pre-test</id>
+               <goals>
+                 <goal>prepare-agent</goal>
+               </goals>
+             </execution>
+             <execution>
+               <id>post-test</id>
+               <phase>test</phase>
+               <goals>
+                 <goal>report</goal>
+               </goals>
+             </execution>
+           </executions>
+     </plugin>
     </plugins>
     <pluginManagement>
       <plugins>