blob: 06aad24480363e822f4ec7b0c50ec30ba4e74bf6 [file] [log] [blame]
herberte6d0d672019-12-14 01:05:47 +01001<?xml version="1.0" encoding="UTF-8"?>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -05002<!--
3 ~ ============LICENSE_START=======================================================
4 ~ ONAP : ccsdk features
5 ~ ================================================================================
6 ~ Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
7 ~ ================================================================================
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 -->
22
herberte6d0d672019-12-14 01:05:47 +010023<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">
24 <modelVersion>4.0.0</modelVersion>
25
herberte6d0d672019-12-14 01:05:47 +010026 <parent>
27 <groupId>org.onap.ccsdk.parent</groupId>
28 <artifactId>odlparent-lite</artifactId>
Dan Timoney1bd16a42020-11-25 16:13:30 -050029 <version>2.1.0</version>
herberte6d0d672019-12-14 01:05:47 +010030 <relativePath/>
31 </parent>
32
Singal, Kapil (ks220y)df195942019-12-12 15:24:53 -050033 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
34 <artifactId>sdnr-wt-odlux-apps-installer</artifactId>
Dan Timoney1bd16a42020-11-25 16:13:30 -050035 <version>1.1.1-SNAPSHOT</version>
Singal, Kapil (ks220y)df195942019-12-12 15:24:53 -050036 <packaging>pom</packaging>
37
38 <name>ccsdk-features :: ${project.artifactId}</name>
herberte6d0d672019-12-14 01:05:47 +010039 <licenses>
40 <license>
41 <name>Apache License, Version 2.0</name>
42 <url>http://www.apache.org/licenses/LICENSE-2.0</url>
43 </license>
44 </licenses>
45
Singal, Kapil (ks220y)df195942019-12-12 15:24:53 -050046 <properties>
47 <application.name>sdnr-wt-odlux-apps</application.name>
48 <include.transitive.dependencies>false</include.transitive.dependencies>
49 </properties>
50
herberte6d0d672019-12-14 01:05:47 +010051 <dependencies>
52 <dependency>
53 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
54 <artifactId>${application.name}-feature</artifactId>
55 <version>${project.version}</version>
56 <type>xml</type>
57 <classifier>features</classifier>
58 <exclusions>
59 <exclusion>
60 <groupId>*</groupId>
61 <artifactId>*</artifactId>
62 </exclusion>
63 </exclusions>
64 </dependency>
65 <dependency>
66 <groupId>${project.groupId}</groupId>
67 <artifactId>sdnr-wt-odlux-app-apiDemo</artifactId>
68 <version>${project.version}</version>
69 </dependency>
70 <dependency>
71 <groupId>${project.groupId}</groupId>
72 <artifactId>sdnr-wt-odlux-app-connectApp</artifactId>
73 <version>${project.version}</version>
74 </dependency>
75 <dependency>
76 <groupId>${project.groupId}</groupId>
77 <artifactId>sdnr-wt-odlux-app-demoApp</artifactId>
78 <version>${project.version}</version>
79 </dependency>
80 <dependency>
81 <groupId>${project.groupId}</groupId>
82 <artifactId>sdnr-wt-odlux-app-faultApp</artifactId>
83 <version>${project.version}</version>
84 </dependency>
85 <dependency>
86 <groupId>${project.groupId}</groupId>
87 <artifactId>sdnr-wt-odlux-app-helpApp</artifactId>
88 <version>${project.version}</version>
89 </dependency>
90 <dependency>
91 <groupId>${project.groupId}</groupId>
92 <artifactId>sdnr-wt-odlux-app-inventoryApp</artifactId>
93 <version>${project.version}</version>
94 </dependency>
95 <dependency>
96 <groupId>${project.groupId}</groupId>
97 <artifactId>sdnr-wt-odlux-app-minimumApp</artifactId>
98 <version>${project.version}</version>
99 </dependency>
100 <dependency>
101 <groupId>${project.groupId}</groupId>
102 <artifactId>sdnr-wt-odlux-app-mediatorApp</artifactId>
103 <version>${project.version}</version>
104 </dependency>
105 <dependency>
106 <groupId>${project.groupId}</groupId>
107 <artifactId>sdnr-wt-odlux-app-maintenanceApp</artifactId>
108 <version>${project.version}</version>
109 </dependency>
110 <dependency>
111 <groupId>${project.groupId}</groupId>
112 <artifactId>sdnr-wt-odlux-app-performanceHistoryApp</artifactId>
113 <version>${project.version}</version>
114 </dependency>
115 <dependency>
116 <groupId>${project.groupId}</groupId>
117 <artifactId>sdnr-wt-odlux-app-eventLogApp</artifactId>
118 <version>${project.version}</version>
119 </dependency>
120 <dependency>
121 <groupId>${project.groupId}</groupId>
122 <artifactId>sdnr-wt-odlux-app-configurationApp</artifactId>
123 <version>${project.version}</version>
124 </dependency>
Aijana Schumann4bd84be2020-08-27 09:01:53 +0200125 <dependency>
126 <groupId>${project.groupId}</groupId>
Aijana Schumann7058ffa2020-08-31 13:24:43 +0200127 <artifactId>sdnr-wt-odlux-app-networkMapApp</artifactId>
128 <version>${project.version}</version>
129 </dependency>
130 <dependency>
131 <groupId>${project.groupId}</groupId>
Aijana Schumann4bd84be2020-08-27 09:01:53 +0200132 <artifactId>sdnr-wt-odlux-app-linkCalculationApp</artifactId>
133 <version>${project.version}</version>
134 </dependency>
135
herberte6d0d672019-12-14 01:05:47 +0100136 </dependencies>
137
138 <build>
139 <plugins>
140 <plugin>
141 <artifactId>maven-assembly-plugin</artifactId>
142 <executions>
143 <execution>
144 <id>maven-repo-zip</id>
145 <goals>
146 <goal>single</goal>
147 </goals>
148 <phase>package</phase>
149 <configuration>
150 <attach>true</attach>
151 <finalName>stage/${application.name}-${project.version}</finalName>
152 <descriptors>
153 <descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
154 </descriptors>
155 <appendAssemblyId>true</appendAssemblyId>
156 </configuration>
157 </execution>
158 </executions>
159 </plugin>
160 <plugin>
161 <groupId>org.apache.maven.plugins</groupId>
162 <artifactId>maven-dependency-plugin</artifactId>
163 <executions>
164 <execution>
165 <id>copy-nested-dependencies</id>
166 <goals>
167 <goal>copy-dependencies</goal>
168 </goals>
169 <phase>prepare-package</phase>
170 <configuration>
171 <transitive>true</transitive>
172 <outputDirectory>${project.build.directory}/assembly/system</outputDirectory>
173 <overWriteReleases>false</overWriteReleases>
174 <overWriteSnapshots>true</overWriteSnapshots>
175 <overWriteIfNewer>true</overWriteIfNewer>
176 <useRepositoryLayout>true</useRepositoryLayout>
177 <addParentPoms>false</addParentPoms>
178 <copyPom>false</copyPom>
179 <!--<includeArtifactIds>sdnr-wt-apigateway-provider,${application.name}</includeArtifactIds> -->
180 <!--<scope>provided</scope> -->
181 </configuration>
182 </execution>
183 </executions>
184 </plugin>
185 </plugins>
186 </build>
187</project>