summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiamh Core <niamh.core@est.tech>2021-10-01 10:18:51 +0000
committerGerrit Code Review <gerrit@onap.org>2021-10-01 10:18:51 +0000
commit3c849ba983dd02a252e94b87eafdfaaeda8eab9b (patch)
tree4c3b749c6b559a7a0f302fe817dcf51b4b599250
parent6d76bfb77802e4526a267a033f812128528a2aa1 (diff)
parent9a512f225a84b64947e2db449274cb445468ffc4 (diff)
Merge "NCMP openapi.yaml should not be modified when the application is compiled"
-rw-r--r--pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/pom.xml b/pom.xml
index 2eca0b26..e86190d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -527,29 +527,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>