blob: 0ae95330cc4972b57b133d37e6a15ca5aada20fd [file] [log] [blame]
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05001<!--
2 ============LICENSE_START=======================================================
3 Policy Packages
4 ================================================================================
Pamela Dragoshb8f32362019-01-09 12:14:44 +01005 Copyright (C) 2017, 2019 AT&T Intellectual Property. All rights reserved.
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05006 ================================================================================
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 ============LICENSE_END=========================================================
19 -->
20
liamfallon45f8e422018-10-31 15:37:59 +000021<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050022
23 <modelVersion>4.0.0</modelVersion>
24
25 <parent>
Guo Ruijing6abeb292017-07-28 08:23:01 +000026 <groupId>org.onap.policy.drools-pdp</groupId>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050027 <artifactId>packages</artifactId>
Pamela Dragosh62bf48f2019-02-26 14:35:13 -050028 <version>1.3.6-SNAPSHOT</version>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050029 </parent>
30
31 <artifactId>install-drools</artifactId>
32 <packaging>pom</packaging>
33
34 <name>Installation Package</name>
Jorge Hernandez85e12562017-06-05 09:51:55 -050035 <description>ONAP Policy Drools PDP Installation Package</description>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050036
37 <build>
38 <plugins>
39 <plugin>
40 <artifactId>maven-assembly-plugin</artifactId>
41 <executions>
42 <execution>
43 <goals>
44 <goal>single</goal>
45 </goals>
46 <phase>package</phase>
47 <configuration>
48 <descriptors>
49 <descriptor>src/assembly/zip.xml</descriptor>
50 </descriptors>
51 <appendAssemblyId>false</appendAssemblyId>
52 </configuration>
53 </execution>
54 </executions>
55 </plugin>
56 </plugins>
57 </build>
58
59 <!-- List any dependencies here that should be included in the installer zip -->
60 <dependencies>
61 <dependency>
Guo Ruijing6abeb292017-07-28 08:23:01 +000062 <groupId>org.onap.policy.drools-pdp</groupId>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050063 <artifactId>base</artifactId>
64 <version>${project.version}</version>
65 <type>tar.gz</type>
66 </dependency>
67 <dependency>
Guo Ruijing6abeb292017-07-28 08:23:01 +000068 <groupId>org.onap.policy.drools-pdp</groupId>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050069 <artifactId>policy-management</artifactId>
70 <version>${project.version}</version>
71 <type>zip</type>
72 </dependency>
73 <dependency>
Guo Ruijing6abeb292017-07-28 08:23:01 +000074 <groupId>org.onap.policy.drools-pdp</groupId>
Jorge Hernandez564f8182017-06-30 13:29:03 -050075 <artifactId>feature-healthcheck</artifactId>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050076 <version>${project.version}</version>
77 <type>zip</type>
78 </dependency>
Jorge Hernandez9e69cc22017-06-26 08:05:30 -050079 <dependency>
Guo Ruijing6abeb292017-07-28 08:23:01 +000080 <groupId>org.onap.policy.drools-pdp</groupId>
Jorge Hernandez9e69cc22017-06-26 08:05:30 -050081 <artifactId>feature-eelf</artifactId>
82 <version>${project.version}</version>
83 <type>zip</type>
84 </dependency>
Kevin McKiou36cf73f2017-08-22 16:08:06 -050085 <dependency>
86 <groupId>org.onap.policy.drools-pdp</groupId>
87 <artifactId>feature-session-persistence</artifactId>
88 <version>${project.version}</version>
89 <type>zip</type>
90 </dependency>
Jorge Hernandezf6679d82017-09-07 00:07:32 -050091 <dependency>
92 <groupId>org.onap.policy.drools-pdp</groupId>
93 <artifactId>feature-test-transaction</artifactId>
94 <version>${project.version}</version>
95 <type>zip</type>
96 </dependency>
Magnusen, Drew (dm741q)18253e52017-09-07 08:55:17 -050097 <dependency>
98 <groupId>org.onap.policy.drools-pdp</groupId>
99 <artifactId>feature-state-management</artifactId>
100 <version>${project.version}</version>
101 <type>zip</type>
102 </dependency>
Kevin McKiou4c539952017-09-14 12:31:02 -0500103 <dependency>
104 <groupId>org.onap.policy.drools-pdp</groupId>
105 <artifactId>feature-active-standby-management</artifactId>
106 <version>${project.version}</version>
107 <type>zip</type>
108 </dependency>
Jim Hahn9d6c5032018-04-24 11:11:02 -0400109 <dependency>
110 <groupId>org.onap.policy.drools-pdp</groupId>
111 <artifactId>feature-distributed-locking</artifactId>
112 <version>${project.version}</version>
113 <type>zip</type>
114 </dependency>
115 <dependency>
116 <groupId>org.onap.policy.drools-pdp</groupId>
117 <artifactId>feature-pooling-dmaap</artifactId>
118 <version>${project.version}</version>
119 <type>zip</type>
120 </dependency>
Pamela Dragosh0e16acf2017-02-14 19:45:48 -0500121 </dependencies>
122
123</project>