vempo | 2da911f | 2018-11-01 20:27:39 +0200 | [diff] [blame] | 1 | <!-- |
| 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 Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
vempo | d6d1291 | 2018-07-09 14:27:57 +0300 | [diff] [blame] | 18 | 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 Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | |
vempo | d6d1291 | 2018-07-09 14:27:57 +0300 | [diff] [blame] | 22 | <artifactId>openecomp-zusammen-tools</artifactId> |
| 23 | <groupId>org.openecomp.sdc.core.tools</groupId> |
| 24 | <name>openecomp-zusammen-tools</name> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 25 | |
vempo | d6d1291 | 2018-07-09 14:27:57 +0300 | [diff] [blame] | 26 | <parent> |
| 27 | <groupId>org.openecomp.sdc</groupId> |
| 28 | <artifactId>openecomp-sdc-lib</artifactId> |
| 29 | <relativePath>../../lib</relativePath> |
Ofir Sonsino | 09d8789 | 2020-03-12 20:52:42 +0200 | [diff] [blame] | 30 | <version>1.7.0-SNAPSHOT</version> |
vempo | d6d1291 | 2018-07-09 14:27:57 +0300 | [diff] [blame] | 31 | </parent> |
| 32 | |
| 33 | <properties> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 34 | <janino.version>2.7.7</janino.version> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 35 | </properties> |
| 36 | |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 37 | <dependencies> |
| 38 | <dependency> |
| 39 | <groupId>org.openecomp.sdc</groupId> |
| 40 | <artifactId>openecomp-sdc-vendor-software-product-api</artifactId> |
ayalaben | 914f3a5 | 2017-11-16 09:21:41 +0200 | [diff] [blame] | 41 | <version>${project.version}</version> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 42 | </dependency> |
| 43 | <dependency> |
shalomb | b38f18b | 2018-01-02 13:48:40 +0200 | [diff] [blame] | 44 | <groupId>com.amdocs.zusammen.plugin</groupId> |
| 45 | <artifactId>zusammen-collaboration-cassandra-plugin</artifactId> |
ayalaben | da60332 | 2018-02-11 11:11:00 +0200 | [diff] [blame] | 46 | <version>${zusammen-collaboration-store.version}</version> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>org.openecomp.sdc</groupId> |
| 50 | <artifactId>openecomp-sdc-vendor-software-product-core</artifactId> |
ayalaben | 914f3a5 | 2017-11-16 09:21:41 +0200 | [diff] [blame] | 51 | <version>${project.version}</version> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>org.openecomp.sdc</groupId> |
| 55 | <artifactId>openecomp-sdc-vendor-license-api</artifactId> |
ayalaben | 914f3a5 | 2017-11-16 09:21:41 +0200 | [diff] [blame] | 56 | <version>${project.version}</version> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>org.openecomp.sdc</groupId> |
| 60 | <artifactId>openecomp-sdc-model-impl</artifactId> |
ayalaben | 914f3a5 | 2017-11-16 09:21:41 +0200 | [diff] [blame] | 61 | <version>${project.version}</version> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.openecomp.sdc.core</groupId> |
| 65 | <artifactId>openecomp-zusammen-core</artifactId> |
ayalaben | 914f3a5 | 2017-11-16 09:21:41 +0200 | [diff] [blame] | 66 | <version>${project.version}</version> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>com.amdocs.zusammen.plugin</groupId> |
| 70 | <artifactId>zusammen-state-store-cassandra-plugin</artifactId> |
vempo | d6d1291 | 2018-07-09 14:27:57 +0300 | [diff] [blame] | 71 | <version>${zusammen-state-store.version}</version> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>org.hibernate</groupId> |
| 75 | <artifactId>hibernate-validator</artifactId> |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 76 | <version>${hibernate.validator.version}</version> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>org.openecomp.sdc</groupId> |
| 80 | <artifactId>openecomp-sdc-vendor-license-core</artifactId> |
ayalaben | 914f3a5 | 2017-11-16 09:21:41 +0200 | [diff] [blame] | 81 | <version>${project.version}</version> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>org.openecomp.sdc</groupId> |
| 85 | <artifactId>openecomp-sdc-vendor-software-product-manager</artifactId> |
| 86 | <version>${project.version}</version> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 87 | </dependency> |
Gautam Shah | 09a41f5 | 2018-04-11 19:55:29 +0530 | [diff] [blame] | 88 | <dependency> |
talig | c108dee | 2018-07-08 13:28:37 +0300 | [diff] [blame] | 89 | <groupId>commons-cli</groupId> |
| 90 | <artifactId>commons-cli</artifactId> |
| 91 | <version>1.4</version> |
| 92 | </dependency> |
| 93 | <dependency> |
Gautam Shah | 09a41f5 | 2018-04-11 19:55:29 +0530 | [diff] [blame] | 94 | <groupId>org.testng</groupId> |
| 95 | <artifactId>testng</artifactId> |
Gautam Shah | 09a41f5 | 2018-04-11 19:55:29 +0530 | [diff] [blame] | 96 | <scope>test</scope> |
| 97 | </dependency> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 98 | </dependencies> |
vempo | e993087 | 2018-07-15 16:53:59 +0300 | [diff] [blame] | 99 | |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 100 | <build> |
| 101 | <plugins> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 102 | <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&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 Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 150 | <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> |
| 175 | <version>2.4</version> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 176 | <configuration> |
Gautam Shah | 09a41f5 | 2018-04-11 19:55:29 +0530 | [diff] [blame] | 177 | <outputDirectory>${project.build.directory}/lib</outputDirectory> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 178 | </configuration> |
| 179 | </plugin> |
| 180 | |
| 181 | <plugin> |
| 182 | <groupId>org.apache.maven.plugins</groupId> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 183 | <artifactId>maven-antrun-plugin</artifactId> |
| 184 | <executions> |
| 185 | <execution> |
| 186 | <id>ant-test</id> |
| 187 | <phase>package</phase> |
| 188 | <configuration> |
| 189 | <tasks> |
| 190 | <fixcrlf srcdir="./" eol="unix" |
| 191 | includes="zusammenMainTool.sh"/> |
| 192 | </tasks> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 193 | </configuration> |
| 194 | <goals> |
| 195 | <goal>run</goal> |
| 196 | </goals> |
| 197 | </execution> |
| 198 | </executions> |
| 199 | </plugin> |
| 200 | <plugin> |
| 201 | <artifactId>maven-assembly-plugin</artifactId> |
| 202 | <executions> |
| 203 | <execution> |
| 204 | <id>Generate assembly</id> |
| 205 | <phase>install</phase> |
| 206 | <goals> |
| 207 | <goal>single</goal> |
| 208 | </goals> |
| 209 | </execution> |
| 210 | </executions> |
| 211 | <configuration> |
| 212 | <descriptors> |
| 213 | <descriptor>${basedir}/src/main/assembly/zusammen-tools-lib-assembly.xml |
| 214 | </descriptor> |
| 215 | </descriptors> |
| 216 | <appendAssemblyId>false</appendAssemblyId> |
| 217 | <finalName>openecomp-zusammen-tools-lib</finalName> |
| 218 | </configuration> |
| 219 | </plugin> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 220 | </plugins> |
| 221 | </build> |
| 222 | |
| 223 | </project> |