Sirisha_Manchikanti | 18526e9 | 2021-06-01 16:48:25 +0100 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
FrancescoFioraEst | 36f4ee4 | 2022-08-02 11:53:48 +0100 | [diff] [blame] | 3 | Copyright (C) 2021-2022 Nordix Foundation. |
Sirisha_Manchikanti | 18526e9 | 2021-06-01 16:48:25 +0100 | [diff] [blame] | 4 | ================================================================================ |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | |
| 17 | SPDX-License-Identifier: Apache-2.0 |
| 18 | ============LICENSE_END========================================================= |
| 19 | --> |
| 20 | |
| 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | <parent> |
| 25 | <groupId>org.onap.policy.clamp</groupId> |
| 26 | <artifactId>clamp-packages</artifactId> |
liamfallon | 73bdb4b | 2023-10-19 14:28:45 +0100 | [diff] [blame^] | 27 | <version>7.0.3-SNAPSHOT</version> |
Sirisha_Manchikanti | 18526e9 | 2021-06-01 16:48:25 +0100 | [diff] [blame] | 28 | </parent> |
| 29 | |
| 30 | <artifactId>policy-clamp-tarball</artifactId> |
| 31 | <name>${project.artifactId}</name> |
| 32 | <description>[${project.parent.artifactId}]</description> |
| 33 | |
| 34 | <dependencies> |
| 35 | <dependency> |
| 36 | <groupId>org.onap.policy.clamp</groupId> |
liamfallon | 4309804 | 2022-01-25 19:55:43 +0000 | [diff] [blame] | 37 | <artifactId>policy-clamp-runtime-acm</artifactId> |
Sirisha_Manchikanti | 18526e9 | 2021-06-01 16:48:25 +0100 | [diff] [blame] | 38 | <version>${project.version}</version> |
| 39 | </dependency> |
| 40 | <dependency> |
| 41 | <groupId>org.onap.policy.clamp.participant</groupId> |
FrancescoFioraEst | 66dc633 | 2023-06-16 15:21:59 +0100 | [diff] [blame] | 42 | <artifactId>policy-clamp-participant-impl-simulator</artifactId> |
| 43 | <version>${project.version}</version> |
| 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.onap.policy.clamp.participant</groupId> |
Sirisha_Manchikanti | 18526e9 | 2021-06-01 16:48:25 +0100 | [diff] [blame] | 47 | <artifactId>policy-clamp-participant-impl-policy</artifactId> |
| 48 | <version>${project.version}</version> |
| 49 | </dependency> |
| 50 | <dependency> |
| 51 | <groupId>org.onap.policy.clamp.participant</groupId> |
rameshiyer27 | 9ab7dc7 | 2021-07-07 08:02:55 +0100 | [diff] [blame] | 52 | <artifactId>policy-clamp-participant-impl-kubernetes</artifactId> |
| 53 | <version>${project.version}</version> |
| 54 | </dependency> |
rameshiyer27 | befb22b | 2021-09-06 12:16:56 +0100 | [diff] [blame] | 55 | <dependency> |
| 56 | <groupId>org.onap.policy.clamp.participant</groupId> |
| 57 | <artifactId>policy-clamp-participant-impl-http</artifactId> |
| 58 | <version>${project.version}</version> |
| 59 | </dependency> |
FrancescoFioraEst | 36f4ee4 | 2022-08-02 11:53:48 +0100 | [diff] [blame] | 60 | <dependency> |
| 61 | <groupId>org.onap.policy.clamp.participant</groupId> |
aravind.est | df28b0a | 2023-02-14 09:29:14 +0000 | [diff] [blame] | 62 | <artifactId>policy-clamp-participant-impl-kserve</artifactId> |
| 63 | <version>${project.version}</version> |
| 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>org.onap.policy.clamp.participant</groupId> |
aravind.est | bf6cc68 | 2022-11-21 15:26:58 +0000 | [diff] [blame] | 67 | <artifactId>policy-clamp-participant-impl-a1pms</artifactId> |
| 68 | <version>${project.version}</version> |
| 69 | </dependency> |
| 70 | <dependency> |
| 71 | <groupId>org.onap.policy.clamp.participant</groupId> |
FrancescoFioraEst | 36f4ee4 | 2022-08-02 11:53:48 +0100 | [diff] [blame] | 72 | <artifactId>policy-clamp-acm-element-impl</artifactId> |
| 73 | <version>${project.version}</version> |
| 74 | </dependency> |
Sirisha_Manchikanti | 18526e9 | 2021-06-01 16:48:25 +0100 | [diff] [blame] | 75 | </dependencies> |
| 76 | |
| 77 | <build> |
| 78 | <plugins> |
| 79 | <plugin> |
| 80 | <groupId>org.apache.maven.plugins</groupId> |
| 81 | <artifactId>maven-assembly-plugin</artifactId> |
| 82 | <executions> |
| 83 | <execution> |
| 84 | <id>generate-complete-tar</id> |
| 85 | <phase>package</phase> |
| 86 | <goals> |
| 87 | <goal>single</goal> |
| 88 | </goals> |
| 89 | <configuration> |
| 90 | <descriptors> |
| 91 | <descriptor>src/main/package/tarball/assembly.xml</descriptor> |
| 92 | </descriptors> |
| 93 | <finalName>${project.artifactId}-${project.version}</finalName> |
| 94 | </configuration> |
| 95 | </execution> |
| 96 | </executions> |
| 97 | </plugin> |
| 98 | </plugins> |
| 99 | </build> |
| 100 | </project> |