Development of NETCONF RPCs for tr-069 adapter to
[oam/tr069-adapter.git] / mapper / pom.xml
index 648a73f..126942a 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
       <system>JIRA</system>\r
       <url>https://jira.o-ran-sc.org/</url>\r
    </issueManagement>\r
-</project>\r
+</project>
\ No newline at end of file