X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=12d8a1f44c38a68444be8b589ba13045972c189f;hb=affb95e48d7bf80a2062eb8228b816846a99f977;hp=8a89e6cfe9ee9691dc87a96219938e19c582bede;hpb=44beaa34486d0624175c42cc3899a0b53befd9a8;p=cps.git diff --git a/pom.xml b/pom.xml index 8a89e6cfe..12d8a1f44 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.cps cps-aggregator - 1.1.0-SNAPSHOT + 3.1.0-SNAPSHOT pom cps @@ -55,6 +55,7 @@ cps-events cps-service cps-rest + cps-ncmp-events cps-ncmp-service cps-ncmp-rest cps-path-parser @@ -62,6 +63,7 @@ checkstyle spotbugs cps-application + jacoco-report @@ -74,47 +76,6 @@ true - - maven-resources-plugin - - - copy-resources-ncmp - compile - - copy-resources - - - ${project.basedir}/docs/api/swagger/ncmp/ - - - ${project.basedir}/cps-ncmp-rest/target/generated-sources/swagger - - openapi.yaml - - - - - - - copy-resources-cps - compile - - copy-resources - - - ${project.basedir}/docs/api/swagger/cps/ - - - ${project.basedir}/cps-rest/target/generated-sources/swagger/ - - openapi.yaml - - - - - - -