summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRenu Kumari <renu.kumari@bell.ca>2021-10-12 13:41:01 -0400
committerRenu Kumari <renu.kumari@bell.ca>2021-10-12 13:44:22 -0400
commit3aea57e78651eabe954a2cfb9b2c85289295806f (patch)
tree5160bfe12e74790fa43c9e1bfaf38e85fb64953f /pom.xml
parent73e2c15554f094fc303c0d691472b4977c0398e2 (diff)
Provide complete openapi.yml in read the docs
- Seperate openapi.yml for code gen and read the docs - Added few env varaibles in docker-compose.yml Issue-ID: CPS-733 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: Ibda007c40396436a5adce137d9f69806100253dc
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 03344dbc..2ac674c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
<goal>generate</goal>
</goals>
<configuration>
- <inputSpec>${project.basedir}/docs/openapi/openapi.yml</inputSpec>
+ <inputSpec>${project.basedir}/openapi/openapi.yml</inputSpec>
<language>spring</language>
<generateSupportingFiles>false</generateSupportingFiles>
<apiPackage>org.onap.cps.ncmp.dmi.rest.api</apiPackage>
@@ -184,7 +184,7 @@
</goals>
<phase>compile</phase>
<configuration>
- <inputSpec>${project.basedir}/docs/openapi/openapi.yml</inputSpec>
+ <inputSpec>${project.basedir}/openapi/openapi.yml</inputSpec>
<language>openapi-yaml</language>
</configuration>
</execution>