X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=bb3553b15ec3c93ee2c8199716a2b219f07a9c2d;hb=a556d4e26f28bf5067f967bc642e79d66b5a9027;hp=573aa4294e5f65ae1276bb3f83b37eb8966f95a1;hpb=e896016a3bde25d1a83e7bc368dbf267f1b1ac57;p=cps.git diff --git a/pom.xml b/pom.xml index 573aa4294..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,8 +55,10 @@ 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 @@ -75,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 - - - - - - -