diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-06-15 08:35:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-15 08:35:43 +0000 |
commit | 1a0a37f826f5d301bccd8ad22c23341a9dbe531a (patch) | |
tree | 27f2dbad9503f834870c366caf92d648f8690f52 /runtime/pom.xml | |
parent | 7f89803244315af8dd605380d4a6d6586c3d870b (diff) | |
parent | ee7faff4b6e292237ccdac5e19cd0b438ea91e52 (diff) |
Merge "Create camel endpoint to get tosca from runtime"
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r-- | runtime/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index f83ffd014..f0b400265 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -647,7 +647,7 @@ </dependency> </dependencies> <configuration> - <swaggerInput>${project.basedir}/../docs/swagger/swagger.json</swaggerInput> + <swaggerInput>${project.basedir}/docs/swagger/swagger.json</swaggerInput> <outputDir>${project.build.directory}/asciidoc/generated</outputDir> <config> <swagger2markup.markupLanguage>ASCIIDOC</swagger2markup.markupLanguage> |