X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jacoco-report%2Fpom.xml;h=faddd138972db6339f812ba6cf475771ae24f8b6;hb=9965f958530e0341b109a7df20c88103bdd83862;hp=2c2a4db97bcf9147f3059a120eecb9349009c349;hpb=e896016a3bde25d1a83e7bc368dbf267f1b1ac57;p=cps.git diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml index 2c2a4db97..faddd1389 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.0.1-SNAPSHOT + cps-parent + 3.3.3-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/*