blob: f3107ec6f84454806b9d905971044bf0f076466a [file] [log] [blame]
elinuxhenrike5b384a2020-07-22 16:41:17 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ ============LICENSE_START=======================================================
4 ~ ONAP : ccsdk oran
5 ~ ================================================================================
PatrikBuhr1c317eb2023-02-23 12:39:31 +01006 ~ Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
elinuxhenrike5b384a2020-07-22 16:41:17 +02007 ~ ================================================================================
8 ~ Licensed under the Apache License, Version 2.0 (the "License");
9 ~ you may not use this file except in compliance with the License.
10 ~ You may obtain a copy of the License at
11 ~
12 ~ http://www.apache.org/licenses/LICENSE-2.0
13 ~
14 ~ Unless required by applicable law or agreed to in writing, software
15 ~ distributed under the License is distributed on an "AS IS" BASIS,
16 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 ~ See the License for the specific language governing permissions and
18 ~ limitations under the License.
19 ~ ============LICENSE_END=======================================================
20 ~
21-->
PatrikBuhr44499d02023-04-04 10:06:22 +020022<project xmlns="http://maven.apache.org/POM/4.0.0"
23 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
elinuxhenrike5b384a2020-07-22 16:41:17 +020025 <modelVersion>4.0.0</modelVersion>
elinuxhenrike5b384a2020-07-22 16:41:17 +020026 <parent>
27 <groupId>org.onap.ccsdk.parent</groupId>
JohnKeeney62abcd82023-03-01 19:04:58 +000028 <artifactId>spring-boot-30-starter-parent</artifactId>
Dan Timoneya9cc0c32023-03-30 20:32:17 -040029 <version>2.5.4</version>
PatrikBuhr44499d02023-04-04 10:06:22 +020030 <relativePath />
elinuxhenrike5b384a2020-07-22 16:41:17 +020031 </parent>
elinuxhenrike5b384a2020-07-22 16:41:17 +020032 <groupId>org.onap.ccsdk.oran</groupId>
33 <artifactId>a1-policy-management-service</artifactId>
Timoney, Dan (dt5972)883ecc22022-10-20 15:31:38 -040034 <version>1.5.0-SNAPSHOT</version>
Lathisha682c322020-07-30 15:52:12 +010035 <name>ccsdk-oran :: ${project.artifactId}</name>
RehanRaza0e3740a2020-08-03 15:56:03 +020036 <properties>
JohnKeeney62abcd82023-03-01 19:04:58 +000037 <java.version.source>17</java.version.source>
38 <java.version.target>17</java.version.target>
PatrikBuhraee11102023-01-16 15:27:10 +010039 <gson.version>2.10.1</gson.version>
40 <json.version>20220924</json.version>
PatrikBuhr44499d02023-04-04 10:06:22 +020041 <formatter-maven-plugin.version>2.22.0</formatter-maven-plugin.version>
42 <spotless-maven-plugin.version>2.35.0</spotless-maven-plugin.version>
PatrikBuhrc6cca202022-01-04 17:10:12 +010043 <commons-io.version>2.11.0</commons-io.version>
JohnKeeneyc9778a72022-11-01 18:49:15 +000044 <guava.version>31.0.1-jre</guava.version>
JohnKeeney62abcd82023-03-01 19:04:58 +000045 <springdoc.version>2.0.2</springdoc.version>
elinuxhenrikc4d1f8a2020-08-24 13:30:10 +020046 <docker-maven-plugin>0.30.0</docker-maven-plugin>
JohnKeeney2d985bd2023-03-31 15:27:16 +010047 <surefire-maven-plugin.version>3.0.0-M8</surefire-maven-plugin.version>
halil.cakal40ce8292023-02-02 12:25:13 +000048 <surefire-report-plugin.version>3.0.0-M8</surefire-report-plugin.version>
PatrikBuhr3ac6f0f2023-02-01 12:14:34 +010049 <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
Dan Timoneyefdb5b02020-11-02 11:00:33 -050050 <ccsdk.project.version>${project.version}</ccsdk.project.version>
JohnKeeney62abcd82023-03-01 19:04:58 +000051 <software.amazon.awssdk.version>2.20.12</software.amazon.awssdk.version>
JohnKeeneye251d0c2023-02-20 18:00:44 +000052 <allowskiptests>false</allowskiptests>
RehanRaza0e3740a2020-08-03 15:56:03 +020053 </properties>
54 <dependencies>
55 <dependency>
PatrikBuhr6ef6b6f2023-04-25 15:11:04 +020056 <!-- Temporary until version 2 is included by the parent spring-boot-starter-parent -->
57 <groupId>org.yaml</groupId>
58 <artifactId>snakeyaml</artifactId>
59 <version>2.0</version>
60 </dependency>
61 <dependency>
RehanRaza0e3740a2020-08-03 15:56:03 +020062 <groupId>org.springframework.boot</groupId>
elinuxhenrikfa658f62020-11-05 12:37:43 +010063 <artifactId>spring-boot</artifactId>
64 </dependency>
65 <dependency>
66 <groupId>org.springframework</groupId>
67 <artifactId>spring-beans</artifactId>
68 </dependency>
69 <dependency>
70 <groupId>org.springframework</groupId>
71 <artifactId>spring-context</artifactId>
RehanRaza0e3740a2020-08-03 15:56:03 +020072 </dependency>
73 <dependency>
74 <groupId>org.springframework.boot</groupId>
elinuxhenrikfa658f62020-11-05 12:37:43 +010075 <artifactId>spring-boot-autoconfigure</artifactId>
RehanRaza0e3740a2020-08-03 15:56:03 +020076 </dependency>
77 <dependency>
elinuxhenrikfa658f62020-11-05 12:37:43 +010078 <groupId>org.springframework</groupId>
79 <artifactId>spring-web</artifactId>
RehanRaza0e3740a2020-08-03 15:56:03 +020080 </dependency>
81 <dependency>
elinuxhenrikfa658f62020-11-05 12:37:43 +010082 <groupId>org.springframework</groupId>
83 <artifactId>spring-webmvc</artifactId>
RehanRaza0e3740a2020-08-03 15:56:03 +020084 </dependency>
85 <dependency>
PatrikBuhr0f8b2052021-12-20 13:40:14 +010086 <groupId>org.springframework.boot</groupId>
87 <artifactId>spring-boot-starter-webflux</artifactId>
88 </dependency>
89 <dependency>
RehanRaza0e3740a2020-08-03 15:56:03 +020090 <groupId>org.springframework</groupId>
91 <artifactId>spring-webflux</artifactId>
92 </dependency>
PatrikBuhr44499d02023-04-04 10:06:22 +020093 <dependency>
JohnKeeney62abcd82023-03-01 19:04:58 +000094 <!-- May be possible to remove this later when ccsdk parent bom stabilizes -->
95 <groupId>javax.servlet</groupId>
96 <artifactId>javax.servlet-api</artifactId>
97 <version>3.1.0</version>
elinuxhenrikfa658f62020-11-05 12:37:43 +010098 </dependency>
99 <dependency>
100 <groupId>org.aspectj</groupId>
101 <artifactId>aspectjweaver</artifactId>
102 </dependency>
103 <dependency>
elinuxhenrikfa658f62020-11-05 12:37:43 +0100104 <groupId>org.apache.tomcat.embed</groupId>
105 <artifactId>tomcat-embed-core</artifactId>
106 </dependency>
107 <dependency>
elinuxhenrikfa658f62020-11-05 12:37:43 +0100108 <groupId>com.google.guava</groupId>
109 <artifactId>guava</artifactId>
JohnKeeneyc9778a72022-11-01 18:49:15 +0000110 <version>${guava.version}</version>
RehanRaza0e3740a2020-08-03 15:56:03 +0200111 </dependency>
112 <dependency>
PatrikBuhr3f3a4d72022-05-30 14:22:46 +0200113 <groupId>com.google.code.gson</groupId>
RehanRaza0e3740a2020-08-03 15:56:03 +0200114 <artifactId>gson</artifactId>
PatrikBuhr3f3a4d72022-05-30 14:22:46 +0200115 <version>${gson.version}</version>
RehanRaza0e3740a2020-08-03 15:56:03 +0200116 </dependency>
117 <dependency>
118 <groupId>org.json</groupId>
119 <artifactId>json</artifactId>
120 <version>${json.version}</version>
121 </dependency>
122 <dependency>
RehanRaza0e3740a2020-08-03 15:56:03 +0200123 <groupId>org.projectlombok</groupId>
124 <artifactId>lombok</artifactId>
125 <scope>provided</scope>
126 </dependency>
RehanRaza0e3740a2020-08-03 15:56:03 +0200127 <!-- Actuator dependencies -->
128 <dependency>
129 <groupId>org.springframework.boot</groupId>
130 <artifactId>spring-boot-starter-actuator</artifactId>
elinuxhenrikfa658f62020-11-05 12:37:43 +0100131 <scope>runtime</scope>
RehanRaza0e3740a2020-08-03 15:56:03 +0200132 </dependency>
halil.cakal8eadcb62022-09-29 09:47:09 +0100133 <dependency>
134 <groupId>io.micrometer</groupId>
135 <artifactId>micrometer-registry-prometheus</artifactId>
136 </dependency>
137 <dependency>
138 <groupId>org.springframework.boot</groupId>
139 <artifactId>spring-boot-starter-aop</artifactId>
140 </dependency>
PatrikBuhre3693cf2022-10-14 11:38:22 +0200141 <dependency>
142 <groupId>software.amazon.awssdk</groupId>
143 <artifactId>s3</artifactId>
144 <version>${software.amazon.awssdk.version}</version>
145 </dependency>
elinuxhenrikfa658f62020-11-05 12:37:43 +0100146 <!-- For development help -->
147 <dependency>
148 <groupId>org.springframework.boot</groupId>
149 <artifactId>spring-boot-devtools</artifactId>
150 <optional>true</optional>
151 <scope>runtime</scope>
152 </dependency>
153 <dependency>
154 <groupId>org.springframework.boot</groupId>
155 <artifactId>spring-boot-configuration-processor</artifactId>
156 <optional>true</optional>
157 <scope>runtime</scope>
RehanRaza0e3740a2020-08-03 15:56:03 +0200158 </dependency>
Singal, Kapil (ks220y)7788a0b2020-09-03 16:24:57 -0400159 <!-- TEST -->
RehanRaza0e3740a2020-08-03 15:56:03 +0200160 <dependency>
PatrikBuhr4faa67e2022-07-06 11:57:20 +0200161 <groupId>org.springdoc</groupId>
JohnKeeney62abcd82023-03-01 19:04:58 +0000162 <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
163 <version>${springdoc.version}</version>
PatrikBuhr4faa67e2022-07-06 11:57:20 +0200164 </dependency>
165 <dependency>
RehanRaza0e3740a2020-08-03 15:56:03 +0200166 <groupId>org.springframework.boot</groupId>
elinuxhenrikfa658f62020-11-05 12:37:43 +0100167 <artifactId>spring-boot-test</artifactId>
168 <scope>test</scope>
169 </dependency>
170 <dependency>
171 <groupId>org.springframework.boot</groupId>
RehanRaza0e3740a2020-08-03 15:56:03 +0200172 <artifactId>spring-boot-starter-test</artifactId>
173 <scope>test</scope>
174 </dependency>
175 <dependency>
176 <groupId>org.awaitility</groupId>
177 <artifactId>awaitility</artifactId>
178 <scope>test</scope>
179 </dependency>
180 <dependency>
181 <groupId>io.projectreactor</groupId>
182 <artifactId>reactor-test</artifactId>
183 <scope>test</scope>
184 </dependency>
185 <dependency>
186 <groupId>org.junit.jupiter</groupId>
187 <artifactId>junit-jupiter-engine</artifactId>
188 <scope>test</scope>
189 </dependency>
190 <dependency>
191 <groupId>org.mockito</groupId>
192 <artifactId>mockito-junit-jupiter</artifactId>
193 <scope>test</scope>
194 </dependency>
195 <dependency>
196 <groupId>org.mockito</groupId>
197 <artifactId>mockito-core</artifactId>
198 <scope>test</scope>
199 </dependency>
200 <dependency>
201 <groupId>com.squareup.okhttp3</groupId>
202 <artifactId>mockwebserver</artifactId>
203 <scope>test</scope>
204 </dependency>
elinuxhenrik50b658d2020-11-11 14:11:37 +0100205 <dependency>
206 <groupId>commons-io</groupId>
207 <artifactId>commons-io</artifactId>
208 <version>${commons-io.version}</version>
209 <scope>test</scope>
210 </dependency>
PatrikBuhrd279ef72021-09-21 14:47:59 +0200211 <dependency>
212 <groupId>com.github.erosb</groupId>
213 <artifactId>everit-json-schema</artifactId>
PatrikBuhr62c25962022-03-25 15:39:06 +0100214 <version>1.14.0</version>
PatrikBuhrd279ef72021-09-21 14:47:59 +0200215 </dependency>
RehanRaza0e3740a2020-08-03 15:56:03 +0200216 </dependencies>
217 <build>
218 <plugins>
219 <plugin>
Dan Timoneybf5e4cd2022-12-01 17:02:22 -0500220 <groupId>org.codehaus.gmaven</groupId>
221 <artifactId>groovy-maven-plugin</artifactId>
Dan Timoneyefdb5b02020-11-02 11:00:33 -0500222 <executions>
223 <execution>
224 <phase>validate</phase>
225 <goals>
226 <goal>execute</goal>
227 </goals>
228 <configuration>
229 <source>${basedir}/TagVersion.groovy</source>
230 </configuration>
231 </execution>
232 </executions>
233 </plugin>
234 <plugin>
RehanRaza0e3740a2020-08-03 15:56:03 +0200235 <groupId>org.springframework.boot</groupId>
236 <artifactId>spring-boot-maven-plugin</artifactId>
237 </plugin>
Singal, Kapil (ks220y)7788a0b2020-09-03 16:24:57 -0400238 <plugin>
RehanRaza0e3740a2020-08-03 15:56:03 +0200239 <groupId>net.revelc.code.formatter</groupId>
240 <artifactId>formatter-maven-plugin</artifactId>
241 <version>${formatter-maven-plugin.version}</version>
242 <configuration>
Singal, Kapil (ks220y)7788a0b2020-09-03 16:24:57 -0400243 <lineEnding>LF</lineEnding>
RehanRaza0e3740a2020-08-03 15:56:03 +0200244 <configFile>${project.basedir}/eclipse-formatter.xml</configFile>
245 </configuration>
246 <!-- https://code.revelc.net/formatter-maven-plugin/ use mvn formatter:format
247 spotless:apply process-sources -->
248 </plugin>
249 <plugin>
250 <groupId>com.diffplug.spotless</groupId>
251 <artifactId>spotless-maven-plugin</artifactId>
252 <version>${spotless-maven-plugin.version}</version>
253 <configuration>
Singal, Kapil (ks220y)7788a0b2020-09-03 16:24:57 -0400254 <lineEndings>UNIX</lineEndings>
RehanRaza0e3740a2020-08-03 15:56:03 +0200255 <java>
PatrikBuhr44499d02023-04-04 10:06:22 +0200256 <removeUnusedImports />
RehanRaza0e3740a2020-08-03 15:56:03 +0200257 <importOrder>
PatrikBuhr44499d02023-04-04 10:06:22 +0200258 <order>com,io,java,lombok,javax,org,reactor</order>
RehanRaza0e3740a2020-08-03 15:56:03 +0200259 </importOrder>
260 </java>
261 </configuration>
262 <!-- https://github.com/diffplug/spotless/tree/master/plugin-maven use
263 mvn spotless:apply to rewrite source files use mvn spotless:check to validate
264 source files -->
265 </plugin>
266 <plugin>
267 <groupId>org.apache.maven.plugins</groupId>
268 <artifactId>maven-surefire-plugin</artifactId>
elinuxhenrik9c3a6bd2020-08-26 14:04:17 +0200269 <version>${surefire-maven-plugin.version}</version>
RehanRaza0e3740a2020-08-03 15:56:03 +0200270 <configuration>
JohnKeeneye251d0c2023-02-20 18:00:44 +0000271 <skipTests>${allowskiptests}</skipTests>
PatrikBuhr44499d02023-04-04 10:06:22 +0200272 <statelessTestsetReporter
273 implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5Xml30StatelessReporter">
halil.cakal40ce8292023-02-02 12:25:13 +0000274 <usePhrasedFileName>false</usePhrasedFileName>
275 <usePhrasedTestSuiteClassName>true</usePhrasedTestSuiteClassName>
276 <usePhrasedTestCaseClassName>true</usePhrasedTestCaseClassName>
277 <usePhrasedTestCaseMethodName>true</usePhrasedTestCaseMethodName>
278 </statelessTestsetReporter>
PatrikBuhr44499d02023-04-04 10:06:22 +0200279 <consoleOutputReporter
280 implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5ConsoleOutputReporter">
halil.cakal40ce8292023-02-02 12:25:13 +0000281 <usePhrasedFileName>false</usePhrasedFileName>
282 </consoleOutputReporter>
PatrikBuhr44499d02023-04-04 10:06:22 +0200283 <statelessTestsetInfoReporter
284 implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoReporter">
halil.cakal40ce8292023-02-02 12:25:13 +0000285 <usePhrasedFileName>false</usePhrasedFileName>
286 <usePhrasedClassNameInRunning>true</usePhrasedClassNameInRunning>
287 <usePhrasedClassNameInTestCaseSummary>true</usePhrasedClassNameInTestCaseSummary>
288 </statelessTestsetInfoReporter>
RehanRaza0e3740a2020-08-03 15:56:03 +0200289 </configuration>
290 </plugin>
291 <plugin>
292 <artifactId>maven-failsafe-plugin</artifactId>
293 </plugin>
294 <plugin>
295 <groupId>org.codehaus.mojo</groupId>
296 <artifactId>build-helper-maven-plugin</artifactId>
297 <executions>
298 <execution>
299 <id>add-source</id>
300 <phase>generate-sources</phase>
301 <goals>
302 <goal>add-source</goal>
303 </goals>
304 <configuration>
305 <sources>
306 <source>${project.build.directory}/generated-sources/annotations/</source>
307 </sources>
308 </configuration>
309 </execution>
310 </executions>
311 </plugin>
312 <plugin>
313 <groupId>org.jacoco</groupId>
314 <artifactId>jacoco-maven-plugin</artifactId>
315 <version>${jacoco-maven-plugin.version}</version>
316 <executions>
317 <execution>
318 <id>default-prepare-agent</id>
319 <goals>
320 <goal>prepare-agent</goal>
321 </goals>
322 </execution>
323 <execution>
324 <id>default-report</id>
325 <phase>prepare-package</phase>
326 <goals>
327 <goal>report</goal>
328 </goals>
329 </execution>
330 </executions>
331 </plugin>
332 <plugin>
halil.cakalb4ed3332023-01-20 12:14:08 +0000333 <groupId>org.openapitools</groupId>
334 <artifactId>openapi-generator-maven-plugin</artifactId>
335 <version>6.0.0</version>
elinuxhenrikf28594d2020-12-07 14:54:19 +0100336 <executions>
337 <execution>
JohnKeeneye251d0c2023-02-20 18:00:44 +0000338 <id>generate-openapi-html</id>
339 <phase>prepare-package</phase>
elinuxhenrikf28594d2020-12-07 14:54:19 +0100340 <goals>
341 <goal>generate</goal>
342 </goals>
343 <configuration>
344 <inputSpec>${project.basedir}/api/pms-api.json</inputSpec>
halil.cakalb4ed3332023-01-20 12:14:08 +0000345 <generatorName>html2</generatorName>
JohnKeeneye251d0c2023-02-20 18:00:44 +0000346 <output>${project.basedir}/api/pms-api</output>
halil.cakalb4ed3332023-01-20 12:14:08 +0000347 <skipOperationExample>false</skipOperationExample>
348 <strictSpec>false</strictSpec>
elinuxhenrikf28594d2020-12-07 14:54:19 +0100349 <configOptions>
PatrikBuhr44499d02023-04-04 10:06:22 +0200350 <appDescription>The O-RAN Non-RT RIC Policy Management Service
351 provides a REST API for managing O-RAN A1 Policies.</appDescription>
halil.cakalb4ed3332023-01-20 12:14:08 +0000352 <appName>ONAP CCSDK A1 Policy Management Service</appName>
353 <infoUrl>https://wiki.onap.org/display/DW/O-RAN+A1+Policies+in+ONAP</infoUrl>
PatrikBuhr44499d02023-04-04 10:06:22 +0200354 <licenseInfo>Copyright (C) 2020-2023 Nordix Foundation. Licensed
355 under the Apache License.</licenseInfo>
halil.cakalb4ed3332023-01-20 12:14:08 +0000356 <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
JohnKeeneye251d0c2023-02-20 18:00:44 +0000357 </configOptions>
358 </configuration>
359 </execution>
360 <execution>
361 <id>generate-openapi-yaml</id>
362 <phase>prepare-package</phase>
363 <goals>
364 <goal>generate</goal>
365 </goals>
366 <configuration>
367 <inputSpec>${project.basedir}/api/pms-api.json</inputSpec>
368 <generatorName>openapi-yaml</generatorName>
369 <verbose>false</verbose>
370 <output>${project.basedir}/api</output>
371 <configOptions>
elinuxhenrikf28594d2020-12-07 14:54:19 +0100372 <outputFile>pms-api.yaml</outputFile>
373 </configOptions>
374 </configuration>
375 </execution>
376 </executions>
377 </plugin>
378 <plugin>
PatrikBuhr1122b012021-01-20 12:21:52 +0100379 <artifactId>maven-resources-plugin</artifactId>
380 <executions>
381 <execution>
JohnKeeneye251d0c2023-02-20 18:00:44 +0000382 <id>copy-resource-openapi</id>
383 <phase>package</phase>
PatrikBuhr1122b012021-01-20 12:21:52 +0100384 <goals>
385 <goal>copy-resources</goal>
386 </goals>
387 <configuration>
388 <outputDirectory>${project.basedir}/../docs/offeredapis/swagger</outputDirectory>
JohnKeeneye251d0c2023-02-20 18:00:44 +0000389 <verbose>true</verbose>
PatrikBuhr1122b012021-01-20 12:21:52 +0100390 <resources>
391 <resource>
392 <directory>${project.basedir}/api</directory>
393 <includes>
JohnKeeneye251d0c2023-02-20 18:00:44 +0000394 <include>pms-api.json</include>
395 <include>pms-api.yaml</include>
396 </includes>
397 </resource>
398 </resources>
399 </configuration>
400 </execution>
401 <execution>
402 <id>copy-resource-openapi-html</id>
403 <phase>package</phase>
404 <goals>
405 <goal>copy-resources</goal>
406 </goals>
407 <configuration>
408 <verbose>true</verbose>
PatrikBuhr44499d02023-04-04 10:06:22 +0200409 <outputDirectory>
410 ${project.basedir}/../docs/offeredapis/openapitoolgen/offeredapis/pms-api</outputDirectory>
JohnKeeneye251d0c2023-02-20 18:00:44 +0000411 <resources>
412 <resource>
413 <directory>${project.basedir}/api/pms-api</directory>
414 <includes>
halil.cakalb4ed3332023-01-20 12:14:08 +0000415 <include>index.html</include>
PatrikBuhr1122b012021-01-20 12:21:52 +0100416 </includes>
417 </resource>
418 </resources>
419 </configuration>
420 </execution>
421 </executions>
422 </plugin>
423 <plugin>
RehanRaza0e3740a2020-08-03 15:56:03 +0200424 <groupId>io.fabric8</groupId>
425 <artifactId>docker-maven-plugin</artifactId>
426 <version>${docker-maven-plugin}</version>
427 <inherited>false</inherited>
428 <executions>
429 <execution>
430 <id>generate-policy-management-service-image</id>
431 <phase>package</phase>
432 <goals>
433 <goal>build</goal>
434 </goals>
435 <configuration>
436 <images>
437 <image>
PatrikBuhr44499d02023-04-04 10:06:22 +0200438 <name>
439 onap/ccsdk-oran-a1policymanagementservice:${project.version}</name>
RehanRaza0e3740a2020-08-03 15:56:03 +0200440 <build>
441 <cleanup>try</cleanup>
442 <contextDir>${basedir}</contextDir>
443 <dockerFile>Dockerfile</dockerFile>
444 <args>
445 <JAR>${project.build.finalName}.jar</JAR>
446 </args>
447 <tags>
448 <tag>${project.version}</tag>
449 </tags>
450 </build>
451 </image>
452 </images>
453 </configuration>
454 </execution>
455 <execution>
456 <id>push-policy-management-service-image</id>
457 <goals>
458 <goal>build</goal>
459 <goal>push</goal>
460 </goals>
461 <configuration>
462 <images>
463 <image>
PatrikBuhr44499d02023-04-04 10:06:22 +0200464 <name>
465 onap/ccsdk-oran-a1policymanagementservice:${project.version}</name>
RehanRaza0e3740a2020-08-03 15:56:03 +0200466 <build>
467 <contextDir>${basedir}</contextDir>
468 <dockerFile>Dockerfile</dockerFile>
469 <args>
470 <JAR>${project.build.finalName}.jar</JAR>
471 </args>
472 <tags>
Dan Timoneyefdb5b02020-11-02 11:00:33 -0500473 <tag>${project.docker.latestminortag.version}</tag>
474 <tag>${project.docker.latestfulltag.version}</tag>
475 <tag>${project.docker.latesttagtimestamp.version}</tag>
RehanRaza0e3740a2020-08-03 15:56:03 +0200476 </tags>
477 </build>
478 </image>
479 </images>
480 </configuration>
481 </execution>
482 </executions>
483 </plugin>
484 </plugins>
485 </build>
halil.cakal40ce8292023-02-02 12:25:13 +0000486 <reporting>
487 <plugins>
488 <plugin>
489 <groupId>org.apache.maven.plugins</groupId>
490 <artifactId>maven-surefire-report-plugin</artifactId>
491 <version>${surefire-report-plugin.version}</version>
492 </plugin>
493 </plugins>
494 </reporting>
PatrikBuhr44499d02023-04-04 10:06:22 +0200495</project>