herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 3 | ~ ============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 | --> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 25 | <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) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 27 | |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 28 | <parent> |
| 29 | <groupId>org.onap.ccsdk.parent</groupId> |
| 30 | <artifactId>odlparent-lite</artifactId> |
Dan Timoney | 301049f | 2021-10-28 16:22:07 -0400 | [diff] [blame^] | 31 | <version>2.3.0</version> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 32 | <relativePath/> |
| 33 | </parent> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 34 | |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 35 | <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |
| 36 | <artifactId>sdnr-wt-feature-aggregator-installer</artifactId> |
Dan Timoney | 2cdb55c | 2021-09-21 13:13:39 -0400 | [diff] [blame] | 37 | <version>1.3.0-SNAPSHOT</version> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 38 | <packaging>pom</packaging> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 39 | |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 40 | <name>ccsdk-features :: ${project.artifactId}</name> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 41 | |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 42 | <properties> |
Ravi Pendurty | b4a9bbb | 2021-06-21 15:40:58 +0530 | [diff] [blame] | 43 | <application.name>sdnr-wt-installer</application.name> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 44 | </properties> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 45 | |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 46 | <dependencies> |
| 47 | <dependency> |
Ravi Pendurty | b4a9bbb | 2021-06-21 15:40:58 +0530 | [diff] [blame] | 48 | <groupId>${project.groupId}</groupId> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 49 | <artifactId>sdnr-wt-feature-aggregator</artifactId> |
| 50 | <version>${project.version}</version> |
| 51 | <type>xml</type> |
| 52 | <classifier>features</classifier> |
| 53 | </dependency> |
| 54 | <dependency> |
Ravi Pendurty | b4a9bbb | 2021-06-21 15:40:58 +0530 | [diff] [blame] | 55 | <groupId>${project.groupId}</groupId> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 56 | <artifactId>sdnr-wt-feature-aggregator-devicemanager</artifactId> |
| 57 | <version>${project.version}</version> |
| 58 | <type>xml</type> |
| 59 | <classifier>features</classifier> |
| 60 | </dependency> |
herbert | c7636d2 | 2020-04-06 15:51:35 +0200 | [diff] [blame] | 61 | <dependency> |
Ravi Pendurty | b4a9bbb | 2021-06-21 15:40:58 +0530 | [diff] [blame] | 62 | <groupId>${project.groupId}</groupId> |
herbert | c7636d2 | 2020-04-06 15:51:35 +0200 | [diff] [blame] | 63 | <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Ürre | c45ad37 | 2021-02-12 05:36:30 +0100 | [diff] [blame] | 68 | <dependency> |
Ravi Pendurty | b4a9bbb | 2021-06-21 15:40:58 +0530 | [diff] [blame] | 69 | <groupId>${project.groupId}</groupId> |
Michael DÜrre | c45ad37 | 2021-02-12 05:36:30 +0100 | [diff] [blame] | 70 | <artifactId>sdnr-wt-feature-aggregator-oauth</artifactId> |
| 71 | <version>${project.version}</version> |
| 72 | <type>xml</type> |
| 73 | <classifier>features</classifier> |
| 74 | </dependency> |
Michael DÜrre | 6ae7e8a | 2021-04-09 08:01:19 +0200 | [diff] [blame] | 75 | <dependency> |
Ravi Pendurty | b4a9bbb | 2021-06-21 15:40:58 +0530 | [diff] [blame] | 76 | <groupId>${project.groupId}</groupId> |
Michael DÜrre | 6ae7e8a | 2021-04-09 08:01:19 +0200 | [diff] [blame] | 77 | <artifactId>sdnr-wt-data-provider-setup</artifactId> |
| 78 | <version>${project.version}</version> |
| 79 | </dependency> |
Ravi Pendurty | b4a9bbb | 2021-06-21 15:40:58 +0530 | [diff] [blame] | 80 | <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) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 87 | </dependencies> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 88 | |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 89 | <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 Pendurty | b4a9bbb | 2021-06-21 15:40:58 +0530 | [diff] [blame] | 142 | <groupId>${project.groupId}</groupId> |
| 143 | <artifactId>sdnr-wt-devicemanager-core-model</artifactId> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 144 | <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 Pendurty | b4a9bbb | 2021-06-21 15:40:58 +0530 | [diff] [blame] | 162 | <groupId>${project.groupId}</groupId> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 163 | <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> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 176 | </project> |