X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=bb3553b15ec3c93ee2c8199716a2b219f07a9c2d;hb=a1a33160054bb9e7ffa57e18270dfa0f9a2ad77e;hp=007032dd465bfafc9c74a0b5b16d14681c25fff0;hpb=bd8ab2fc4737aebada59962baed8b35d4f86dd1c;p=cps.git diff --git a/pom.xml b/pom.xml index 007032dd4..bb3553b15 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 - 2.0.1-SNAPSHOT + 3.1.0-SNAPSHOT pom cps @@ -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 - - - - - - -