summaryrefslogtreecommitdiffstats
path: root/resources
AgeCommit message (Collapse)AuthorFilesLines
2021-10-12Bump policy/parent to 3.4.4-SNAPSHOTliamfallon1-1/+1
Issue-ID: POLICY-3696 Change-Id: Icd4f8eca9cacc2f0a9f70272c0ed1c29b30097dd Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-09-09Bunp policy-parent snapshot versionliamfallon1-1/+1
Issue-ID: POLICY-3587 Change-Id: I831785eafe0f31cc551449fdaed0be2983000098 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-09-09Bump parent to next snapshot versionliamfallon1-1/+1
Issue-ID: POLICY-3587 Change-Id: I72a376efbb5df6491aee86970066014e574513c2 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-08-25Bump parent to 3.4.1Jim Hahn1-1/+1
Issue-ID: POLICY-3587 Change-Id: Iaa1e9afc467fbd4ace2c243b7a5fa79c783ce365 Signed-off-by: Jim Hahn <jrh3@att.com>
2021-07-19Add profile for generating Swagger documentsliamfallon3-0/+76
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>