X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=87398bd240205a6e9756cab6c7a5c97fd0298055;hb=ee1ca9a51fb57c33814e21785ce98f8b563f44f8;hp=8a89e6cfe9ee9691dc87a96219938e19c582bede;hpb=44beaa34486d0624175c42cc3899a0b53befd9a8;p=cps.git diff --git a/pom.xml b/pom.xml index 8a89e6cfe..87398bd24 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.cps cps-aggregator - 1.1.0-SNAPSHOT + 3.0.0-SNAPSHOT pom cps @@ -62,6 +62,7 @@ checkstyle spotbugs cps-application + jacoco-report @@ -74,47 +75,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 - - - - - - -