Merge "Rename entity artifacts, remove obsolete entities"
authorToine Siebelink <toine.siebelink@est.tech>
Wed, 13 Jan 2021 16:25:54 +0000 (16:25 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 13 Jan 2021 16:25:54 +0000 (16:25 +0000)
cps-parent/pom.xml

index 60aad03..50cca04 100755 (executable)
                             </rules>
                         </configuration>
                     </execution>
+                    <execution>
+                        <id>report</id>
+                        <goals>
+                            <goal>report-aggregate</goal>
+                        </goals>
+                        <phase>verify</phase>
+                        <configuration>
+                            <dataFileIncludes>
+                                <fileInclude>**/code-coverage/jacoco-ut.exec</fileInclude>
+                            </dataFileIncludes>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>
             <plugin>