X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jacoco-report%2Fpom.xml;h=623f2a071939d13dffb28171989d82e700b46898;hb=ddb8fce4f4300bb7cd1f477d846269d93f5036ae;hp=d1181d367cdd5cab3ffb3fb39d0e72e0bcfc3292;hpb=41897f6465b534eaac4b960bba6f4491ea4d9d15;p=cps.git diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml index d1181d367..623f2a071 100644 --- a/jacoco-report/pom.xml +++ b/jacoco-report/pom.xml @@ -5,7 +5,7 @@ org.onap.cps cps-parent - 3.1.0-SNAPSHOT + 3.3.4-SNAPSHOT ../cps-parent/pom.xml 4.0.0 @@ -53,6 +53,11 @@ cps-service ${project.version} + + ${project.groupId} + integration-test + ${project.version} + @@ -67,8 +72,8 @@ org/onap/cps/rest/model/* org/onap/cps/cpspath/parser/antlr4/* org/onap/cps/ncmp/rest/model/* - org/onap/cps/ncmp/rest/controller/*MapperImpl.class - org/onap/cps/rest/controller/*MapperImpl.class + org/onap/cps/**/*MapperImpl.class + org/onap/cps/ncmp/rest/stub/*