diff options
author | liamfallon <liam.fallon@est.tech> | 2021-09-15 15:36:24 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2021-09-15 15:36:42 +0100 |
commit | c57f3cf5a8c650b6da1b5d0bc247dfbdad7e7534 (patch) | |
tree | 6c09d803252b55879b7b27bb8211fe93fa4b98b3 /runtime | |
parent | d8a77c8c154573c58bef23a161c6cd2cc5e258df (diff) |
Disable swagger pdf/html generation
Issue-ID: POLICY-3587
Change-Id: I8a6ad2f18e8de71c03b6729c241c3c64a480c4f1
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'runtime')
-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 d115ec7a7..f9362fbba 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> |