X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=pom.xml;h=7ae1542991245b1f206c0349c1dfbfaafef00b83;hb=42cf9c4ca24b4a5990b33d6d2578a27eda230f27;hp=8a89e6cfe9ee9691dc87a96219938e19c582bede;hpb=44beaa34486d0624175c42cc3899a0b53befd9a8;p=cps.git diff --git a/pom.xml b/pom.xml index 8a89e6cfe..7ae154299 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ Copyright (c) 2020 Linux Foundation. Modifications Copyright (C) 2020-2021 Nordix Foundation Modifications Copyright (C) 2020-2021 Pantheon.tech - Modifications Copyright (C) 2021 Bell Canada. + Modifications Copyright (C) 2021-2022 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ org.onap.cps cps-aggregator - 1.1.0-SNAPSHOT + 3.1.5-SNAPSHOT pom cps @@ -44,8 +44,8 @@ - true - true + false + false @@ -55,13 +55,16 @@ cps-events cps-service cps-rest + cps-ncmp-events cps-ncmp-service cps-ncmp-rest + cps-ncmp-rest-stub cps-path-parser cps-ri checkstyle spotbugs cps-application + jacoco-report @@ -74,47 +77,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 - - - - - - -