X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jacoco-report%2Fpom.xml;h=623f2a071939d13dffb28171989d82e700b46898;hb=8caa34213eb907d292b6aba64031a6554c2648e7;hp=0cacac10d96484eeb1e04943be6f269a17e03efd;hpb=ccba6b538ddd95ec39d88a53fda62fd9047c92c8;p=cps.git diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml index 0cacac10d..623f2a071 100644 --- a/jacoco-report/pom.xml +++ b/jacoco-report/pom.xml @@ -3,9 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - cps-aggregator org.onap.cps - 2.1.0-SNAPSHOT + cps-parent + 3.3.4-SNAPSHOT + ../cps-parent/pom.xml 4.0.0 @@ -52,6 +53,11 @@ cps-service ${project.version} + + ${project.groupId} + integration-test + ${project.version} + @@ -60,11 +66,14 @@ org.jacoco jacoco-maven-plugin + org/onap/cps/event/model/* org/onap/cps/rest/model/* org/onap/cps/cpspath/parser/antlr4/* org/onap/cps/ncmp/rest/model/* + org/onap/cps/**/*MapperImpl.class + org/onap/cps/ncmp/rest/stub/*