summaryrefslogtreecommitdiffstats
path: root/cps-dependencies/pom.xml
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2023-06-27 09:31:23 +0100
committeregernug <gerard.nugent@est.tech>2023-06-27 09:35:43 +0100
commit7ae1bcf4b463aec8c153feacfe32db4360e9c11d (patch)
tree64487e0b12a5c4efcc500074da7132a96c5b541a /cps-dependencies/pom.xml
parent48110553bc0e7099e5b675bb504cc73937c33d19 (diff)
Generate docs using OpenAPI 3.0
Doc generation in OpenAPI 3.0 requires executions for each file being generated. This change adds those executions and updates the dependency to copy these files. Issue-ID:CPS-1745 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I144b49b0066f798f15408d955dcd914dd2c0bc91
Diffstat (limited to 'cps-dependencies/pom.xml')
-rwxr-xr-xcps-dependencies/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml
index 3eb2110c4..e7c5096ca 100755
--- a/cps-dependencies/pom.xml
+++ b/cps-dependencies/pom.xml
@@ -221,6 +221,11 @@
<artifactId>validation-api</artifactId>
<version>2.0.1.Final</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>3.3.1</version>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>