X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jacoco-report%2Fpom.xml;h=7bd6c9b52106dcc67689a586afd756ac80fc069e;hb=0ba8fbf7aa8d30faad72ca20bfab142bdc1816da;hp=6c2729cc9818da67e87210b045a8897f7e73711e;hpb=cc17ae5e08acf4fd5e67185982142326318f5bef;p=cps.git diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml index 6c2729cc9..7bd6c9b52 100644 --- a/jacoco-report/pom.xml +++ b/jacoco-report/pom.xml @@ -5,7 +5,7 @@ org.onap.cps cps-parent - 3.0.0-SNAPSHOT + 3.3.5-SNAPSHOT ../cps-parent/pom.xml 4.0.0 @@ -53,6 +53,11 @@ cps-service ${project.version} + + ${project.groupId} + integration-test + ${project.version} + @@ -61,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/*