summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDylanB95EST <dylan.byrne@est.tech>2021-09-21 13:58:49 +0100
committerDylanB95EST <dylan.byrne@est.tech>2021-09-29 13:49:18 +0100
commit9a512f225a84b64947e2db449274cb445468ffc4 (patch)
treee85dffead7e212465a3e25ac0dd19e9d236f1d8e /pom.xml
parentfa11e9cb799b9738d2295abd4690c142639b9250 (diff)
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 <dylan.byrne@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/pom.xml b/pom.xml
index 1836f227..df8fe89e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -526,29 +526,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <artifactId>maven-resources-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-resources</id>
- <phase>compile</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.basedir}/docs/openapi/</outputDirectory>
- <resources>
- <resource>
- <directory>${project.basedir}/target/generated-sources/swagger/</directory>
- <includes>
- <include>openapi.yaml</include>
- </includes>
- </resource>
- </resources>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</pluginManagement>
</build>