blob: 1a8c9b857eaa36b16622e409ee73e721642bab7a [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"
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +030023 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">
vasrazf1f5a352019-11-26 17:20:27 +000025 <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>
Baumel, Dvir (db384r)3e879322020-03-23 16:21:05 +0200116 <mockitoJupiter.version>3.3.3</mockitoJupiter.version>
vasrazf1f5a352019-11-26 17:20:27 +0000117 <jmockit.version>1.33</jmockit.version>
118 <junit.version>4.12</junit.version>
Baumel, Dvir (db384r)3e879322020-03-23 16:21:05 +0200119 <junitJupiter.version>5.6.0</junitJupiter.version>
vasrazf1f5a352019-11-26 17:20:27 +0000120 <assertj.version>3.10.0</assertj.version>
121 <testng.version>6.14.3</testng.version>
122 <extentreports.version>3.0.3</extentreports.version>
123 <cucumber.version>2.4.0</cucumber.version>
124 <bean-matchers.version>0.11</bean-matchers.version>
125 <hamcrest.version>2.1</hamcrest.version>
126 <hamcrest-all.version>1.3</hamcrest-all.version>
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +0300127 <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
vasrazf1f5a352019-11-26 17:20:27 +0000128 <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
Michael Landoa5445102018-03-04 14:53:33 +0200129
vasrazf1f5a352019-11-26 17:20:27 +0000130 <!-- parser-->
vasrazfb6e60d2019-12-02 13:56:40 +0000131 <sdc-tosca-parser.version>1.6.5</sdc-tosca-parser.version>
Michael Landoa5445102018-03-04 14:53:33 +0200132
vasrazf1f5a352019-11-26 17:20:27 +0000133 <!-- sonar -->
andre.schmid4a4d45f2020-03-06 14:42:45 +0000134 <sonar.projectVersion>${project.version}</sonar.projectVersion>
135 <sonar.nodejs.executable>${project.basedir}/node/node</sonar.nodejs.executable>
136 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
137 <sonar.javascript.lcov.reportPaths>${project.build.directory}/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths>
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +0300138 <sonar.coverage.jacoco.xmlReportPaths>
139 ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
140 </sonar.coverage.jacoco.xmlReportPaths>
vasrazf1f5a352019-11-26 17:20:27 +0000141 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
142 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
andre.schmid4a4d45f2020-03-06 14:42:45 +0000143 <sonar.coverage.exclusions>pom.xml,src/test</sonar.coverage.exclusions>
vasrazf1f5a352019-11-26 17:20:27 +0000144 <!--cassandra -->
shrek20000594c412020-01-30 14:52:49 +0200145 <cassandra.driver.version>3.6.0</cassandra.driver.version>
vasrazf1f5a352019-11-26 17:20:27 +0000146 <libthrift.version>0.12.0</libthrift.version>
147 <!-- maven central (Nexus) -->
148 <nexus.id.release>nexus</nexus.id.release>
149 <nexus.id.snapshot>nexus</nexus.id.snapshot>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200150
vasrazf1f5a352019-11-26 17:20:27 +0000151 <!--nexus-->
152 <npm.registry>https://nexus3.onap.org/repository/npm.public/</npm.registry>
153 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
154 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
155 <staging.profile.id>176c31dfe190a</staging.profile.id>
156 <!--maven-->
157 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
158 <!--docker tags-->
159 <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
ys969316a9fce2020-01-19 13:50:02 +0200160 <!--togglz version-->
161 <togglz.version>2.4.1.Final</togglz.version>
Michael Landodc856bb2018-08-13 13:27:52 +0300162
vasrazf1f5a352019-11-26 17:20:27 +0000163 <joda.time.version>2.9.9</joda.time.version>
taliofe4afd42019-04-14 15:37:20 +0300164
ys969316a9fce2020-01-19 13:50:02 +0200165 <!--sdc-security-utils-->
Yuli Shlosberg47fc40a2020-01-23 11:50:40 +0200166 <security.util.lib.version>1.6.0</security.util.lib.version>
vasrazf1f5a352019-11-26 17:20:27 +0000167 <!--jacoco-->
vasraz5ed93452020-03-18 15:06:19 +0000168 <jacoco.version>0.8.5</jacoco.version>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200169
vasrazf1f5a352019-11-26 17:20:27 +0000170 </properties>
Michael Lando451a3402017-02-19 10:28:42 +0200171
Michael Lando5c9769c2018-08-20 01:27:45 +0300172
vasrazf1f5a352019-11-26 17:20:27 +0000173 <dependencyManagement>
kooperfaaad992019-05-07 08:44:41 +0000174 <dependencies>
vasrazf1f5a352019-11-26 17:20:27 +0000175 <dependency>
176 <groupId>com.google.guava</groupId>
177 <artifactId>guava</artifactId>
178 <version>${guava.version}</version>
179 </dependency>
180
181 <dependency>
182 <groupId>org.glassfish.jersey.ext</groupId>
183 <artifactId>jersey-bean-validation</artifactId>
184 <version>${jersey-bom.version}</version>
185 </dependency>
186
187 <dependency>
188 <groupId>org.glassfish.hk2.external</groupId>
189 <artifactId>asm-all-repackaged</artifactId>
190 <version>2.4.0</version>
191 </dependency>
192
193 <dependency>
194 <groupId>org.assertj</groupId>
195 <artifactId>assertj-core</artifactId>
196 <version>${assertj.version}</version>
197 </dependency>
198
199 <dependency>
200 <groupId>org.mockito</groupId>
201 <artifactId>mockito-core</artifactId>
202 <version>${mockito.version}</version>
203 </dependency>
204
205 <dependency>
206 <groupId>org.jmockit</groupId>
207 <artifactId>jmockit</artifactId>
208 <version>${jmockit.version}</version>
209 </dependency>
210
211
212 <dependency>
213 <groupId>com.github.tomakehurst</groupId>
214 <artifactId>wiremock-standalone</artifactId>
215 <version>${wire-mock.version}</version>
216 </dependency>
217
218 <dependency>
219 <groupId>io.cucumber</groupId>
220 <artifactId>cucumber-java</artifactId>
221 <version>${cucumber.version}</version>
222 </dependency>
223
224 <dependency>
225 <groupId>io.cucumber</groupId>
226 <artifactId>cucumber-junit</artifactId>
227 <version>${cucumber.version}</version>
228 </dependency>
229
230 <dependency>
231 <groupId>org.apache.commons</groupId>
232 <artifactId>commons-lang3</artifactId>
233 <version>${lang3.version}</version>
234 </dependency>
235 <dependency>
236 <groupId>org.codehaus.groovy</groupId>
237 <artifactId>groovy</artifactId>
238 <version>2.4.13</version>
239 </dependency>
240 <dependency>
241 <groupId>io.netty</groupId>
242 <artifactId>netty-all</artifactId>
243 <version>${netty.version}</version>
244 </dependency>
245 <dependency>
246 <groupId>io.netty</groupId>
247 <artifactId>netty-handler</artifactId>
248 <version>${netty.version}</version>
249 </dependency>
kooperfaaad992019-05-07 08:44:41 +0000250 </dependencies>
vasrazf1f5a352019-11-26 17:20:27 +0000251 </dependencyManagement>
kooperfaaad992019-05-07 08:44:41 +0000252
vasrazf1f5a352019-11-26 17:20:27 +0000253 <dependencies>
254 <dependency>
255 <!-- must be on the classpath -->
256 <groupId>org.jacoco</groupId>
257 <artifactId>org.jacoco.agent</artifactId>
258 <classifier>runtime</classifier>
259 <version>${jacoco.version}</version>
260 <scope>test</scope>
261 </dependency>
262 </dependencies>
Michael Lando451a3402017-02-19 10:28:42 +0200263
vasrazf1f5a352019-11-26 17:20:27 +0000264 <reporting>
265 <plugins>
266 <plugin>
267 <groupId>org.apache.maven.plugins</groupId>
268 <artifactId>maven-javadoc-plugin</artifactId>
269 <version>3.0.1</version>
270 <configuration>
271 <failOnError>false</failOnError>
272 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
273 <docletArtifact>
274 <groupId>org.umlgraph</groupId>
275 <artifactId>umlgraph</artifactId>
276 <version>5.6</version>
277 </docletArtifact>
278 <useStandardDocletOptions>true</useStandardDocletOptions>
279 </configuration>
280 </plugin>
281 </plugins>
282 </reporting>
Michael Lando451a3402017-02-19 10:28:42 +0200283
vasrazf1f5a352019-11-26 17:20:27 +0000284 <build>
285 <pluginManagement>
286 <plugins>
287 <plugin>
288 <groupId>org.jacoco</groupId>
289 <artifactId>jacoco-maven-plugin</artifactId>
vasraz5ed93452020-03-18 15:06:19 +0000290 <version>${jacoco.version}</version>
vasrazf1f5a352019-11-26 17:20:27 +0000291 </plugin>
292 <plugin>
293 <groupId>org.apache.maven.plugins</groupId>
294 <artifactId>maven-assembly-plugin</artifactId>
295 <version>3.1.0</version>
Baumel, Dvir (db384r)3e879322020-03-23 16:21:05 +0200296 <configuration>
297 <tarLongFileMode>posix</tarLongFileMode>
298 </configuration>
vasrazf1f5a352019-11-26 17:20:27 +0000299 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200300
vasrazf1f5a352019-11-26 17:20:27 +0000301 <plugin>
302 <groupId>org.codehaus.mojo</groupId>
303 <artifactId>exec-maven-plugin</artifactId>
304 <version>1.6.0</version>
305 </plugin>
306 <plugin>
307 <groupId>org.sonarsource.scanner.maven</groupId>
308 <artifactId>sonar-maven-plugin</artifactId>
vasraz5ed93452020-03-18 15:06:19 +0000309 <version>3.7.0.1746</version>
vasrazf1f5a352019-11-26 17:20:27 +0000310 </plugin>
311 <plugin>
312 <groupId>org.apache.maven.plugins</groupId>
313 <artifactId>maven-clean-plugin</artifactId>
314 <version>3.1.0</version>
315 </plugin>
316 <plugin>
317 <groupId>ru.yaal.maven</groupId>
318 <artifactId>write-text-files-maven-plugin</artifactId>
319 <version>1.1</version>
320 </plugin>
321 <plugin>
322 <groupId>org.codehaus.gmaven</groupId>
323 <artifactId>gmaven-plugin</artifactId>
324 <version>1.5</version>
325 </plugin>
326 <plugin>
327 <groupId>org.codehaus.mojo</groupId>
328 <artifactId>build-helper-maven-plugin</artifactId>
329 <version>3.0.0</version>
330 </plugin>
331 <plugin>
332 <groupId>org.apache.maven.plugins</groupId>
333 <artifactId>maven-deploy-plugin</artifactId>
334 <version>2.8.2</version>
335 </plugin>
336 <plugin>
337 <groupId>org.apache.maven.plugins</groupId>
338 <artifactId>maven-shade-plugin</artifactId>
339 <version>3.1.1</version>
340 </plugin>
341 <plugin>
342 <groupId>org.apache.maven.plugins</groupId>
343 <artifactId>maven-resources-plugin</artifactId>
344 <version>3.1.0</version>
345 </plugin>
346 <plugin>
347 <groupId>io.fabric8</groupId>
348 <artifactId>docker-maven-plugin</artifactId>
349 <version>0.26.0</version>
350 </plugin>
351 <plugin>
352 <groupId>org.apache.maven.plugins</groupId>
353 <artifactId>maven-war-plugin</artifactId>
354 <version>3.2.2</version>
355 </plugin>
356 <plugin>
357 <groupId>com.github.eirslett</groupId>
358 <artifactId>frontend-maven-plugin</artifactId>
359 <version>1.8.0</version>
360 </plugin>
361 <plugin>
362 <groupId>org.apache.maven.plugins</groupId>
363 <artifactId>maven-surefire-plugin</artifactId>
364 <version>${maven-surefire-plugin.version}</version>
365 </plugin>
366 <plugin>
367 <groupId>org.apache.maven.plugins</groupId>
368 <artifactId>maven-compiler-plugin</artifactId>
369 <version>3.8.0</version>
370 </plugin>
371 <plugin>
372 <groupId>com.github.sylvainlaurent.maven</groupId>
373 <artifactId>yaml-json-validator-maven-plugin</artifactId>
374 <version>1.0.1</version>
375 </plugin>
376 <plugin>
377 <groupId>pl.project13.maven</groupId>
378 <artifactId>git-commit-id-plugin</artifactId>
Ben David, Elad (eb7504)ec7da6a2020-03-17 18:12:17 +0200379 <version>4.0.0</version>
vasrazf1f5a352019-11-26 17:20:27 +0000380 </plugin>
381 </plugins>
382 </pluginManagement>
Michael Lando451a3402017-02-19 10:28:42 +0200383
vasrazf1f5a352019-11-26 17:20:27 +0000384 <plugins>
385 <plugin>
386 <artifactId>maven-checkstyle-plugin</artifactId>
387 <version>2.17</version>
388 <configuration>
389 <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
390 <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
391 </configuration>
392 </plugin>
393 <!-- plugin for parsing the project version -->
394 <plugin>
395 <groupId>org.codehaus.mojo</groupId>
396 <artifactId>build-helper-maven-plugin</artifactId>
397 <executions>
398 <execution>
399 <id>parse-version</id>
400 <phase>pre-clean</phase>
401 <goals>
402 <goal>parse-version</goal>
403 </goals>
404 </execution>
405 </executions>
406 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200407
vasrazf1f5a352019-11-26 17:20:27 +0000408 <!-- Java Code Coverage -->
409 <plugin>
410 <groupId>org.jacoco</groupId>
411 <artifactId>jacoco-maven-plugin</artifactId>
412 <inherited>false</inherited>
413 <executions>
414 <execution>
415 <id>default-instrument</id>
416 <goals>
417 <goal>instrument</goal>
418 </goals>
419 </execution>
420 <execution>
421 <id>default-restore-instrumented-classes</id>
422 <goals>
423 <goal>restore-instrumented-classes</goal>
424 </goals>
425 </execution>
426 <execution>
427 <id>default-report</id>
428 <goals>
429 <goal>report</goal>
430 </goals>
431 <configuration>
432 <dataFile>${project.build.directory}/jacoco.exec</dataFile>
433 </configuration>
434 </execution>
435 </executions>
436 </plugin>
Michael Landoa5445102018-03-04 14:53:33 +0200437
vasrazf1f5a352019-11-26 17:20:27 +0000438 <plugin>
439 <groupId>org.apache.maven.plugins</groupId>
440 <artifactId>maven-site-plugin</artifactId>
441 <version>3.7.1</version>
442 <dependencies>
443 <dependency>
444 <groupId>org.apache.maven.wagon</groupId>
445 <artifactId>wagon-webdav-jackrabbit</artifactId>
446 <version>3.0.0</version>
447 </dependency>
448 </dependencies>
449 </plugin>
AviZi280f8012017-06-09 02:39:56 +0300450
vasrazf1f5a352019-11-26 17:20:27 +0000451 <!-- Set the deployment repositories properties. -->
452 <plugin>
453 <groupId>org.codehaus.gmaven</groupId>
454 <artifactId>gmaven-plugin</artifactId>
455 <executions>
456 <execution>
457 <inherited>false</inherited>
458 <phase>integration-test</phase>
459 <goals>
460 <goal>execute</goal>
461 </goals>
462 <configuration>
463 <source>
464 pom.properties['deploy.url'] =
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +0300465 pom.version.contains('-SNAPSHOT') ?
466 project.distributionManagement.snapshotRepository.url :
467 project.distributionManagement.repository.url;
vasrazf1f5a352019-11-26 17:20:27 +0000468 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +0300469 project.distributionManagement.snapshotRepository.id :
470 project.distributionManagement.repository.id;
vasrazf1f5a352019-11-26 17:20:27 +0000471 </source>
472 </configuration>
473 </execution>
474 </executions>
475 </plugin>
476 <plugin>
477 <groupId>org.apache.maven.plugins</groupId>
478 <artifactId>maven-compiler-plugin</artifactId>
479 <configuration>
480 <source>1.8</source>
481 <target>1.8</target>
482 </configuration>
483 </plugin>
484 <plugin>
485 <groupId>org.apache.maven.plugins</groupId>
486 <artifactId>maven-surefire-plugin</artifactId>
487 <configuration>
488 <printSummary>false</printSummary>
489 <systemPropertyVariables>
490 <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
491 </systemPropertyVariables>
492 </configuration>
493 </plugin>
494 <plugin>
495 <groupId>pl.project13.maven</groupId>
496 <artifactId>git-commit-id-plugin</artifactId>
497 <executions>
498 <execution>
499 <goals>
500 <goal>revision</goal>
501 </goals>
502 </execution>
503 </executions>
504 <configuration>
505 <generateGitPropertiesFile>true</generateGitPropertiesFile>
506 <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties
507 </generateGitPropertiesFilename>
508 <failOnNoGitDirectory>true</failOnNoGitDirectory>
509 <verbose>false</verbose>
510 <includeOnlyProperties>
511 <includeOnlyProperty>git.build.version</includeOnlyProperty>
512 <includeOnlyProperty>git.build.time</includeOnlyProperty>
513 <includeOnlyProperty>git.commit.id</includeOnlyProperty>
514 <includeOnlyProperty>git.commit.time</includeOnlyProperty>
515 <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
516 <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
517 <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
518 <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
519 </includeOnlyProperties>
520 <gitDescribe>
521 <skip>true</skip>
522 </gitDescribe>
523 <useNativeGit>false</useNativeGit>
524 </configuration>
525 </plugin>
526 </plugins>
527 </build>
Michael Lando451a3402017-02-19 10:28:42 +0200528
vasrazf1f5a352019-11-26 17:20:27 +0000529 <profiles>
530 <profile>
531 <id>all</id>
532 <activation>
533 <activeByDefault>true</activeByDefault>
534 </activation>
535 <modules>
536 <module>onboarding</module>
ys969316a9fce2020-01-19 13:50:02 +0200537 <module>common-app-logging</module>
vasrazf1f5a352019-11-26 17:20:27 +0000538 <module>common-app-api</module>
539 <module>common-be</module>
540 <module>catalog-dao</module>
541 <module>catalog-model</module>
542 <module>catalog-be</module>
543 <module>asdctool</module>
544 <module>catalog-ui</module>
545 <module>catalog-fe</module>
546 <module>test-apis-ci</module>
547 <module>ui-ci</module>
548 <module>sdc-os-chef</module>
549 <module>utils/webseal-simulator</module>
550 </modules>
AviZi280f8012017-06-09 02:39:56 +0300551
vasrazf1f5a352019-11-26 17:20:27 +0000552 </profile>
sheetalm297209b2018-02-20 19:06:27 +0530553
vasrazf1f5a352019-11-26 17:20:27 +0000554 <profile>
555 <id>catalog</id>
556 <activation>
557 <activeByDefault>false</activeByDefault>
558 </activation>
559 <modules>
ys969316a9fce2020-01-19 13:50:02 +0200560 <module>common-app-logging</module>
vasrazf1f5a352019-11-26 17:20:27 +0000561 <module>common-app-api</module>
562 <module>common-be</module>
563 <module>catalog-dao</module>
564 <module>catalog-model</module>
565 <module>catalog-be</module>
566 <module>asdctool</module>
567 <module>catalog-ui</module>
568 <module>catalog-fe</module>
569 <module>test-apis-ci</module>
570 <module>ui-ci</module>
571 </modules>
vasrazf1f5a352019-11-26 17:20:27 +0000572 </profile>
AviZi280f8012017-06-09 02:39:56 +0300573
vasrazf1f5a352019-11-26 17:20:27 +0000574 <profile>
575 <id>onboarding</id>
576 <activation>
577 <activeByDefault>false</activeByDefault>
578 </activation>
579 <modules>
580 <module>onboarding</module>
581 </modules>
582 </profile>
Gautam Shah3de22e12018-04-21 16:18:37 +0530583
vasrazf1f5a352019-11-26 17:20:27 +0000584 </profiles>
Gautam Shah3de22e12018-04-21 16:18:37 +0530585
vasrazf1f5a352019-11-26 17:20:27 +0000586 <repositories>
587 <!-- LF repositories -->
588 <repository>
589 <id>ecomp-releases</id>
590 <name>Release Repository</name>
591 <url>${nexus.proxy}/content/repositories/releases/</url>
592 </repository>
593 <repository>
594 <id>ecomp-snapshots</id>
595 <name>Snapshots Repository</name>
596 <url>${nexus.proxy}/content/repositories/snapshots/</url>
597 </repository>
598 <repository>
599 <id>ecomp-public</id>
600 <name>Public Repository</name>
601 <url>${nexus.proxy}/content/repositories/public/</url>
602 </repository>
603 <!-- LF repositories END-->
604 </repositories>
605
606 <distributionManagement>
607 <repository>
608 <id>ecomp-releases</id>
609 <name>Release Repository</name>
610 <url>${nexus.proxy}/content/repositories/releases/</url>
611 </repository>
612 <snapshotRepository>
613 <id>ecomp-snapshots</id>
614 <name>Snapshot Repository</name>
615 <url>${nexus.proxy}/content/repositories/snapshots/</url>
616 </snapshotRepository>
617 <site>
618 <id>ecomp-site</id>
619 <url>dav:${nexus.proxy}${sitePath}</url>
620 </site>
621 </distributionManagement>
Tal Gitelmanc63a3402018-08-05 17:16:15 +0300622</project>
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +0300623