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