blob: 81e917bf2a25299e948ca50fd10fc062dcf5ce56 [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=========================================================
Piotr Darosz044b3f82019-06-11 15:24:22 +020019Modifications copyright (c) 2018-2019 Nokia
Piotr Darosz20da3d02018-06-15 08:28:00 +020020================================================================================
21-->
vasrazf1f5a352019-11-26 17:20:27 +000022<project xmlns="http://maven.apache.org/POM/4.0.0"
23 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
25 <modelVersion>4.0.0</modelVersion>
Michael Lando451a3402017-02-19 10:28:42 +020026
vasrazf1f5a352019-11-26 17:20:27 +000027 <groupId>org.openecomp.sdc</groupId>
28 <artifactId>sdc-main</artifactId>
Ofir Sonsino09d87892020-03-12 20:52:42 +020029 <version>1.7.0-SNAPSHOT</version>
vasrazf1f5a352019-11-26 17:20:27 +000030 <packaging>pom</packaging>
31 <name>sdc</name>
Tomasz Golabekc8fcbbc2019-07-09 08:42:59 +020032
vasrazf1f5a352019-11-26 17:20:27 +000033 <parent>
34 <groupId>org.onap.oparent</groupId>
35 <artifactId>oparent</artifactId>
36 <version>2.0.0</version>
37 <relativePath/>
38 </parent>
Tomasz Golabekc8fcbbc2019-07-09 08:42:59 +020039
vasrazf1f5a352019-11-26 17:20:27 +000040 <properties>
41 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Michael Lando451a3402017-02-19 10:28:42 +020042
vasrazf1f5a352019-11-26 17:20:27 +000043 <tosca.datatype.version>${project.version}</tosca.datatype.version>
taliofe4afd42019-04-14 15:37:20 +030044
vasrazf1f5a352019-11-26 17:20:27 +000045 <!-- 3rd parties versions -->
46 <bean-matcher.version>0.11</bean-matcher.version>
47 <lang3.version>3.3.2</lang3.version>
vasrazf1f5a352019-11-26 17:20:27 +000048 <guava.version>18.0</guava.version>
49 <janusgraph.version>0.3.1</janusgraph.version>
50 <spring.version>4.3.18.RELEASE</spring.version>
51 <spring.security.version>3.2.3.RELEASE</spring.security.version>
52 <spring.ldap.version>2.0.1.RELEASE</spring.ldap.version>
53 <jersey-bom.version>2.27</jersey-bom.version>
54 <netty.version>4.1.36.Final</netty.version>
55 <servlet-api.version>3.1.0</servlet-api.version>
56 <wire-mock.version>2.18.0</wire-mock.version>
Ofir Sonsinof70e2b52020-01-21 15:29:57 +020057 <ecomp.version>2.6.0</ecomp.version>
vasrazf1f5a352019-11-26 17:20:27 +000058 <cassandra.unit.version>3.5.0.1</cassandra.unit.version>
ys969316a9fce2020-01-19 13:50:02 +020059 <cadi.version>2.1.8</cadi.version>
vasraz5ed93452020-03-18 15:06:19 +000060 <lombok.version>1.18.12</lombok.version>
vasrazf1f5a352019-11-26 17:20:27 +000061 <commons-beanutils>1.9.3</commons-beanutils>
62 <commons-configuration>2.3</commons-configuration>
63 <apache-poi.version>4.1.0</apache-poi.version>
ys969316a9fce2020-01-19 13:50:02 +020064 <onap.logging.version>1.6.1</onap.logging.version>
Michael Lando451a3402017-02-19 10:28:42 +020065
vasrazf1f5a352019-11-26 17:20:27 +000066 <commons.collections.version>4.1</commons.collections.version>
ys969316a9fce2020-01-19 13:50:02 +020067 <ws.rs.version>2.0.1</ws.rs.version>
Talio1468fdc2019-02-05 11:05:05 +020068
vasrazf1f5a352019-11-26 17:20:27 +000069 <!-- Elastic Search mapper (reference the elastic search version actually). -->
70 <elastic-search.version>2.4.0</elastic-search.version>
71 <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version>
72 <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version>
73 <jetty.version>9.4.18.v20190429</jetty.version>
Michael Lando451a3402017-02-19 10:28:42 +020074
vasrazf1f5a352019-11-26 17:20:27 +000075 <!-- JSON and YAML Parsing -->
76 <jackson.version>2.9.9</jackson.version>
77 <jackson-annotations.version>2.9.9</jackson-annotations.version>
78 <jackson.mapper.version>1.9.13</jackson.mapper.version>
shrek20000594c412020-01-30 14:52:49 +020079 <clearspring.version>2.1.1</clearspring.version>
Michael Lando451a3402017-02-19 10:28:42 +020080
vasrazf1f5a352019-11-26 17:20:27 +000081 <!-- Yaml for properties -->
82 <snakeyaml.version>1.14</snakeyaml.version>
83 <functionaljava.version>4.7</functionaljava.version>
84 <httpclient.version>4.5.3</httpclient.version>
85 <httpcore.version>4.4.1</httpcore.version>
86 <json-simple.version>1.1</json-simple.version>
AviZi280f8012017-06-09 02:39:56 +030087
vasrazf1f5a352019-11-26 17:20:27 +000088 <!-- Logging start -->
89 <!-- logback -->
90 <logback.version>1.2.3</logback.version>
91 <slf4j-api.version>1.7.25</slf4j-api.version>
92 <commons-codec>1.10</commons-codec>
93 <commons-logging>1.2</commons-logging>
94 <janino.version>3.0.6</janino.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030095
vasrazf1f5a352019-11-26 17:20:27 +000096 <!-- aspects -->
97 <jcabi.version>0.20.1</jcabi.version>
98 <aspectjrt.version>1.8.4</aspectjrt.version>
99 <aspectj.version>1.7.4</aspectj.version>
100 <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version>
Michael Lando3c3c8332017-07-20 01:29:49 +0300101
vasrazf1f5a352019-11-26 17:20:27 +0000102 <!-- Logging end -->
103 <!-- System Metrics -->
104 <sigar.version>1.6.4</sigar.version>
Michael Lando451a3402017-02-19 10:28:42 +0200105
vasrazf1f5a352019-11-26 17:20:27 +0000106 <regex.version>3.0.3</regex.version>
Michael Lando451a3402017-02-19 10:28:42 +0200107
vasrazf1f5a352019-11-26 17:20:27 +0000108 <!--GSON-->
109 <gson.version>2.3.1</gson.version>
AviZi280f8012017-06-09 02:39:56 +0300110
vasrazf1f5a352019-11-26 17:20:27 +0000111 <!--listen to file changes-->
112 <commons-jci-core.version>1.1</commons-jci-core.version>
AviZi280f8012017-06-09 02:39:56 +0300113
vasrazf1f5a352019-11-26 17:20:27 +0000114 <!--TESTING-->
115 <mockito.version>2.18.3</mockito.version>
116 <jmockit.version>1.33</jmockit.version>
117 <junit.version>4.12</junit.version>
118 <assertj.version>3.10.0</assertj.version>
119 <testng.version>6.14.3</testng.version>
120 <extentreports.version>3.0.3</extentreports.version>
121 <cucumber.version>2.4.0</cucumber.version>
122 <bean-matchers.version>0.11</bean-matchers.version>
123 <hamcrest.version>2.1</hamcrest.version>
124 <hamcrest-all.version>1.3</hamcrest-all.version>
125 <junit-jupiter.version>5.4.0</junit-jupiter.version>
126 <junit-vintage.version>5.4.0</junit-vintage.version>
127 <junit-platform.version>1.1.0</junit-platform.version>
128 <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
129 <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
Michael Landoa5445102018-03-04 14:53:33 +0200130
vasrazf1f5a352019-11-26 17:20:27 +0000131 <!-- parser-->
vasrazfb6e60d2019-12-02 13:56:40 +0000132 <sdc-tosca-parser.version>1.6.5</sdc-tosca-parser.version>
Michael Landoa5445102018-03-04 14:53:33 +0200133
vasrazf1f5a352019-11-26 17:20:27 +0000134 <!-- sonar -->
Ofir Sonsinob2b6acc2020-02-16 18:35:28 +0200135 <sonar.coverage.jacoco.xmlReportPaths>
136 ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
137 </sonar.coverage.jacoco.xmlReportPaths>
vasrazf1f5a352019-11-26 17:20:27 +0000138 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
139 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
140 <sonar.branch>${project.version}</sonar.branch>
ml636rd0214c72017-02-22 11:36:55 +0200141
vasrazf1f5a352019-11-26 17:20:27 +0000142 <!--cassandra -->
shrek20000594c412020-01-30 14:52:49 +0200143 <cassandra.driver.version>3.6.0</cassandra.driver.version>
vasrazf1f5a352019-11-26 17:20:27 +0000144 <libthrift.version>0.12.0</libthrift.version>
145 <!-- maven central (Nexus) -->
146 <nexus.id.release>nexus</nexus.id.release>
147 <nexus.id.snapshot>nexus</nexus.id.snapshot>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200148
vasrazf1f5a352019-11-26 17:20:27 +0000149 <!--nexus-->
150 <npm.registry>https://nexus3.onap.org/repository/npm.public/</npm.registry>
151 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
152 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
153 <staging.profile.id>176c31dfe190a</staging.profile.id>
154 <!--maven-->
155 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
156 <!--docker tags-->
157 <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
ys969316a9fce2020-01-19 13:50:02 +0200158 <!--togglz version-->
159 <togglz.version>2.4.1.Final</togglz.version>
Michael Landodc856bb2018-08-13 13:27:52 +0300160
vasrazf1f5a352019-11-26 17:20:27 +0000161 <joda.time.version>2.9.9</joda.time.version>
taliofe4afd42019-04-14 15:37:20 +0300162
ys969316a9fce2020-01-19 13:50:02 +0200163 <!--sdc-security-utils-->
Yuli Shlosberg47fc40a2020-01-23 11:50:40 +0200164 <security.util.lib.version>1.6.0</security.util.lib.version>
vasrazf1f5a352019-11-26 17:20:27 +0000165 <!--jacoco-->
vasraz5ed93452020-03-18 15:06:19 +0000166 <jacoco.version>0.8.5</jacoco.version>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200167
vasrazf1f5a352019-11-26 17:20:27 +0000168 </properties>
Michael Lando451a3402017-02-19 10:28:42 +0200169
Michael Lando5c9769c2018-08-20 01:27:45 +0300170
vasrazf1f5a352019-11-26 17:20:27 +0000171 <dependencyManagement>
kooperfaaad992019-05-07 08:44:41 +0000172 <dependencies>
vasrazf1f5a352019-11-26 17:20:27 +0000173 <dependency>
174 <groupId>com.google.guava</groupId>
175 <artifactId>guava</artifactId>
176 <version>${guava.version}</version>
177 </dependency>
178
179 <dependency>
180 <groupId>org.glassfish.jersey.ext</groupId>
181 <artifactId>jersey-bean-validation</artifactId>
182 <version>${jersey-bom.version}</version>
183 </dependency>
184
185 <dependency>
186 <groupId>org.glassfish.hk2.external</groupId>
187 <artifactId>asm-all-repackaged</artifactId>
188 <version>2.4.0</version>
189 </dependency>
190
191 <dependency>
192 <groupId>org.assertj</groupId>
193 <artifactId>assertj-core</artifactId>
194 <version>${assertj.version}</version>
195 </dependency>
196
197 <dependency>
198 <groupId>org.mockito</groupId>
199 <artifactId>mockito-core</artifactId>
200 <version>${mockito.version}</version>
201 </dependency>
202
203 <dependency>
204 <groupId>org.jmockit</groupId>
205 <artifactId>jmockit</artifactId>
206 <version>${jmockit.version}</version>
207 </dependency>
208
209
210 <dependency>
211 <groupId>com.github.tomakehurst</groupId>
212 <artifactId>wiremock-standalone</artifactId>
213 <version>${wire-mock.version}</version>
214 </dependency>
215
216 <dependency>
217 <groupId>io.cucumber</groupId>
218 <artifactId>cucumber-java</artifactId>
219 <version>${cucumber.version}</version>
220 </dependency>
221
222 <dependency>
223 <groupId>io.cucumber</groupId>
224 <artifactId>cucumber-junit</artifactId>
225 <version>${cucumber.version}</version>
226 </dependency>
227
228 <dependency>
229 <groupId>org.apache.commons</groupId>
230 <artifactId>commons-lang3</artifactId>
231 <version>${lang3.version}</version>
232 </dependency>
233 <dependency>
234 <groupId>org.codehaus.groovy</groupId>
235 <artifactId>groovy</artifactId>
236 <version>2.4.13</version>
237 </dependency>
238 <dependency>
239 <groupId>io.netty</groupId>
240 <artifactId>netty-all</artifactId>
241 <version>${netty.version}</version>
242 </dependency>
243 <dependency>
244 <groupId>io.netty</groupId>
245 <artifactId>netty-handler</artifactId>
246 <version>${netty.version}</version>
247 </dependency>
248 <dependency>
249 <groupId>org.junit.platform</groupId>
250 <artifactId>junit-platform-launcher</artifactId>
251 <version>${junit-platform.version}</version>
252 </dependency>
253 <dependency>
254 <groupId>org.junit.jupiter</groupId>
255 <artifactId>junit-jupiter-engine</artifactId>
256 <version>${junit-jupiter.version}</version>
257 </dependency>
258 <dependency>
259 <groupId>org.junit.vintage</groupId>
260 <artifactId>junit-vintage-engine</artifactId>
261 <version>${junit-vintage.version}</version>
262 </dependency>
kooperfaaad992019-05-07 08:44:41 +0000263 </dependencies>
vasrazf1f5a352019-11-26 17:20:27 +0000264 </dependencyManagement>
kooperfaaad992019-05-07 08:44:41 +0000265
vasrazf1f5a352019-11-26 17:20:27 +0000266 <dependencies>
267 <dependency>
268 <!-- must be on the classpath -->
269 <groupId>org.jacoco</groupId>
270 <artifactId>org.jacoco.agent</artifactId>
271 <classifier>runtime</classifier>
272 <version>${jacoco.version}</version>
273 <scope>test</scope>
274 </dependency>
275 </dependencies>
Michael Lando451a3402017-02-19 10:28:42 +0200276
vasrazf1f5a352019-11-26 17:20:27 +0000277 <reporting>
278 <plugins>
279 <plugin>
280 <groupId>org.apache.maven.plugins</groupId>
281 <artifactId>maven-javadoc-plugin</artifactId>
282 <version>3.0.1</version>
283 <configuration>
284 <failOnError>false</failOnError>
285 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
286 <docletArtifact>
287 <groupId>org.umlgraph</groupId>
288 <artifactId>umlgraph</artifactId>
289 <version>5.6</version>
290 </docletArtifact>
291 <useStandardDocletOptions>true</useStandardDocletOptions>
292 </configuration>
293 </plugin>
294 </plugins>
295 </reporting>
Michael Lando451a3402017-02-19 10:28:42 +0200296
vasrazf1f5a352019-11-26 17:20:27 +0000297 <build>
298 <pluginManagement>
299 <plugins>
300 <plugin>
301 <groupId>org.jacoco</groupId>
302 <artifactId>jacoco-maven-plugin</artifactId>
vasraz5ed93452020-03-18 15:06:19 +0000303 <version>${jacoco.version}</version>
vasrazf1f5a352019-11-26 17:20:27 +0000304 </plugin>
305 <plugin>
306 <groupId>org.apache.maven.plugins</groupId>
307 <artifactId>maven-assembly-plugin</artifactId>
308 <version>3.1.0</version>
309 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200310
vasrazf1f5a352019-11-26 17:20:27 +0000311 <plugin>
312 <groupId>org.codehaus.mojo</groupId>
313 <artifactId>exec-maven-plugin</artifactId>
314 <version>1.6.0</version>
315 </plugin>
316 <plugin>
317 <groupId>org.sonarsource.scanner.maven</groupId>
318 <artifactId>sonar-maven-plugin</artifactId>
vasraz5ed93452020-03-18 15:06:19 +0000319 <version>3.7.0.1746</version>
vasrazf1f5a352019-11-26 17:20:27 +0000320 </plugin>
321 <plugin>
322 <groupId>org.apache.maven.plugins</groupId>
323 <artifactId>maven-clean-plugin</artifactId>
324 <version>3.1.0</version>
325 </plugin>
326 <plugin>
327 <groupId>ru.yaal.maven</groupId>
328 <artifactId>write-text-files-maven-plugin</artifactId>
329 <version>1.1</version>
330 </plugin>
331 <plugin>
332 <groupId>org.codehaus.gmaven</groupId>
333 <artifactId>gmaven-plugin</artifactId>
334 <version>1.5</version>
335 </plugin>
336 <plugin>
337 <groupId>org.codehaus.mojo</groupId>
338 <artifactId>build-helper-maven-plugin</artifactId>
339 <version>3.0.0</version>
340 </plugin>
341 <plugin>
342 <groupId>org.apache.maven.plugins</groupId>
343 <artifactId>maven-deploy-plugin</artifactId>
344 <version>2.8.2</version>
345 </plugin>
346 <plugin>
347 <groupId>org.apache.maven.plugins</groupId>
348 <artifactId>maven-shade-plugin</artifactId>
349 <version>3.1.1</version>
350 </plugin>
351 <plugin>
352 <groupId>org.apache.maven.plugins</groupId>
353 <artifactId>maven-resources-plugin</artifactId>
354 <version>3.1.0</version>
355 </plugin>
356 <plugin>
357 <groupId>io.fabric8</groupId>
358 <artifactId>docker-maven-plugin</artifactId>
359 <version>0.26.0</version>
360 </plugin>
361 <plugin>
362 <groupId>org.apache.maven.plugins</groupId>
363 <artifactId>maven-war-plugin</artifactId>
364 <version>3.2.2</version>
365 </plugin>
366 <plugin>
367 <groupId>com.github.eirslett</groupId>
368 <artifactId>frontend-maven-plugin</artifactId>
369 <version>1.8.0</version>
370 </plugin>
371 <plugin>
372 <groupId>org.apache.maven.plugins</groupId>
373 <artifactId>maven-surefire-plugin</artifactId>
374 <version>${maven-surefire-plugin.version}</version>
375 </plugin>
376 <plugin>
377 <groupId>org.apache.maven.plugins</groupId>
378 <artifactId>maven-compiler-plugin</artifactId>
379 <version>3.8.0</version>
380 </plugin>
381 <plugin>
382 <groupId>com.github.sylvainlaurent.maven</groupId>
383 <artifactId>yaml-json-validator-maven-plugin</artifactId>
384 <version>1.0.1</version>
385 </plugin>
386 <plugin>
387 <groupId>pl.project13.maven</groupId>
388 <artifactId>git-commit-id-plugin</artifactId>
Ben David, Elad (eb7504)ec7da6a2020-03-17 18:12:17 +0200389 <version>4.0.0</version>
vasrazf1f5a352019-11-26 17:20:27 +0000390 </plugin>
391 </plugins>
392 </pluginManagement>
Michael Lando451a3402017-02-19 10:28:42 +0200393
vasrazf1f5a352019-11-26 17:20:27 +0000394 <plugins>
395 <plugin>
396 <artifactId>maven-checkstyle-plugin</artifactId>
397 <version>2.17</version>
398 <configuration>
399 <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
400 <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
401 </configuration>
402 </plugin>
403 <!-- plugin for parsing the project version -->
404 <plugin>
405 <groupId>org.codehaus.mojo</groupId>
406 <artifactId>build-helper-maven-plugin</artifactId>
407 <executions>
408 <execution>
409 <id>parse-version</id>
410 <phase>pre-clean</phase>
411 <goals>
412 <goal>parse-version</goal>
413 </goals>
414 </execution>
415 </executions>
416 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200417
vasrazf1f5a352019-11-26 17:20:27 +0000418 <!-- Java Code Coverage -->
419 <plugin>
420 <groupId>org.jacoco</groupId>
421 <artifactId>jacoco-maven-plugin</artifactId>
422 <inherited>false</inherited>
423 <executions>
424 <execution>
425 <id>default-instrument</id>
426 <goals>
427 <goal>instrument</goal>
428 </goals>
429 </execution>
430 <execution>
431 <id>default-restore-instrumented-classes</id>
432 <goals>
433 <goal>restore-instrumented-classes</goal>
434 </goals>
435 </execution>
436 <execution>
437 <id>default-report</id>
438 <goals>
439 <goal>report</goal>
440 </goals>
441 <configuration>
442 <dataFile>${project.build.directory}/jacoco.exec</dataFile>
443 </configuration>
444 </execution>
445 </executions>
446 </plugin>
Michael Landoa5445102018-03-04 14:53:33 +0200447
vasrazf1f5a352019-11-26 17:20:27 +0000448 <plugin>
449 <groupId>org.apache.maven.plugins</groupId>
450 <artifactId>maven-site-plugin</artifactId>
451 <version>3.7.1</version>
452 <dependencies>
453 <dependency>
454 <groupId>org.apache.maven.wagon</groupId>
455 <artifactId>wagon-webdav-jackrabbit</artifactId>
456 <version>3.0.0</version>
457 </dependency>
458 </dependencies>
459 </plugin>
AviZi280f8012017-06-09 02:39:56 +0300460
vasrazf1f5a352019-11-26 17:20:27 +0000461 <!-- Set the deployment repositories properties. -->
462 <plugin>
463 <groupId>org.codehaus.gmaven</groupId>
464 <artifactId>gmaven-plugin</artifactId>
465 <executions>
466 <execution>
467 <inherited>false</inherited>
468 <phase>integration-test</phase>
469 <goals>
470 <goal>execute</goal>
471 </goals>
472 <configuration>
473 <source>
474 pom.properties['deploy.url'] =
475 pom.version.contains('-SNAPSHOT') ?
476 project.distributionManagement.snapshotRepository.url :
477 project.distributionManagement.repository.url;
478 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
479 project.distributionManagement.snapshotRepository.id :
480 project.distributionManagement.repository.id;
481 </source>
482 </configuration>
483 </execution>
484 </executions>
485 </plugin>
486 <plugin>
487 <groupId>org.apache.maven.plugins</groupId>
488 <artifactId>maven-compiler-plugin</artifactId>
489 <configuration>
490 <source>1.8</source>
491 <target>1.8</target>
492 </configuration>
493 </plugin>
494 <plugin>
495 <groupId>org.apache.maven.plugins</groupId>
496 <artifactId>maven-surefire-plugin</artifactId>
497 <configuration>
498 <printSummary>false</printSummary>
499 <systemPropertyVariables>
500 <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
501 </systemPropertyVariables>
502 </configuration>
503 </plugin>
504 <plugin>
505 <groupId>pl.project13.maven</groupId>
506 <artifactId>git-commit-id-plugin</artifactId>
507 <executions>
508 <execution>
509 <goals>
510 <goal>revision</goal>
511 </goals>
512 </execution>
513 </executions>
514 <configuration>
515 <generateGitPropertiesFile>true</generateGitPropertiesFile>
516 <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties
517 </generateGitPropertiesFilename>
518 <failOnNoGitDirectory>true</failOnNoGitDirectory>
519 <verbose>false</verbose>
520 <includeOnlyProperties>
521 <includeOnlyProperty>git.build.version</includeOnlyProperty>
522 <includeOnlyProperty>git.build.time</includeOnlyProperty>
523 <includeOnlyProperty>git.commit.id</includeOnlyProperty>
524 <includeOnlyProperty>git.commit.time</includeOnlyProperty>
525 <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
526 <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
527 <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
528 <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
529 </includeOnlyProperties>
530 <gitDescribe>
531 <skip>true</skip>
532 </gitDescribe>
533 <useNativeGit>false</useNativeGit>
534 </configuration>
535 </plugin>
536 </plugins>
537 </build>
Michael Lando451a3402017-02-19 10:28:42 +0200538
vasrazf1f5a352019-11-26 17:20:27 +0000539 <profiles>
540 <profile>
541 <id>all</id>
542 <activation>
543 <activeByDefault>true</activeByDefault>
544 </activation>
545 <modules>
546 <module>onboarding</module>
ys969316a9fce2020-01-19 13:50:02 +0200547 <module>common-app-logging</module>
vasrazf1f5a352019-11-26 17:20:27 +0000548 <module>common-app-api</module>
549 <module>common-be</module>
550 <module>catalog-dao</module>
551 <module>catalog-model</module>
552 <module>catalog-be</module>
553 <module>asdctool</module>
554 <module>catalog-ui</module>
555 <module>catalog-fe</module>
556 <module>test-apis-ci</module>
557 <module>ui-ci</module>
558 <module>sdc-os-chef</module>
559 <module>utils/webseal-simulator</module>
560 </modules>
AviZi280f8012017-06-09 02:39:56 +0300561
vasrazf1f5a352019-11-26 17:20:27 +0000562 </profile>
sheetalm297209b2018-02-20 19:06:27 +0530563
vasrazf1f5a352019-11-26 17:20:27 +0000564 <profile>
565 <id>catalog</id>
566 <activation>
567 <activeByDefault>false</activeByDefault>
568 </activation>
569 <modules>
ys969316a9fce2020-01-19 13:50:02 +0200570 <module>common-app-logging</module>
vasrazf1f5a352019-11-26 17:20:27 +0000571 <module>common-app-api</module>
572 <module>common-be</module>
573 <module>catalog-dao</module>
574 <module>catalog-model</module>
575 <module>catalog-be</module>
576 <module>asdctool</module>
577 <module>catalog-ui</module>
578 <module>catalog-fe</module>
579 <module>test-apis-ci</module>
580 <module>ui-ci</module>
581 </modules>
vasrazf1f5a352019-11-26 17:20:27 +0000582 </profile>
AviZi280f8012017-06-09 02:39:56 +0300583
vasrazf1f5a352019-11-26 17:20:27 +0000584 <profile>
585 <id>onboarding</id>
586 <activation>
587 <activeByDefault>false</activeByDefault>
588 </activation>
589 <modules>
590 <module>onboarding</module>
591 </modules>
592 </profile>
Gautam Shah3de22e12018-04-21 16:18:37 +0530593
vasrazf1f5a352019-11-26 17:20:27 +0000594 </profiles>
Gautam Shah3de22e12018-04-21 16:18:37 +0530595
vasrazf1f5a352019-11-26 17:20:27 +0000596 <repositories>
597 <!-- LF repositories -->
598 <repository>
599 <id>ecomp-releases</id>
600 <name>Release Repository</name>
601 <url>${nexus.proxy}/content/repositories/releases/</url>
602 </repository>
603 <repository>
604 <id>ecomp-snapshots</id>
605 <name>Snapshots Repository</name>
606 <url>${nexus.proxy}/content/repositories/snapshots/</url>
607 </repository>
608 <repository>
609 <id>ecomp-public</id>
610 <name>Public Repository</name>
611 <url>${nexus.proxy}/content/repositories/public/</url>
612 </repository>
613 <!-- LF repositories END-->
614 </repositories>
615
616 <distributionManagement>
617 <repository>
618 <id>ecomp-releases</id>
619 <name>Release Repository</name>
620 <url>${nexus.proxy}/content/repositories/releases/</url>
621 </repository>
622 <snapshotRepository>
623 <id>ecomp-snapshots</id>
624 <name>Snapshot Repository</name>
625 <url>${nexus.proxy}/content/repositories/snapshots/</url>
626 </snapshotRepository>
627 <site>
628 <id>ecomp-site</id>
629 <url>dav:${nexus.proxy}${sitePath}</url>
630 </site>
631 </distributionManagement>
Tal Gitelmanc63a3402018-08-05 17:16:15 +0300632</project>