diff options
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r-- | runtime/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index f0277575e..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> @@ -1188,7 +1188,6 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.3.2</version> <executions> <execution> <id>libIndexCheck</id> |