blob: a9a5f5f25c4e1a9712c0e18b0c29b0b17a1a1c73 [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>
ChrisC00acf3d2021-03-22 13:54:06 +010030 <version>1.9.0-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>
73 <groupId>org.hibernate</groupId>
74 <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>
Michael Lando4d97d5f2017-06-17 22:40:44 +030086 </dependency>
Gautam Shah09a41f52018-04-11 19:55:29 +053087 <dependency>
taligc108dee2018-07-08 13:28:37 +030088 <groupId>commons-cli</groupId>
89 <artifactId>commons-cli</artifactId>
90 <version>1.4</version>
91 </dependency>
Michael Lando4d97d5f2017-06-17 22:40:44 +030092 </dependencies>
vempoe9930872018-07-15 16:53:59 +030093
Michael Lando4d97d5f2017-06-17 22:40:44 +030094 <build>
95 <plugins>
Michael Lando4d97d5f2017-06-17 22:40:44 +030096 <plugin>
97 <groupId>org.codehaus.mojo</groupId>
98 <artifactId>license-maven-plugin</artifactId>
99 <version>1.10</version>
100 <configuration>
101 <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
102 <processStartTag>
103 ============LICENSE_START=======================================================
104 </processStartTag>
105 <processEndTag>
106 ============LICENSE_END=========================================================
107 </processEndTag>
108 <sectionDelimiter>
109 ================================================================================
110 </sectionDelimiter>
111 <licenseName>apache_v2</licenseName>
112 <inceptionYear>2017</inceptionYear>
113 <organizationName>AT&amp;T Intellectual Property. All rights reserved.
114 </organizationName>
115 <projectName>SDC</projectName>
116 <canUpdateCopyright>true</canUpdateCopyright>
117 <canUpdateDescription>true</canUpdateDescription>
118 <canUpdateLicense>true</canUpdateLicense>
119 <emptyLineAfterHeader>true</emptyLineAfterHeader>
120 <verbose>false</verbose>
121 <includes>
122 <include>**/*.java</include>
123 <include>**/*.js</include>
124 <include>**/*.ts</include>
125 </includes>
126 <roots>
127 <root>src</root>
128 <root>app</root>
129 <root>server-mock</root>
130 <root>typings</root>
131 </roots>
132 </configuration>
133 <executions>
134 <execution>
135 <id>first</id>
136 <goals>
137 <goal>update-file-header</goal>
138 </goals>
139 <!--phase>process-sources</phase-->
140 </execution>
141 </executions>
142 </plugin>
143
Michael Lando4d97d5f2017-06-17 22:40:44 +0300144 <plugin>
145 <groupId>org.apache.maven.plugins</groupId>
146 <artifactId>maven-dependency-plugin</artifactId>
147 <version>2.8</version>
148 <executions>
149 <execution>
150 <id>copy-dependencies</id>
151 <phase>install</phase>
152 <goals>
153 <goal>copy-dependencies</goal>
154 </goals>
155 <configuration>
156 <outputDirectory>${project.build.directory}/lib</outputDirectory>
157 <overWriteReleases>false</overWriteReleases>
158 <overWriteSnapshots>false</overWriteSnapshots>
159 <overWriteIfNewer>true</overWriteIfNewer>
160 <!--includeScope>runtime</includeScope-->
161 </configuration>
162 </execution>
163 </executions>
164 </plugin>
165
166 <plugin>
167 <groupId>org.apache.maven.plugins</groupId>
168 <artifactId>maven-jar-plugin</artifactId>
169 <version>2.4</version>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300170 <configuration>
Gautam Shah09a41f52018-04-11 19:55:29 +0530171 <outputDirectory>${project.build.directory}/lib</outputDirectory>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300172 </configuration>
173 </plugin>
174
175 <plugin>
176 <groupId>org.apache.maven.plugins</groupId>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300177 <artifactId>maven-antrun-plugin</artifactId>
vasraz787cfd52021-03-23 17:47:51 +0000178 <version>${maven-antrun-plugin.version}</version>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300179 <executions>
180 <execution>
181 <id>ant-test</id>
182 <phase>package</phase>
183 <configuration>
vasraz787cfd52021-03-23 17:47:51 +0000184 <target>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300185 <fixcrlf srcdir="./" eol="unix"
vasraz787cfd52021-03-23 17:47:51 +0000186 includes="zusammenMainTool.sh"/>
187 </target>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300188 </configuration>
189 <goals>
190 <goal>run</goal>
191 </goals>
192 </execution>
193 </executions>
194 </plugin>
195 <plugin>
196 <artifactId>maven-assembly-plugin</artifactId>
197 <executions>
198 <execution>
199 <id>Generate assembly</id>
200 <phase>install</phase>
201 <goals>
202 <goal>single</goal>
203 </goals>
204 </execution>
205 </executions>
206 <configuration>
207 <descriptors>
208 <descriptor>${basedir}/src/main/assembly/zusammen-tools-lib-assembly.xml
209 </descriptor>
210 </descriptors>
211 <appendAssemblyId>false</appendAssemblyId>
212 <finalName>openecomp-zusammen-tools-lib</finalName>
213 </configuration>
214 </plugin>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300215 </plugins>
216 </build>
217
218</project>