Disable swagger pdf/html generation

Issue-ID: POLICY-3587
Change-Id: I8a6ad2f18e8de71c03b6729c241c3c64a480c4f1
Signed-off-by: liamfallon <liam.fallon@est.tech>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index d115ec7..f9362fb 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -99,7 +99,7 @@
         <npm.publish.url>https://nexus3.onap.org/repository/npm.snapshot/</npm.publish.url>
 
         <!--  This property triggers generation of the Swagger documents -->
-        <swagger.generation.phase>post-integration-test</swagger.generation.phase>
+        <!-- swagger.generation.phase>post-integration-test</swagger.generation.phase-->
     </properties>
 
     <profiles>