blob: bcd20a12c44ab42c2270aaa57ca907eecab68640 [file] [log] [blame]
Piotr Darosz20da3d02018-06-15 08:28:00 +02001<!--
2============LICENSE_START=======================================================
3SDC
4================================================================================
5Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6================================================================================
7Licensed under the Apache License, Version 2.0 (the "License");
8you may not use this file except in compliance with the License.
9You may obtain a copy of the License at
10 *
11 http://www.apache.org/licenses/LICENSE-2.0
12 *
13Unless required by applicable law or agreed to in writing, software
14distributed under the License is distributed on an "AS IS" BASIS,
15WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16See the License for the specific language governing permissions and
17limitations under the License.
18============LICENSE_END=========================================================
19Modifications copyright (c) 2018 Nokia
20================================================================================
21-->
Michael Lando451a3402017-02-19 10:28:42 +020022<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Gautam Shah3de22e12018-04-21 16:18:37 +053023 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>
Michael Lando451a3402017-02-19 10:28:42 +020025
Gautam Shah3de22e12018-04-21 16:18:37 +053026 <groupId>org.openecomp.sdc</groupId>
27 <artifactId>sdc-main</artifactId>
Michael Landob5fc68f2018-11-15 13:36:12 +020028 <version>1.4.0-SNAPSHOT</version>
Gautam Shah3de22e12018-04-21 16:18:37 +053029 <packaging>pom</packaging>
30 <name>sdc</name>
31 <properties>
Gautam Shah3de22e12018-04-21 16:18:37 +053032 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Michael Lando451a3402017-02-19 10:28:42 +020033
taliofe4afd42019-04-14 15:37:20 +030034 <tosca.datatype.version>1.3.2-SNAPSHOT</tosca.datatype.version>
35
Gautam Shah3de22e12018-04-21 16:18:37 +053036 <!-- 3rd parties versions -->
Satyaki Mallick3864c212018-09-19 18:51:35 +053037 <bean-matcher.version>0.11</bean-matcher.version>
38 <lang3.version>3.3.2</lang3.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053039 <lang3.version>3.3.2</lang3.version>
40 <guava.version>18.0</guava.version>
41 <titan.version>1.0.0</titan.version>
42 <sdc.titan.version>1.2.0</sdc.titan.version>
Michael Lando776213b2018-10-21 20:29:29 +030043 <spring.version>4.3.18.RELEASE</spring.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053044 <spring.security.version>3.2.3.RELEASE</spring.security.version>
45 <spring.ldap.version>2.0.1.RELEASE</spring.ldap.version>
Michael Lando5b593492018-07-29 16:13:45 +030046 <jersey-bom.version>2.27</jersey-bom.version>
47 <servlet-api.version>3.1.0</servlet-api.version>
48 <wire-mock.version>2.18.0</wire-mock.version>
Tal Gitelman7d05e162018-10-10 14:52:54 +030049 <ecomp.version>2.4.0</ecomp.version>
Piotr Darosz20da3d02018-06-15 08:28:00 +020050 <cassandra.unit.version>3.5.0.1</cassandra.unit.version>
taliofe4afd42019-04-14 15:37:20 +030051 <lombok.version>1.18.2</lombok.version>
Michael Lando451a3402017-02-19 10:28:42 +020052
Talio1468fdc2019-02-05 11:05:05 +020053 <commons.collections.version>4.1</commons.collections.version>
54
Gautam Shah3de22e12018-04-21 16:18:37 +053055 <!-- Elastic Search mapper (reference the elastic search version actually). -->
56 <elastic-search.version>2.4.0</elastic-search.version>
57 <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version>
58 <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version>
Yuli Shlosbergd4929e32018-10-02 17:51:22 +030059 <jetty.version>9.4.11.v20180605</jetty.version>
Michael Lando451a3402017-02-19 10:28:42 +020060
Gautam Shah3de22e12018-04-21 16:18:37 +053061 <!-- JSON and YAML Parsing -->
Michael Lando5b593492018-07-29 16:13:45 +030062 <jackson.version>2.8.10</jackson.version>
63 <jackson-annotations.version>2.8.0</jackson-annotations.version>
taliofe4afd42019-04-14 15:37:20 +030064 <jackson.mapper.version>1.9.13</jackson.mapper.version>
Michael Lando451a3402017-02-19 10:28:42 +020065
Gautam Shah3de22e12018-04-21 16:18:37 +053066 <!-- Yaml for properties -->
67 <snakeyaml.version>1.14</snakeyaml.version>
Michael Lando5b593492018-07-29 16:13:45 +030068 <functionaljava.version>4.7</functionaljava.version>
Michael Lando12368942018-05-13 19:19:46 +030069 <httpclient.version>4.5.3</httpclient.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053070 <httpcore.version>4.4.1</httpcore.version>
71 <json-simple.version>1.1</json-simple.version>
AviZi280f8012017-06-09 02:39:56 +030072
Gautam Shah3de22e12018-04-21 16:18:37 +053073 <!-- Logging start -->
74 <!-- logback -->
Gitelman, Tal (tg851x)483c3d92018-03-12 18:41:15 +020075 <logback.version>1.2.3</logback.version>
Michael Lando5b593492018-07-29 16:13:45 +030076 <slf4j-api.version>1.7.25</slf4j-api.version>
AviZi280f8012017-06-09 02:39:56 +030077 <commons-codec>1.10</commons-codec>
78 <commons-logging>1.2</commons-logging>
Gautam Shah3de22e12018-04-21 16:18:37 +053079 <janino.version>3.0.6</janino.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030080
Gautam Shah3de22e12018-04-21 16:18:37 +053081 <!-- aspects -->
82 <jcabi.version>0.20.1</jcabi.version>
83 <aspectjrt.version>1.8.4</aspectjrt.version>
84 <aspectj.version>1.7.4</aspectj.version>
Michael Landodc856bb2018-08-13 13:27:52 +030085 <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030086
Gautam Shah3de22e12018-04-21 16:18:37 +053087 <!-- Logging end -->
88 <!-- System Metrics -->
89 <sigar.version>1.6.4</sigar.version>
Michael Lando451a3402017-02-19 10:28:42 +020090
Gautam Shah3de22e12018-04-21 16:18:37 +053091 <regex.version>3.0.3</regex.version>
Michael Lando451a3402017-02-19 10:28:42 +020092
Gautam Shah3de22e12018-04-21 16:18:37 +053093 <!--GSON-->
94 <gson.version>2.3.1</gson.version>
AviZi280f8012017-06-09 02:39:56 +030095
96 <!--listen to file changes-->
97 <commons-jci-core.version>1.1</commons-jci-core.version>
98
Gautam Shah3de22e12018-04-21 16:18:37 +053099 <!--TESTING-->
Michael Lando5b593492018-07-29 16:13:45 +0300100 <mockito.version>2.18.3</mockito.version>
Michael Landodc856bb2018-08-13 13:27:52 +0300101 <jmockit.version>1.33</jmockit.version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530102 <junit.version>4.12</junit.version>
Michael Lando5b593492018-07-29 16:13:45 +0300103 <assertj.version>3.10.0</assertj.version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530104 <testng.version>6.9.10</testng.version>
105 <extentreports.version>3.0.3</extentreports.version>
Michael Lando5b593492018-07-29 16:13:45 +0300106 <cucumber.version>2.4.0</cucumber.version>
Piotr Darosz00814512018-06-18 12:46:35 +0200107 <bean-matchers.version>0.11</bean-matchers.version>
Parshad Patel8b8061e2019-03-18 16:02:43 +0900108 <hamcrest-all.version>1.3</hamcrest-all.version>
Tomasz Golabek04aecc52019-04-11 11:47:50 +0200109 <junit-jupiter.version>5.1.0</junit-jupiter.version>
110 <junit-vintage.version>5.1.0</junit-vintage.version>
111 <junit-platform.version>1.1.0</junit-platform.version>
112 <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
Michael Landoa5445102018-03-04 14:53:33 +0200113
Gautam Shah3de22e12018-04-21 16:18:37 +0530114 <!-- parser-->
Michael Lando5b593492018-07-29 16:13:45 +0300115 <sdc-tosca-parser.version>1.3.5</sdc-tosca-parser.version>
Michael Landoa5445102018-03-04 14:53:33 +0200116
Michael Lando5b593492018-07-29 16:13:45 +0300117 <!-- sonar -->
Gautam Shah3de22e12018-04-21 16:18:37 +0530118 <sonar.language>java</sonar.language>
Michael Lando734d54d2018-07-30 12:31:21 +0300119 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
120 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
121 <sonar.branch>${project.version}</sonar.branch>
ml636rd0214c72017-02-22 11:36:55 +0200122
Gautam Shah3de22e12018-04-21 16:18:37 +0530123 <!--cassandra -->
124 <cassandra.driver.version>3.0.0</cassandra.driver.version>
125 <!-- maven central (Nexus) -->
126 <nexus.id.release>nexus</nexus.id.release>
127 <nexus.id.snapshot>nexus</nexus.id.snapshot>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200128
Gautam Shah3de22e12018-04-21 16:18:37 +0530129 <!--nexus-->
Michael Landodc856bb2018-08-13 13:27:52 +0300130 <npm.registry>https://registry.npmjs.org/</npm.registry>
131 <!-- https://nexus.onap.org/content/repositories/npm/ -->
Gautam Shah3de22e12018-04-21 16:18:37 +0530132 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
133 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
134 <staging.profile.id>176c31dfe190a</staging.profile.id>
135 <!--maven-->
136 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
Gautam Shah3de22e12018-04-21 16:18:37 +0530137 <!--docker tags-->
138 <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
Michael Landodc856bb2018-08-13 13:27:52 +0300139
taliofe4afd42019-04-14 15:37:20 +0300140 <joda.time.version>2.9.9</joda.time.version>
141
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200142
Gautam Shah3de22e12018-04-21 16:18:37 +0530143 </properties>
Michael Lando451a3402017-02-19 10:28:42 +0200144
Michael Lando5c9769c2018-08-20 01:27:45 +0300145
Gautam Shah3de22e12018-04-21 16:18:37 +0530146 <dependencyManagement>
147 <dependencies>
148 <dependency>
149 <groupId>org.glassfish.jersey.ext</groupId>
150 <artifactId>jersey-bean-validation</artifactId>
151 <version>${jersey-bom.version}</version>
152 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200153
Gautam Shah3de22e12018-04-21 16:18:37 +0530154 <dependency>
155 <groupId>org.glassfish.hk2.external</groupId>
156 <artifactId>asm-all-repackaged</artifactId>
157 <version>2.4.0</version>
158 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200159
Gautam Shah3de22e12018-04-21 16:18:37 +0530160 <dependency>
161 <groupId>org.assertj</groupId>
162 <artifactId>assertj-core</artifactId>
163 <version>${assertj.version}</version>
164 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200165
Gautam Shah3de22e12018-04-21 16:18:37 +0530166 <dependency>
167 <groupId>org.mockito</groupId>
168 <artifactId>mockito-core</artifactId>
169 <version>${mockito.version}</version>
170 </dependency>
Tal Gitelmanb2533e52018-06-06 14:46:07 +0300171
Yuli Shlosberge4669312018-04-26 15:48:26 +0300172 <dependency>
173 <groupId>org.jmockit</groupId>
174 <artifactId>jmockit</artifactId>
175 <version>${jmockit.version}</version>
176 </dependency>
177
Michael Landoa5445102018-03-04 14:53:33 +0200178
Gautam Shah3de22e12018-04-21 16:18:37 +0530179 <dependency>
180 <groupId>com.github.tomakehurst</groupId>
Michael Lando5b593492018-07-29 16:13:45 +0300181 <artifactId>wiremock-standalone</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530182 <version>${wire-mock.version}</version>
183 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200184
185 <dependency>
186 <groupId>io.cucumber</groupId>
187 <artifactId>cucumber-java</artifactId>
188 <version>${cucumber.version}</version>
189 </dependency>
190
191 <dependency>
192 <groupId>io.cucumber</groupId>
193 <artifactId>cucumber-junit</artifactId>
194 <version>${cucumber.version}</version>
195 </dependency>
Michael Lando5b593492018-07-29 16:13:45 +0300196
197 <dependency>
198 <groupId>org.apache.commons</groupId>
199 <artifactId>commons-lang3</artifactId>
200 <version>${lang3.version}</version>
201 </dependency>
Tal Gitelmana3b79a22018-09-25 17:22:34 +0300202 <dependency>
203 <groupId>org.codehaus.groovy</groupId>
204 <artifactId>groovy</artifactId>
205 <version>2.4.13</version>
206 </dependency>
Yuli Shlosberg79e36272018-10-02 14:45:26 +0300207 <dependency>
208 <groupId>io.netty</groupId>
209 <artifactId>netty-all</artifactId>
210 <version>4.0.45.Final</version>
211 </dependency>
212 <dependency>
213 <groupId>io.netty</groupId>
214 <artifactId>netty-handler</artifactId>
215 <version>4.0.45.Final</version>
216 </dependency>
Gautam Shah3de22e12018-04-21 16:18:37 +0530217 </dependencies>
218 </dependencyManagement>
Michael Landoa5445102018-03-04 14:53:33 +0200219
Gautam Shah3de22e12018-04-21 16:18:37 +0530220 <reporting>
221 <plugins>
222 <plugin>
223 <groupId>org.apache.maven.plugins</groupId>
224 <artifactId>maven-javadoc-plugin</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300225 <version>3.0.1</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530226 <configuration>
227 <failOnError>false</failOnError>
228 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
229 <docletArtifact>
230 <groupId>org.umlgraph</groupId>
231 <artifactId>umlgraph</artifactId>
232 <version>5.6</version>
233 </docletArtifact>
Gautam Shah3de22e12018-04-21 16:18:37 +0530234 <useStandardDocletOptions>true</useStandardDocletOptions>
235 </configuration>
236 </plugin>
237 </plugins>
238 </reporting>
Michael Lando451a3402017-02-19 10:28:42 +0200239
Gautam Shah3de22e12018-04-21 16:18:37 +0530240 <build>
241 <pluginManagement>
242 <plugins>
vempo806d0772018-08-08 15:40:46 +0300243 <plugin>
244 <groupId>org.jacoco</groupId>
245 <artifactId>jacoco-maven-plugin</artifactId>
246 <version>0.8.1</version>
247 </plugin>
Gautam Shah3de22e12018-04-21 16:18:37 +0530248 <plugin>
249 <groupId>org.apache.maven.plugins</groupId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530250 <artifactId>maven-assembly-plugin</artifactId>
251 <version>3.1.0</version>
252 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200253
Gautam Shah3de22e12018-04-21 16:18:37 +0530254 <plugin>
255 <groupId>org.codehaus.mojo</groupId>
256 <artifactId>exec-maven-plugin</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300257 <version>1.6.0</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530258 </plugin>
259 <plugin>
260 <groupId>org.sonarsource.scanner.maven</groupId>
261 <artifactId>sonar-maven-plugin</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300262 <version>3.4.1.1168</version>
263 </plugin>
264 <plugin>
265 <groupId>org.apache.maven.plugins</groupId>
266 <artifactId>maven-clean-plugin</artifactId>
267 <version>3.1.0</version>
268 </plugin>
269 <plugin>
270 <groupId>ru.yaal.maven</groupId>
271 <artifactId>write-text-files-maven-plugin</artifactId>
272 <version>1.1</version>
273 </plugin>
274 <plugin>
275 <groupId>org.codehaus.gmaven</groupId>
276 <artifactId>gmaven-plugin</artifactId>
277 <version>1.5</version>
278 </plugin>
279 <plugin>
280 <groupId>org.codehaus.mojo</groupId>
281 <artifactId>build-helper-maven-plugin</artifactId>
282 <version>3.0.0</version>
283 </plugin>
284 <plugin>
285 <groupId>org.apache.maven.plugins</groupId>
286 <artifactId>maven-deploy-plugin</artifactId>
287 <version>2.8.2</version>
288 </plugin>
289 <plugin>
290 <groupId>org.apache.maven.plugins</groupId>
291 <artifactId>maven-shade-plugin</artifactId>
292 <version>3.1.1</version>
293 </plugin>
294 <plugin>
295 <groupId>org.apache.maven.plugins</groupId>
296 <artifactId>maven-resources-plugin</artifactId>
297 <version>3.1.0</version>
298 </plugin>
299 <plugin>
300 <groupId>io.fabric8</groupId>
301 <artifactId>docker-maven-plugin</artifactId>
302 <version>0.26.0</version>
303 </plugin>
304 <plugin>
305 <groupId>org.apache.maven.plugins</groupId>
306 <artifactId>maven-war-plugin</artifactId>
307 <version>3.2.2</version>
308 </plugin>
309 <plugin>
310 <groupId>com.github.eirslett</groupId>
311 <artifactId>frontend-maven-plugin</artifactId>
312 <version>1.6</version>
313 </plugin>
314 <plugin>
315 <groupId>org.apache.maven.plugins</groupId>
316 <artifactId>maven-surefire-plugin</artifactId>
Tomasz Golabek04aecc52019-04-11 11:47:50 +0200317 <version>${maven-surefire-plugin.version}</version>
318 <dependencies>
319 <dependency>
320 <groupId>org.junit.platform</groupId>
321 <artifactId>junit-platform-surefire-provider</artifactId>
322 <version>${junit-platform.version}</version>
323 </dependency>
324 <dependency>
325 <groupId>org.junit.platform</groupId>
326 <artifactId>junit-platform-launcher</artifactId>
327 <version>${junit-platform.version}</version>
328 </dependency>
329 <dependency>
330 <groupId>org.junit.jupiter</groupId>
331 <artifactId>junit-jupiter-engine</artifactId>
332 <version>${junit-jupiter.version}</version>
333 </dependency>
334 <dependency>
335 <groupId>org.junit.vintage</groupId>
336 <artifactId>junit-vintage-engine</artifactId>
337 <version>${junit-vintage.version}</version>
338 </dependency>
339 </dependencies>
Michael Landodc856bb2018-08-13 13:27:52 +0300340 </plugin>
341 <plugin>
342 <groupId>org.apache.maven.plugins</groupId>
343 <artifactId>maven-compiler-plugin</artifactId>
344 <version>3.8.0</version>
345 </plugin>
346 <plugin>
347 <groupId>org.sonatype.plugins</groupId>
348 <artifactId>nexus-staging-maven-plugin</artifactId>
349 <version>1.6.8</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530350 </plugin>
dekstroza37843cb2018-05-18 14:42:24 +0100351 <plugin>
352 <groupId>com.github.sylvainlaurent.maven</groupId>
353 <artifactId>yaml-json-validator-maven-plugin</artifactId>
354 <version>1.0.1</version>
355 </plugin>
Oleg Beltza8e3bf22019-04-07 08:26:50 +0300356 <plugin>
357 <groupId>pl.project13.maven</groupId>
358 <artifactId>git-commit-id-plugin</artifactId>
359 <version>2.2.6</version>
360 </plugin>
Gautam Shah3de22e12018-04-21 16:18:37 +0530361 </plugins>
362 </pluginManagement>
Michael Lando451a3402017-02-19 10:28:42 +0200363
Gautam Shah3de22e12018-04-21 16:18:37 +0530364 <plugins>
Michael Lando546f7cf2017-09-23 00:05:17 +0300365
Gautam Shah3de22e12018-04-21 16:18:37 +0530366 <!-- Staging Plugin -->
367 <plugin>
368 <groupId>org.sonatype.plugins</groupId>
369 <artifactId>nexus-staging-maven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530370 <extensions>true</extensions>
371 <configuration>
372 <nexusUrl>${nexus.proxy}</nexusUrl>
373 <stagingProfileId>${staging.profile.id}</stagingProfileId>
374 <serverId>ecomp-staging</serverId>
375 </configuration>
376 </plugin>
Michael Lando546f7cf2017-09-23 00:05:17 +0300377
Gautam Shah3de22e12018-04-21 16:18:37 +0530378 <!-- plugin for parsing the project version -->
379 <plugin>
380 <groupId>org.codehaus.mojo</groupId>
381 <artifactId>build-helper-maven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530382 <executions>
383 <execution>
384 <id>parse-version</id>
Michael Landodc856bb2018-08-13 13:27:52 +0300385 <phase>pre-clean</phase>
Gautam Shah3de22e12018-04-21 16:18:37 +0530386 <goals>
387 <goal>parse-version</goal>
388 </goals>
389 </execution>
390 </executions>
391 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200392
Gautam Shah3de22e12018-04-21 16:18:37 +0530393 <!-- Java Code Coverage -->
394 <plugin>
395 <groupId>org.jacoco</groupId>
396 <artifactId>jacoco-maven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530397 <executions>
398 <execution>
399 <id>default-prepare-agent</id>
400 <goals>
401 <goal>prepare-agent</goal>
402 </goals>
403 </execution>
404 <execution>
405 <id>default-report</id>
406 <goals>
407 <goal>report</goal>
408 </goals>
409 </execution>
410 </executions>
411 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200412
Gautam Shah3de22e12018-04-21 16:18:37 +0530413 <plugin>
414 <groupId>org.apache.maven.plugins</groupId>
415 <artifactId>maven-site-plugin</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300416 <version>3.7.1</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530417 <dependencies>
418 <dependency>
419 <groupId>org.apache.maven.wagon</groupId>
420 <artifactId>wagon-webdav-jackrabbit</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300421 <version>3.0.0</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530422 </dependency>
423 </dependencies>
424 </plugin>
Michael Landoa5445102018-03-04 14:53:33 +0200425
Gautam Shah3de22e12018-04-21 16:18:37 +0530426 <!-- Set the deployment repositories properties. -->
427 <plugin>
428 <groupId>org.codehaus.gmaven</groupId>
429 <artifactId>gmaven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530430 <executions>
431 <execution>
432 <inherited>false</inherited>
433 <phase>integration-test</phase>
434 <goals>
435 <goal>execute</goal>
436 </goals>
437 <configuration>
438 <source>
439 pom.properties['deploy.url'] =
Michael Lando5b593492018-07-29 16:13:45 +0300440 pom.version.contains('-SNAPSHOT') ?
441 project.distributionManagement.snapshotRepository.url :
442 project.distributionManagement.repository.url;
Gautam Shah3de22e12018-04-21 16:18:37 +0530443 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
Michael Lando5b593492018-07-29 16:13:45 +0300444 project.distributionManagement.snapshotRepository.id :
445 project.distributionManagement.repository.id;
Gautam Shah3de22e12018-04-21 16:18:37 +0530446 </source>
447 </configuration>
448 </execution>
449 </executions>
450 </plugin>
Gautam Shah3de22e12018-04-21 16:18:37 +0530451 <plugin>
Michael Landodc856bb2018-08-13 13:27:52 +0300452 <groupId>org.apache.maven.plugins</groupId>
453 <artifactId>maven-compiler-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530454 <configuration>
Michael Landodc856bb2018-08-13 13:27:52 +0300455 <source>1.8</source>
456 <target>1.8</target>
Gautam Shah3de22e12018-04-21 16:18:37 +0530457 </configuration>
Michael Landodc856bb2018-08-13 13:27:52 +0300458 </plugin>
459 <plugin>
460 <groupId>org.apache.maven.plugins</groupId>
461 <artifactId>maven-surefire-plugin</artifactId>
462 <configuration>
463 <printSummary>false</printSummary>
464 </configuration>
Gautam Shah3de22e12018-04-21 16:18:37 +0530465 </plugin>
Oleg Beltza8e3bf22019-04-07 08:26:50 +0300466 <plugin>
467 <groupId>pl.project13.maven</groupId>
468 <artifactId>git-commit-id-plugin</artifactId>
469 <executions>
470 <execution>
471 <goals>
472 <goal>revision</goal>
473 </goals>
474 </execution>
475 </executions>
476 <configuration>
477 <generateGitPropertiesFile>true</generateGitPropertiesFile>
478 <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties</generateGitPropertiesFilename>
479 <failOnNoGitDirectory>true</failOnNoGitDirectory>
480 <verbose>false</verbose>
481 <includeOnlyProperties>
482 <includeOnlyProperty>git.build.version</includeOnlyProperty>
483 <includeOnlyProperty>git.build.time</includeOnlyProperty>
484 <includeOnlyProperty>git.commit.id</includeOnlyProperty>
485 <includeOnlyProperty>git.commit.time</includeOnlyProperty>
486 <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
487 <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
488 <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
489 <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
490 </includeOnlyProperties>
491 <gitDescribe>
492 <skip>true</skip>
493 </gitDescribe>
494 <useNativeGit>false</useNativeGit>
495 </configuration>
496 </plugin>
Gautam Shah3de22e12018-04-21 16:18:37 +0530497 </plugins>
498 </build>
AviZi280f8012017-06-09 02:39:56 +0300499
Gautam Shah3de22e12018-04-21 16:18:37 +0530500 <profiles>
501 <profile>
502 <id>all</id>
503 <activation>
504 <activeByDefault>true</activeByDefault>
505 </activation>
506 <modules>
Michael Landoa6c79102018-04-30 21:54:40 +0300507 <module>onboarding</module>
Michael Landodc856bb2018-08-13 13:27:52 +0300508 <module>security-utils</module>
509 <module>common-app-api</module>
Gautam Shah3de22e12018-04-21 16:18:37 +0530510 <module>common-be</module>
511 <module>catalog-dao</module>
512 <module>catalog-model</module>
513 <module>catalog-be</module>
514 <module>asdctool</module>
515 <module>catalog-ui</module>
516 <module>catalog-fe</module>
517 <module>test-apis-ci</module>
518 <module>ui-ci</module>
519 <module>sdc-os-chef</module>
520 <module>utils/webseal-simulator</module>
521 </modules>
Michael Lando451a3402017-02-19 10:28:42 +0200522
Gautam Shah3de22e12018-04-21 16:18:37 +0530523 </profile>
AviZi280f8012017-06-09 02:39:56 +0300524
Gautam Shah3de22e12018-04-21 16:18:37 +0530525 <profile>
526 <id>catalog</id>
527 <activation>
528 <activeByDefault>false</activeByDefault>
529 </activation>
530 <modules>
531 <module>security-utils</module>
532 <module>common-app-api</module>
533 <module>common-be</module>
534 <module>catalog-dao</module>
535 <module>catalog-model</module>
536 <module>catalog-be</module>
537 <module>asdctool</module>
538 <module>catalog-ui</module>
539 <module>catalog-fe</module>
540 <module>test-apis-ci</module>
541 <module>ui-ci</module>
542 </modules>
sheetalm297209b2018-02-20 19:06:27 +0530543
Gautam Shah3de22e12018-04-21 16:18:37 +0530544 <properties>
Gautam Shah3de22e12018-04-21 16:18:37 +0530545 <sdc-tosca-parser.version>1.1.32</sdc-tosca-parser.version>
546 </properties>
547 </profile>
AviZi280f8012017-06-09 02:39:56 +0300548
Gautam Shah3de22e12018-04-21 16:18:37 +0530549 <profile>
550 <id>onboarding</id>
551 <activation>
552 <activeByDefault>false</activeByDefault>
553 </activation>
554 <modules>
Gautam Shah3de22e12018-04-21 16:18:37 +0530555 <module>onboarding</module>
556 </modules>
557 </profile>
AviZi280f8012017-06-09 02:39:56 +0300558
Gautam Shah3de22e12018-04-21 16:18:37 +0530559 </profiles>
560
561 <repositories>
562 <!-- LF repositories -->
563 <repository>
564 <id>ecomp-releases</id>
565 <name>Release Repository</name>
566 <url>${nexus.proxy}/content/repositories/releases/</url>
567 </repository>
568 <repository>
569 <id>ecomp-snapshots</id>
570 <name>Snapshots Repository</name>
571 <url>${nexus.proxy}/content/repositories/snapshots/</url>
572 </repository>
573 <repository>
574 <id>ecomp-public</id>
575 <name>Public Repository</name>
576 <url>${nexus.proxy}/content/repositories/public/</url>
577 </repository>
578 <!-- LF repositories END-->
579 </repositories>
580
581 <distributionManagement>
582 <repository>
583 <id>ecomp-releases</id>
584 <name>Release Repository</name>
585 <url>${nexus.proxy}/content/repositories/releases/</url>
586 </repository>
587 <snapshotRepository>
588 <id>ecomp-snapshots</id>
589 <name>Snapshot Repository</name>
590 <url>${nexus.proxy}/content/repositories/snapshots/</url>
591 </snapshotRepository>
592 <site>
593 <id>ecomp-site</id>
594 <url>dav:${nexus.proxy}${sitePath}</url>
595 </site>
596 </distributionManagement>
Tal Gitelmanc63a3402018-08-05 17:16:15 +0300597</project>