Development of NETCONF RPCs for tr-069 adapter to
[oam/tr069-adapter.git] / config-data / pom.xml
index 830ffa7..b5e618e 100644 (file)
                <skipTests>false</skipTests>
             </configuration>
          </plugin>
+         <plugin>
+            <groupId>org.jacoco</groupId>
+            <artifactId>jacoco-maven-plugin</artifactId>
+            <executions>
+               <execution>
+                  <goals>
+                     <goal>prepare-agent</goal>
+                  </goals>
+               </execution>
+               <!-- attached to Maven test phase -->
+               <execution>
+                  <id>report</id>
+                  <phase>test</phase>
+                  <goals>
+                     <goal>report</goal>
+                  </goals>
+               </execution>
+            </executions>
+         </plugin>
          <plugin>
             <artifactId>maven-failsafe-plugin</artifactId>
          </plugin>