aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2021-09-07 18:21:59 -0400
committerBruno Sakoto <bruno.sakoto@bell.ca>2021-09-10 14:46:26 -0400
commitff7d57a1f39044ed180b38e474be73e8d81ce6f6 (patch)
treee7edfbd7a62396e3e9a857c8d1dc0939eeca195d /pom.xml
parent9d23ab1ec04b0b3d37b18527d38c29612f23ac34 (diff)
Create preliminary documentation
* Create documentation structure in docs folder * Move api specification to openapi folder Issue-ID: CPS-632 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Iec2f703e0d3fe019f89f48dd135c4f96af65c330
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fa44f35..9415e06 100755
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,7 @@
<build>
<resources>
<resource>
- <directory>docs/api</directory>
+ <directory>openapi</directory>
<targetPath>static</targetPath>
<filtering>true</filtering>
</resource>
@@ -481,7 +481,7 @@
<goal>generate</goal>
</goals>
<configuration>
- <inputSpec>${project.basedir}/docs/api/swagger/openapi.yml</inputSpec>
+ <inputSpec>${project.basedir}/openapi/swagger/openapi.yml</inputSpec>
<invokerPackage>org.onap.cps.temporal.controller.rest</invokerPackage>
<modelPackage>org.onap.cps.temporal.controller.rest.model</modelPackage>
<apiPackage>org.onap.cps.temporal.controller.rest</apiPackage>