GN-49 Swagger-Doku auf Entwicklungsumgebung einspielen
diff --git a/pom.xml b/pom.xml
index 6b2b45e..68f4ecb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,7 +255,7 @@
                             <outputFormats>yaml</outputFormats>
                             <templatePath>${basedir}/templates/strapdown.html.hbs</templatePath>
                             <outputPath>target/generated-docs/swaggerInterfaceDocumentation.html</outputPath>
-                            <swaggerDirectory>src/main/swagger/swagger-ui</swaggerDirectory>
+                            <swaggerDirectory>target/generated-docs</swaggerDirectory>
                             <securityDefinitions>
                                 <securityDefinition>
                                     <json>/securityDefinitions.json</json>