blob: ba90f1ae425b18341d116f9f418137ca31453d1f [file] [log] [blame]
vempo2da911f2018-11-01 20:27:39 +02001<!--
2 ~ Copyright © 2016-2018 European Support Limited
3 ~
4 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
7 ~
8 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
15 -->
16
Michael Lando4d97d5f2017-06-17 22:40:44 +030017<project xmlns="http://maven.apache.org/POM/4.0.0"
vasraz787cfd52021-03-23 17:47:51 +000018 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Michael Lando4d97d5f2017-06-17 22:40:44 +030020 <modelVersion>4.0.0</modelVersion>
21
vempod6d12912018-07-09 14:27:57 +030022 <artifactId>openecomp-zusammen-tools</artifactId>
23 <groupId>org.openecomp.sdc.core.tools</groupId>
24 <name>openecomp-zusammen-tools</name>
Michael Lando4d97d5f2017-06-17 22:40:44 +030025
vempod6d12912018-07-09 14:27:57 +030026 <parent>
27 <groupId>org.openecomp.sdc</groupId>
28 <artifactId>openecomp-sdc-lib</artifactId>
29 <relativePath>../../lib</relativePath>
MichaelMorris0560a3a2023-10-27 18:18:46 +010030 <version>1.13.6-SNAPSHOT</version>
vempod6d12912018-07-09 14:27:57 +030031 </parent>
32
33 <properties>
Michael Lando4d97d5f2017-06-17 22:40:44 +030034 </properties>
35
Michael Lando4d97d5f2017-06-17 22:40:44 +030036 <dependencies>
37 <dependency>
38 <groupId>org.openecomp.sdc</groupId>
39 <artifactId>openecomp-sdc-vendor-software-product-api</artifactId>
ayalaben914f3a52017-11-16 09:21:41 +020040 <version>${project.version}</version>
Michael Lando4d97d5f2017-06-17 22:40:44 +030041 </dependency>
42 <dependency>
shalombb38f18b2018-01-02 13:48:40 +020043 <groupId>com.amdocs.zusammen.plugin</groupId>
44 <artifactId>zusammen-collaboration-cassandra-plugin</artifactId>
ayalabenda603322018-02-11 11:11:00 +020045 <version>${zusammen-collaboration-store.version}</version>
Michael Lando4d97d5f2017-06-17 22:40:44 +030046 </dependency>
47 <dependency>
48 <groupId>org.openecomp.sdc</groupId>
49 <artifactId>openecomp-sdc-vendor-software-product-core</artifactId>
ayalaben914f3a52017-11-16 09:21:41 +020050 <version>${project.version}</version>
Michael Lando4d97d5f2017-06-17 22:40:44 +030051 </dependency>
52 <dependency>
53 <groupId>org.openecomp.sdc</groupId>
54 <artifactId>openecomp-sdc-vendor-license-api</artifactId>
ayalaben914f3a52017-11-16 09:21:41 +020055 <version>${project.version}</version>
Michael Lando4d97d5f2017-06-17 22:40:44 +030056 </dependency>
57 <dependency>
58 <groupId>org.openecomp.sdc</groupId>
59 <artifactId>openecomp-sdc-model-impl</artifactId>
ayalaben914f3a52017-11-16 09:21:41 +020060 <version>${project.version}</version>
Michael Lando4d97d5f2017-06-17 22:40:44 +030061 </dependency>
62 <dependency>
63 <groupId>org.openecomp.sdc.core</groupId>
64 <artifactId>openecomp-zusammen-core</artifactId>
ayalaben914f3a52017-11-16 09:21:41 +020065 <version>${project.version}</version>
Michael Lando4d97d5f2017-06-17 22:40:44 +030066 </dependency>
67 <dependency>
68 <groupId>com.amdocs.zusammen.plugin</groupId>
69 <artifactId>zusammen-state-store-cassandra-plugin</artifactId>
vempod6d12912018-07-09 14:27:57 +030070 <version>${zusammen-state-store.version}</version>
Michael Lando4d97d5f2017-06-17 22:40:44 +030071 </dependency>
72 <dependency>
vasraz66af7c52021-07-20 23:22:45 +010073 <groupId>org.hibernate.validator</groupId>
Michael Lando4d97d5f2017-06-17 22:40:44 +030074 <artifactId>hibernate-validator</artifactId>
Avi Zivb8e2faf2017-07-18 19:45:38 +030075 <version>${hibernate.validator.version}</version>
Michael Lando4d97d5f2017-06-17 22:40:44 +030076 </dependency>
77 <dependency>
78 <groupId>org.openecomp.sdc</groupId>
79 <artifactId>openecomp-sdc-vendor-license-core</artifactId>
ayalaben914f3a52017-11-16 09:21:41 +020080 <version>${project.version}</version>
81 </dependency>
82 <dependency>
83 <groupId>org.openecomp.sdc</groupId>
84 <artifactId>openecomp-sdc-vendor-software-product-manager</artifactId>
85 <version>${project.version}</version>
vasraz8dbc7322021-06-26 14:23:12 +010086 <exclusions>
87 <exclusion>
88 <groupId>org.springframework</groupId>
89 <artifactId>spring-core</artifactId>
90 </exclusion>
91 </exclusions>
Michael Lando4d97d5f2017-06-17 22:40:44 +030092 </dependency>
Gautam Shah09a41f52018-04-11 19:55:29 +053093 <dependency>
taligc108dee2018-07-08 13:28:37 +030094 <groupId>commons-cli</groupId>
95 <artifactId>commons-cli</artifactId>
96 <version>1.4</version>
97 </dependency>
Michael Lando4d97d5f2017-06-17 22:40:44 +030098 </dependencies>
vempoe9930872018-07-15 16:53:59 +030099
Michael Lando4d97d5f2017-06-17 22:40:44 +0300100 <build>
101 <plugins>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300102 <plugin>
103 <groupId>org.codehaus.mojo</groupId>
104 <artifactId>license-maven-plugin</artifactId>
105 <version>1.10</version>
106 <configuration>
107 <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
108 <processStartTag>
109 ============LICENSE_START=======================================================
110 </processStartTag>
111 <processEndTag>
112 ============LICENSE_END=========================================================
113 </processEndTag>
114 <sectionDelimiter>
115 ================================================================================
116 </sectionDelimiter>
117 <licenseName>apache_v2</licenseName>
118 <inceptionYear>2017</inceptionYear>
119 <organizationName>AT&amp;T Intellectual Property. All rights reserved.
120 </organizationName>
121 <projectName>SDC</projectName>
122 <canUpdateCopyright>true</canUpdateCopyright>
123 <canUpdateDescription>true</canUpdateDescription>
124 <canUpdateLicense>true</canUpdateLicense>
125 <emptyLineAfterHeader>true</emptyLineAfterHeader>
126 <verbose>false</verbose>
127 <includes>
128 <include>**/*.java</include>
129 <include>**/*.js</include>
130 <include>**/*.ts</include>
131 </includes>
132 <roots>
133 <root>src</root>
134 <root>app</root>
135 <root>server-mock</root>
136 <root>typings</root>
137 </roots>
138 </configuration>
139 <executions>
140 <execution>
141 <id>first</id>
142 <goals>
143 <goal>update-file-header</goal>
144 </goals>
145 <!--phase>process-sources</phase-->
146 </execution>
147 </executions>
148 </plugin>
149
Michael Lando4d97d5f2017-06-17 22:40:44 +0300150 <plugin>
151 <groupId>org.apache.maven.plugins</groupId>
152 <artifactId>maven-dependency-plugin</artifactId>
153 <version>2.8</version>
154 <executions>
155 <execution>
156 <id>copy-dependencies</id>
157 <phase>install</phase>
158 <goals>
159 <goal>copy-dependencies</goal>
160 </goals>
161 <configuration>
162 <outputDirectory>${project.build.directory}/lib</outputDirectory>
163 <overWriteReleases>false</overWriteReleases>
164 <overWriteSnapshots>false</overWriteSnapshots>
165 <overWriteIfNewer>true</overWriteIfNewer>
166 <!--includeScope>runtime</includeScope-->
167 </configuration>
168 </execution>
169 </executions>
170 </plugin>
171
172 <plugin>
173 <groupId>org.apache.maven.plugins</groupId>
174 <artifactId>maven-jar-plugin</artifactId>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300175 <configuration>
Gautam Shah09a41f52018-04-11 19:55:29 +0530176 <outputDirectory>${project.build.directory}/lib</outputDirectory>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300177 </configuration>
178 </plugin>
179
180 <plugin>
181 <groupId>org.apache.maven.plugins</groupId>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300182 <artifactId>maven-antrun-plugin</artifactId>
vasraz787cfd52021-03-23 17:47:51 +0000183 <version>${maven-antrun-plugin.version}</version>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300184 <executions>
185 <execution>
186 <id>ant-test</id>
187 <phase>package</phase>
188 <configuration>
vasraz787cfd52021-03-23 17:47:51 +0000189 <target>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300190 <fixcrlf srcdir="./" eol="unix"
vasraz787cfd52021-03-23 17:47:51 +0000191 includes="zusammenMainTool.sh"/>
192 </target>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300193 </configuration>
194 <goals>
195 <goal>run</goal>
196 </goals>
197 </execution>
198 </executions>
199 </plugin>
200 <plugin>
vasrazdffdf562023-05-18 16:13:52 +0100201 <groupId>org.apache.maven.plugins</groupId>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300202 <artifactId>maven-assembly-plugin</artifactId>
vasrazdffdf562023-05-18 16:13:52 +0100203 <version>${mvn.assembly.version}</version>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300204 <executions>
205 <execution>
206 <id>Generate assembly</id>
207 <phase>install</phase>
208 <goals>
209 <goal>single</goal>
210 </goals>
211 </execution>
212 </executions>
213 <configuration>
214 <descriptors>
215 <descriptor>${basedir}/src/main/assembly/zusammen-tools-lib-assembly.xml
216 </descriptor>
217 </descriptors>
218 <appendAssemblyId>false</appendAssemblyId>
219 <finalName>openecomp-zusammen-tools-lib</finalName>
220 </configuration>
221 </plugin>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300222 </plugins>
223 </build>
224
225</project>