From 9a512f225a84b64947e2db449274cb445468ffc4 Mon Sep 17 00:00:00 2001 From: DylanB95EST Date: Tue, 21 Sep 2021 13:58:49 +0100 Subject: NCMP openapi.yaml should not be modified when the application is compiled Make changes to ignore general yml files for API Specification for NCMP-DMI Plugin Changes have now been reverted. Yml files will no longer be copied as part of the build to the docs folder. Adding api swagger documentation is now an extra step in the release process outlined here https://wiki.onap.org/display/DW/CPS+Release+Process Issue-ID: CPS-674 Change-Id: I63f3537348f04e60978cd01cf7809265dcf43387 Signed-off-by: DylanB95EST --- pom.xml | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 1836f227..df8fe89e 100644 --- a/pom.xml +++ b/pom.xml @@ -526,29 +526,6 @@ - - maven-resources-plugin - - - copy-resources - compile - - copy-resources - - - ${project.basedir}/docs/openapi/ - - - ${project.basedir}/target/generated-sources/swagger/ - - openapi.yaml - - - - - - - -- cgit 1.2.3-korg