summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDylanB95EST <dylan.byrne@est.tech>2021-09-23 12:22:55 +0100
committerDylanB95EST <dylan.byrne@est.tech>2021-09-23 12:23:03 +0100
commitfee86998e32126bf201d53a832637b801f609005 (patch)
tree5ca6cc8c5e7ee0b9a36e644684ffa78e34eb926a /pom.xml
parent2ada179e24a4adf5ad69a594435fbfff2c5178b4 (diff)
openapi.yaml should not be modified when the application is compiled revert
Revert changes made to bug raised in CPS-674. Files will now need to be added manually as part of the release process. Extra step has been added here https://wiki.onap.org/display/DW/CPS+Release+Process Issue-ID: CPS-674 Change-Id: I3da6ca7aa8154c379d3f1c3b042b4c096275ca62 Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/pom.xml b/pom.xml
index 573aa4294..c24f2c9a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,47 +75,6 @@
<processAllModules>true</processAllModules>
</configuration>
</plugin>
- <plugin>
- <artifactId>maven-resources-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-resources-ncmp</id>
- <phase>compile</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.basedir}/docs/api/swagger/ncmp/</outputDirectory>
- <resources>
- <resource>
- <directory>${project.basedir}/cps-ncmp-rest/target/generated-sources/swagger</directory>
- <includes>
- <include>openapi.yaml</include>
- </includes>
- </resource>
- </resources>
- </configuration>
- </execution>
- <execution>
- <id>copy-resources-cps</id>
- <phase>compile</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.basedir}/docs/api/swagger/cps/</outputDirectory>
- <resources>
- <resource>
- <directory>${project.basedir}/cps-rest/target/generated-sources/swagger/</directory>
- <includes>
- <include>openapi.yaml</include>
- </includes>
- </resource>
- </resources>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>