X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=23ef44bb5b650f5cf03a8c90ef21d4853c144ca2;hb=2f09266fd3231529e41ce97b02577bc5b82a8c03;hp=8a89e6cfe9ee9691dc87a96219938e19c582bede;hpb=44beaa34486d0624175c42cc3899a0b53befd9a8;p=cps.git diff --git a/pom.xml b/pom.xml index 8a89e6cfe9..23ef44bb5b 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 @@ -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 - - - - - - -