sonar code issues addressed
[oam/tr069-adapter.git] / ves-agent / pom.xml
index 3991c27..5e69928 100644 (file)
@@ -45,7 +45,7 @@
       </repository>\r
    </repositories>\r
    <properties>\r
-      <docker.image.name>tr069adapter-ves-notifier</docker.image.name>\r
+      <docker.image.name>o-ran-sc/tr069adapter-ves-notifier</docker.image.name>\r
    </properties>\r
    <dependencies>\r
       <dependency>\r
                <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>
\ No newline at end of file
+</project>\r