blob: 730b86484953c9fac97ad3fcea2f81b9b2af3357 [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 Timoney49035452020-01-30 09:53:35 -050029 <version>1.5.2-SNAPSHOT</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 Timoney49035452020-01-30 09:53:35 -050035 <version>0.7.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>
125
126 </dependencies>
127
128 <build>
129 <plugins>
130 <plugin>
131 <artifactId>maven-assembly-plugin</artifactId>
132 <executions>
133 <execution>
134 <id>maven-repo-zip</id>
135 <goals>
136 <goal>single</goal>
137 </goals>
138 <phase>package</phase>
139 <configuration>
140 <attach>true</attach>
141 <finalName>stage/${application.name}-${project.version}</finalName>
142 <descriptors>
143 <descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
144 </descriptors>
145 <appendAssemblyId>true</appendAssemblyId>
146 </configuration>
147 </execution>
148 </executions>
149 </plugin>
150 <plugin>
151 <groupId>org.apache.maven.plugins</groupId>
152 <artifactId>maven-dependency-plugin</artifactId>
153 <executions>
154 <execution>
155 <id>copy-nested-dependencies</id>
156 <goals>
157 <goal>copy-dependencies</goal>
158 </goals>
159 <phase>prepare-package</phase>
160 <configuration>
161 <transitive>true</transitive>
162 <outputDirectory>${project.build.directory}/assembly/system</outputDirectory>
163 <overWriteReleases>false</overWriteReleases>
164 <overWriteSnapshots>true</overWriteSnapshots>
165 <overWriteIfNewer>true</overWriteIfNewer>
166 <useRepositoryLayout>true</useRepositoryLayout>
167 <addParentPoms>false</addParentPoms>
168 <copyPom>false</copyPom>
169 <!--<includeArtifactIds>sdnr-wt-apigateway-provider,${application.name}</includeArtifactIds> -->
170 <!--<scope>provided</scope> -->
171 </configuration>
172 </execution>
173 </executions>
174 </plugin>
175 </plugins>
176 </build>
177</project>