Restore swagger generation in CLAMP 80/122380/2
authorliamfallon <liam.fallon@est.tech>
Wed, 30 Jun 2021 18:46:09 +0000 (19:46 +0100)
committerliamfallon <liam.fallon@est.tech>
Thu, 1 Jul 2021 12:24:33 +0000 (13:24 +0100)
commit72d882f65031518e9d1b1a6d6e53c7d42ab8495f
tree9967da8b1c68762661a5fd4e03b9bd8283cd9cb9
parent7d04c23c7c51738d68f325e450ac408c1ae9905f
Restore swagger generation in CLAMP

THis patch restores the Swagger generation in CLAMP. It changes the
target directory for the swagger generation to be the target directory
rather than storing the generated Swagger files in the source
repository.

The reason for this is that it avolds the swagger.json, the
swagger.html, and the swagger.pdf files being generated each time a
build is done and being checked in multiple times. The swagger files
will be produced as an artifact from the build in a later review when
all the swagger documentation for CLAMP is consolidated.

Issue-ID: POLICY-3209
Change-Id: I6ccb446d01509232bbd4230b76bd7950858e1437
Signed-off-by: liamfallon <liam.fallon@est.tech>
docs/swagger/swagger.json [deleted file]
docs/swagger/swagger.pdf [deleted file]
runtime/docs/swagger/swagger.json [deleted file]
runtime/docs/swagger/swagger.pdf [deleted file]
runtime/pom.xml
runtime/src/main/resources/META-INF/resources/swagger.html [deleted file]
runtime/src/test/java/org/onap/policy/clamp/clds/it/HttpsItCase.java