blob: cba49e7d29ed7a7ceaaec24fc9bd019737a405d2 [file] [log] [blame]
herberte6d0d672019-12-14 01:05:47 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -05003 ~ ============LICENSE_START=======================================================
4 ~ ONAP : ccsdk features
5 ~ ================================================================================
6 ~ Copyright (C) 2018 highstreet technologies GmbH Intellectual Property.
7 ~ All rights reserved.
8 ~ ================================================================================
9 ~ Update Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
10 ~ ================================================================================
11 ~ Licensed under the Apache License, Version 2.0 (the "License");
12 ~ you may not use this file except in compliance with the License.
13 ~ You may obtain a copy of the License at
14 ~
15 ~ http://www.apache.org/licenses/LICENSE-2.0
16 ~
17 ~ Unless required by applicable law or agreed to in writing, software
18 ~ distributed under the License is distributed on an "AS IS" BASIS,
19 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 ~ See the License for the specific language governing permissions and
21 ~ limitations under the License.
22 ~ ============LICENSE_END=======================================================
23 ~
24 -->
herberte6d0d672019-12-14 01:05:47 +010025<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">
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050026 <modelVersion>4.0.0</modelVersion>
herberte6d0d672019-12-14 01:05:47 +010027
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050028 <parent>
29 <groupId>org.onap.ccsdk.parent</groupId>
30 <artifactId>odlparent-lite</artifactId>
Dan Timoney301049f2021-10-28 16:22:07 -040031 <version>2.3.0</version>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050032 <relativePath/>
33 </parent>
herberte6d0d672019-12-14 01:05:47 +010034
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050035 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
36 <artifactId>sdnr-wt-feature-aggregator-installer</artifactId>
Dan Timoney2cdb55c2021-09-21 13:13:39 -040037 <version>1.3.0-SNAPSHOT</version>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050038 <packaging>pom</packaging>
herberte6d0d672019-12-14 01:05:47 +010039
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050040 <name>ccsdk-features :: ${project.artifactId}</name>
herberte6d0d672019-12-14 01:05:47 +010041
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050042 <properties>
Ravi Pendurtyb4a9bbb2021-06-21 15:40:58 +053043 <application.name>sdnr-wt-installer</application.name>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050044 </properties>
Singal, Kapil (ks220y)df195942019-12-12 15:24:53 -050045
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050046 <dependencies>
47 <dependency>
Ravi Pendurtyb4a9bbb2021-06-21 15:40:58 +053048 <groupId>${project.groupId}</groupId>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050049 <artifactId>sdnr-wt-feature-aggregator</artifactId>
50 <version>${project.version}</version>
51 <type>xml</type>
52 <classifier>features</classifier>
53 </dependency>
54 <dependency>
Ravi Pendurtyb4a9bbb2021-06-21 15:40:58 +053055 <groupId>${project.groupId}</groupId>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050056 <artifactId>sdnr-wt-feature-aggregator-devicemanager</artifactId>
57 <version>${project.version}</version>
58 <type>xml</type>
59 <classifier>features</classifier>
60 </dependency>
herbertc7636d22020-04-06 15:51:35 +020061 <dependency>
Ravi Pendurtyb4a9bbb2021-06-21 15:40:58 +053062 <groupId>${project.groupId}</groupId>
herbertc7636d22020-04-06 15:51:35 +020063 <artifactId>sdnr-wt-feature-aggregator-devicemanager-base</artifactId>
64 <version>${project.version}</version>
65 <type>xml</type>
66 <classifier>features</classifier>
67 </dependency>
Michael DÜrrec45ad372021-02-12 05:36:30 +010068 <dependency>
Ravi Pendurtyb4a9bbb2021-06-21 15:40:58 +053069 <groupId>${project.groupId}</groupId>
Michael DÜrrec45ad372021-02-12 05:36:30 +010070 <artifactId>sdnr-wt-feature-aggregator-oauth</artifactId>
71 <version>${project.version}</version>
72 <type>xml</type>
73 <classifier>features</classifier>
74 </dependency>
Michael DÜrre6ae7e8a2021-04-09 08:01:19 +020075 <dependency>
Ravi Pendurtyb4a9bbb2021-06-21 15:40:58 +053076 <groupId>${project.groupId}</groupId>
Michael DÜrre6ae7e8a2021-04-09 08:01:19 +020077 <artifactId>sdnr-wt-data-provider-setup</artifactId>
78 <version>${project.version}</version>
79 </dependency>
Ravi Pendurtyb4a9bbb2021-06-21 15:40:58 +053080 <dependency>
81 <groupId>${project.groupId}</groupId>
82 <artifactId>sdnr-wt-odlux-installer</artifactId>
83 <version>${project.version}</version>
84 <type>zip</type>
85 <classifier>repo</classifier>
86 </dependency>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050087 </dependencies>
herberte6d0d672019-12-14 01:05:47 +010088
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050089 <build>
90 <plugins>
91 <plugin>
92 <artifactId>maven-assembly-plugin</artifactId>
93 <executions>
94 <execution>
95 <id>maven-repo-zip</id>
96 <goals>
97 <goal>single</goal>
98 </goals>
99 <phase>package</phase>
100 <configuration>
101 <attach>true</attach>
102 <finalName>stage/${application.name}-${project.version}</finalName>
103 <descriptors>
104 <descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
105 </descriptors>
106 <appendAssemblyId>true</appendAssemblyId>
107 </configuration>
108 </execution>
109 </executions>
110 </plugin>
111 <plugin>
112 <groupId>org.apache.maven.plugins</groupId>
113 <artifactId>maven-dependency-plugin</artifactId>
114 <executions>
115 <execution>
116 <id>copy-nested-dependencies</id>
117 <goals>
118 <goal>copy-dependencies</goal>
119 </goals>
120 <phase>prepare-package</phase>
121 <configuration>
122 <transitive>true</transitive>
123 <outputDirectory>${project.build.directory}/assembly/system</outputDirectory>
124 <overWriteReleases>false</overWriteReleases>
125 <overWriteSnapshots>true</overWriteSnapshots>
126 <overWriteIfNewer>true</overWriteIfNewer>
127 <useRepositoryLayout>true</useRepositoryLayout>
128 <addParentPoms>false</addParentPoms>
129 <copyPom>false</copyPom>
130 </configuration>
131 </execution>
132 <execution>
133 <!-- Copy yang schema preload for schema cache -->
134 <id>unpack-cache-schema</id>
135 <goals>
136 <goal>unpack</goal>
137 </goals>
138 <phase>prepare-package</phase>
139 <configuration>
140 <artifactItems>
141 <artifactItem>
Ravi Pendurtyb4a9bbb2021-06-21 15:40:58 +0530142 <groupId>${project.groupId}</groupId>
143 <artifactId>sdnr-wt-devicemanager-core-model</artifactId>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -0500144 <version>${project.version}</version>
145 <type>jar</type>
146 <includes>preload.cache.schema/**</includes>
147 <outputDirectory>${project.build.directory}/assembly</outputDirectory>
148 </artifactItem>
149 </artifactItems>
150 </configuration>
151 </execution>
152 <execution>
153 <!-- Copy database initialization script -->
154 <id>unpack-es-init</id>
155 <phase>prepare-package</phase>
156 <goals>
157 <goal>unpack</goal>
158 </goals>
159 <configuration>
160 <artifactItems>
161 <artifactItem>
Ravi Pendurtyb4a9bbb2021-06-21 15:40:58 +0530162 <groupId>${project.groupId}</groupId>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -0500163 <artifactId>sdnr-wt-data-provider-provider</artifactId>
164 <version>${project.version}</version>
165 <type>jar</type>
166 <includes>es-init.sh</includes>
167 <outputDirectory>${project.build.directory}/assembly/opt/onap/sdnc/bin</outputDirectory>
168 </artifactItem>
169 </artifactItems>
170 </configuration>
171 </execution>
172 </executions>
173 </plugin>
174 </plugins>
175 </build>
herberte6d0d672019-12-14 01:05:47 +0100176</project>