aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xacml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-07-15 14:59:06 +0100
committerLiam Fallon <liam.fallon@est.tech>2021-07-19 13:13:59 +0000
commit123321473628cbacd35963f4f30bf2ab621fd3b7 (patch)
tree1c78e59e063afc9f8cffc96d6b71bc550c55975f /docs/xacml
parent5762c5765d4921b4f26de3da3eba0500095d731f (diff)
Add profile for generating Swagger documents
This commit adds a profile for generating Swagger documents and creating a tarball containing the swagger.json, swagger.html, and swagger.pdf files. The profile is triggered in any module when tsts are enabled (In other words when the skipTests flag is off), and when the following proerty is set: <swagger.generation.phase>post-integration-test</swagger.generation.phase> This profile assumes that a unit test exists that creates the following file: target/swagger/swagger.json If this file does not exist, the build will fail if the profile is invoked. Therefore, to generate the Swagger documentation tarball, a module must set the swagger.generation.phase propety AND have a unit test that generates the swagger.json file. Issue-ID: POLICY-3424 Change-Id: I8ff769e7a28bf0e00969d1bc677fee6908951d8a Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs/xacml')
-rw-r--r--docs/xacml/swagger.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xacml/swagger.json b/docs/xacml/swagger.json
index 0bb133b9..1588765d 100644
--- a/docs/xacml/swagger.json
+++ b/docs/xacml/swagger.json
@@ -3,7 +3,7 @@
"info" : {
"description" : "Policy Xacml PDP Service",
"version" : "Swagger Server",
- "title" : "",
+ "title" : "Policy Xacml PDP Service",
"x-component" : "Policy Framework",
"x-planned-retirement-date" : "tbd"
},
@@ -1105,4 +1105,4 @@
}
}
}
-} \ No newline at end of file
+}