blob: 846b93ad94ba97c0c8a2561a32e511b75460e03f [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>
vasrazf1f5a352019-11-26 17:20:27 +000051 <jersey-bom.version>2.27</jersey-bom.version>
52 <netty.version>4.1.36.Final</netty.version>
53 <servlet-api.version>3.1.0</servlet-api.version>
54 <wire-mock.version>2.18.0</wire-mock.version>
Ofir Sonsinof70e2b52020-01-21 15:29:57 +020055 <ecomp.version>2.6.0</ecomp.version>
vasraz8394fae2020-04-28 16:57:56 +010056 <cassandra.unit.version>4.3.1.0</cassandra.unit.version>
ys969316a9fce2020-01-19 13:50:02 +020057 <cadi.version>2.1.8</cadi.version>
vasraz5ed93452020-03-18 15:06:19 +000058 <lombok.version>1.18.12</lombok.version>
vasrazf1f5a352019-11-26 17:20:27 +000059 <commons-beanutils>1.9.3</commons-beanutils>
60 <commons-configuration>2.3</commons-configuration>
61 <apache-poi.version>4.1.0</apache-poi.version>
ys969316a9fce2020-01-19 13:50:02 +020062 <onap.logging.version>1.6.1</onap.logging.version>
Michael Lando451a3402017-02-19 10:28:42 +020063
vasrazf1f5a352019-11-26 17:20:27 +000064 <commons.collections.version>4.1</commons.collections.version>
ys969316a9fce2020-01-19 13:50:02 +020065 <ws.rs.version>2.0.1</ws.rs.version>
Talio1468fdc2019-02-05 11:05:05 +020066
vasrazf1f5a352019-11-26 17:20:27 +000067 <jetty.version>9.4.18.v20190429</jetty.version>
Michael Lando451a3402017-02-19 10:28:42 +020068
vasrazf1f5a352019-11-26 17:20:27 +000069 <!-- JSON and YAML Parsing -->
70 <jackson.version>2.9.9</jackson.version>
71 <jackson-annotations.version>2.9.9</jackson-annotations.version>
72 <jackson.mapper.version>1.9.13</jackson.mapper.version>
shrek20000594c412020-01-30 14:52:49 +020073 <clearspring.version>2.1.1</clearspring.version>
Michael Lando451a3402017-02-19 10:28:42 +020074
vasrazf1f5a352019-11-26 17:20:27 +000075 <!-- Yaml for properties -->
76 <snakeyaml.version>1.14</snakeyaml.version>
77 <functionaljava.version>4.7</functionaljava.version>
78 <httpclient.version>4.5.3</httpclient.version>
79 <httpcore.version>4.4.1</httpcore.version>
80 <json-simple.version>1.1</json-simple.version>
AviZi280f8012017-06-09 02:39:56 +030081
vasrazf1f5a352019-11-26 17:20:27 +000082 <!-- Logging start -->
83 <!-- logback -->
84 <logback.version>1.2.3</logback.version>
85 <slf4j-api.version>1.7.25</slf4j-api.version>
86 <commons-codec>1.10</commons-codec>
87 <commons-logging>1.2</commons-logging>
88 <janino.version>3.0.6</janino.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030089
vasrazf1f5a352019-11-26 17:20:27 +000090 <!-- aspects -->
91 <jcabi.version>0.20.1</jcabi.version>
92 <aspectjrt.version>1.8.4</aspectjrt.version>
93 <aspectj.version>1.7.4</aspectj.version>
94 <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030095
vasrazf1f5a352019-11-26 17:20:27 +000096 <!-- Logging end -->
97 <!-- System Metrics -->
98 <sigar.version>1.6.4</sigar.version>
Michael Lando451a3402017-02-19 10:28:42 +020099
vasrazf1f5a352019-11-26 17:20:27 +0000100 <regex.version>3.0.3</regex.version>
Michael Lando451a3402017-02-19 10:28:42 +0200101
vasrazf1f5a352019-11-26 17:20:27 +0000102 <!--GSON-->
103 <gson.version>2.3.1</gson.version>
AviZi280f8012017-06-09 02:39:56 +0300104
vasrazf1f5a352019-11-26 17:20:27 +0000105 <!--listen to file changes-->
106 <commons-jci-core.version>1.1</commons-jci-core.version>
AviZi280f8012017-06-09 02:39:56 +0300107
vasrazf1f5a352019-11-26 17:20:27 +0000108 <!--TESTING-->
109 <mockito.version>2.18.3</mockito.version>
Baumel, Dvir (db384r)3e879322020-03-23 16:21:05 +0200110 <mockitoJupiter.version>3.3.3</mockitoJupiter.version>
vasrazf1f5a352019-11-26 17:20:27 +0000111 <jmockit.version>1.33</jmockit.version>
112 <junit.version>4.12</junit.version>
Baumel, Dvir (db384r)3e879322020-03-23 16:21:05 +0200113 <junitJupiter.version>5.6.0</junitJupiter.version>
vasrazf1f5a352019-11-26 17:20:27 +0000114 <assertj.version>3.10.0</assertj.version>
115 <testng.version>6.14.3</testng.version>
vasrazf1f5a352019-11-26 17:20:27 +0000116 <cucumber.version>2.4.0</cucumber.version>
117 <bean-matchers.version>0.11</bean-matchers.version>
118 <hamcrest.version>2.1</hamcrest.version>
119 <hamcrest-all.version>1.3</hamcrest-all.version>
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +0300120 <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
vasrazf1f5a352019-11-26 17:20:27 +0000121 <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
Michael Landoa5445102018-03-04 14:53:33 +0200122
vasrazf1f5a352019-11-26 17:20:27 +0000123 <!-- parser-->
vasrazfb6e60d2019-12-02 13:56:40 +0000124 <sdc-tosca-parser.version>1.6.5</sdc-tosca-parser.version>
Michael Landoa5445102018-03-04 14:53:33 +0200125
vasrazf1f5a352019-11-26 17:20:27 +0000126 <!-- sonar -->
andre.schmid4a4d45f2020-03-06 14:42:45 +0000127 <sonar.projectVersion>${project.version}</sonar.projectVersion>
128 <sonar.nodejs.executable>${project.basedir}/node/node</sonar.nodejs.executable>
129 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
130 <sonar.javascript.lcov.reportPaths>${project.build.directory}/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths>
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +0300131 <sonar.coverage.jacoco.xmlReportPaths>
132 ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
133 </sonar.coverage.jacoco.xmlReportPaths>
vasrazf1f5a352019-11-26 17:20:27 +0000134 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
135 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
andre.schmid4a4d45f2020-03-06 14:42:45 +0000136 <sonar.coverage.exclusions>pom.xml,src/test</sonar.coverage.exclusions>
vasrazf1f5a352019-11-26 17:20:27 +0000137 <!--cassandra -->
vasraz8394fae2020-04-28 16:57:56 +0100138 <cassandra.driver.version>3.8.0</cassandra.driver.version>
vasrazf1f5a352019-11-26 17:20:27 +0000139 <!-- maven central (Nexus) -->
140 <nexus.id.release>nexus</nexus.id.release>
141 <nexus.id.snapshot>nexus</nexus.id.snapshot>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200142
vasrazf1f5a352019-11-26 17:20:27 +0000143 <!--nexus-->
144 <npm.registry>https://nexus3.onap.org/repository/npm.public/</npm.registry>
145 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
146 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
147 <staging.profile.id>176c31dfe190a</staging.profile.id>
148 <!--maven-->
149 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
150 <!--docker tags-->
151 <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
ys969316a9fce2020-01-19 13:50:02 +0200152 <!--togglz version-->
153 <togglz.version>2.4.1.Final</togglz.version>
Michael Landodc856bb2018-08-13 13:27:52 +0300154
vasrazf1f5a352019-11-26 17:20:27 +0000155 <joda.time.version>2.9.9</joda.time.version>
taliofe4afd42019-04-14 15:37:20 +0300156
ys969316a9fce2020-01-19 13:50:02 +0200157 <!--sdc-security-utils-->
Yuli Shlosberg47fc40a2020-01-23 11:50:40 +0200158 <security.util.lib.version>1.6.0</security.util.lib.version>
vasrazf1f5a352019-11-26 17:20:27 +0000159 <!--jacoco-->
vasraz5ed93452020-03-18 15:06:19 +0000160 <jacoco.version>0.8.5</jacoco.version>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200161
vasraz8394fae2020-04-28 16:57:56 +0100162 <java.driver.core.version>4.5.1</java.driver.core.version>
163
vasrazf1f5a352019-11-26 17:20:27 +0000164 </properties>
Michael Lando451a3402017-02-19 10:28:42 +0200165
Michael Lando5c9769c2018-08-20 01:27:45 +0300166
vasrazf1f5a352019-11-26 17:20:27 +0000167 <dependencyManagement>
kooperfaaad992019-05-07 08:44:41 +0000168 <dependencies>
vasrazf1f5a352019-11-26 17:20:27 +0000169 <dependency>
170 <groupId>com.google.guava</groupId>
171 <artifactId>guava</artifactId>
172 <version>${guava.version}</version>
173 </dependency>
174
175 <dependency>
176 <groupId>org.glassfish.jersey.ext</groupId>
177 <artifactId>jersey-bean-validation</artifactId>
178 <version>${jersey-bom.version}</version>
179 </dependency>
180
181 <dependency>
182 <groupId>org.glassfish.hk2.external</groupId>
183 <artifactId>asm-all-repackaged</artifactId>
184 <version>2.4.0</version>
185 </dependency>
186
187 <dependency>
188 <groupId>org.assertj</groupId>
189 <artifactId>assertj-core</artifactId>
190 <version>${assertj.version}</version>
191 </dependency>
192
193 <dependency>
194 <groupId>org.mockito</groupId>
195 <artifactId>mockito-core</artifactId>
196 <version>${mockito.version}</version>
197 </dependency>
198
199 <dependency>
200 <groupId>org.jmockit</groupId>
201 <artifactId>jmockit</artifactId>
202 <version>${jmockit.version}</version>
203 </dependency>
204
205
206 <dependency>
207 <groupId>com.github.tomakehurst</groupId>
208 <artifactId>wiremock-standalone</artifactId>
209 <version>${wire-mock.version}</version>
210 </dependency>
211
212 <dependency>
213 <groupId>io.cucumber</groupId>
214 <artifactId>cucumber-java</artifactId>
215 <version>${cucumber.version}</version>
216 </dependency>
217
218 <dependency>
219 <groupId>io.cucumber</groupId>
220 <artifactId>cucumber-junit</artifactId>
221 <version>${cucumber.version}</version>
222 </dependency>
223
224 <dependency>
225 <groupId>org.apache.commons</groupId>
226 <artifactId>commons-lang3</artifactId>
227 <version>${lang3.version}</version>
228 </dependency>
229 <dependency>
230 <groupId>org.codehaus.groovy</groupId>
231 <artifactId>groovy</artifactId>
232 <version>2.4.13</version>
233 </dependency>
234 <dependency>
235 <groupId>io.netty</groupId>
236 <artifactId>netty-all</artifactId>
237 <version>${netty.version}</version>
238 </dependency>
239 <dependency>
240 <groupId>io.netty</groupId>
241 <artifactId>netty-handler</artifactId>
242 <version>${netty.version}</version>
243 </dependency>
kooperfaaad992019-05-07 08:44:41 +0000244 </dependencies>
vasrazf1f5a352019-11-26 17:20:27 +0000245 </dependencyManagement>
kooperfaaad992019-05-07 08:44:41 +0000246
vasrazf1f5a352019-11-26 17:20:27 +0000247 <dependencies>
248 <dependency>
249 <!-- must be on the classpath -->
250 <groupId>org.jacoco</groupId>
251 <artifactId>org.jacoco.agent</artifactId>
252 <classifier>runtime</classifier>
253 <version>${jacoco.version}</version>
254 <scope>test</scope>
255 </dependency>
256 </dependencies>
Michael Lando451a3402017-02-19 10:28:42 +0200257
vasrazf1f5a352019-11-26 17:20:27 +0000258 <reporting>
259 <plugins>
260 <plugin>
261 <groupId>org.apache.maven.plugins</groupId>
262 <artifactId>maven-javadoc-plugin</artifactId>
263 <version>3.0.1</version>
264 <configuration>
265 <failOnError>false</failOnError>
266 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
267 <docletArtifact>
268 <groupId>org.umlgraph</groupId>
269 <artifactId>umlgraph</artifactId>
270 <version>5.6</version>
271 </docletArtifact>
272 <useStandardDocletOptions>true</useStandardDocletOptions>
273 </configuration>
274 </plugin>
275 </plugins>
276 </reporting>
Michael Lando451a3402017-02-19 10:28:42 +0200277
vasrazf1f5a352019-11-26 17:20:27 +0000278 <build>
279 <pluginManagement>
280 <plugins>
281 <plugin>
282 <groupId>org.jacoco</groupId>
283 <artifactId>jacoco-maven-plugin</artifactId>
vasraz5ed93452020-03-18 15:06:19 +0000284 <version>${jacoco.version}</version>
vasrazf1f5a352019-11-26 17:20:27 +0000285 </plugin>
286 <plugin>
287 <groupId>org.apache.maven.plugins</groupId>
288 <artifactId>maven-assembly-plugin</artifactId>
289 <version>3.1.0</version>
Baumel, Dvir (db384r)3e879322020-03-23 16:21:05 +0200290 <configuration>
291 <tarLongFileMode>posix</tarLongFileMode>
292 </configuration>
vasrazf1f5a352019-11-26 17:20:27 +0000293 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200294
vasrazf1f5a352019-11-26 17:20:27 +0000295 <plugin>
296 <groupId>org.codehaus.mojo</groupId>
297 <artifactId>exec-maven-plugin</artifactId>
298 <version>1.6.0</version>
299 </plugin>
300 <plugin>
301 <groupId>org.sonarsource.scanner.maven</groupId>
302 <artifactId>sonar-maven-plugin</artifactId>
vasraz5ed93452020-03-18 15:06:19 +0000303 <version>3.7.0.1746</version>
vasrazf1f5a352019-11-26 17:20:27 +0000304 </plugin>
305 <plugin>
306 <groupId>org.apache.maven.plugins</groupId>
307 <artifactId>maven-clean-plugin</artifactId>
308 <version>3.1.0</version>
309 </plugin>
310 <plugin>
311 <groupId>ru.yaal.maven</groupId>
312 <artifactId>write-text-files-maven-plugin</artifactId>
313 <version>1.1</version>
314 </plugin>
315 <plugin>
316 <groupId>org.codehaus.gmaven</groupId>
317 <artifactId>gmaven-plugin</artifactId>
318 <version>1.5</version>
319 </plugin>
320 <plugin>
321 <groupId>org.codehaus.mojo</groupId>
322 <artifactId>build-helper-maven-plugin</artifactId>
323 <version>3.0.0</version>
324 </plugin>
325 <plugin>
326 <groupId>org.apache.maven.plugins</groupId>
327 <artifactId>maven-deploy-plugin</artifactId>
328 <version>2.8.2</version>
329 </plugin>
330 <plugin>
331 <groupId>org.apache.maven.plugins</groupId>
332 <artifactId>maven-shade-plugin</artifactId>
333 <version>3.1.1</version>
334 </plugin>
335 <plugin>
336 <groupId>org.apache.maven.plugins</groupId>
337 <artifactId>maven-resources-plugin</artifactId>
338 <version>3.1.0</version>
339 </plugin>
340 <plugin>
341 <groupId>io.fabric8</groupId>
342 <artifactId>docker-maven-plugin</artifactId>
343 <version>0.26.0</version>
344 </plugin>
345 <plugin>
346 <groupId>org.apache.maven.plugins</groupId>
347 <artifactId>maven-war-plugin</artifactId>
348 <version>3.2.2</version>
349 </plugin>
350 <plugin>
351 <groupId>com.github.eirslett</groupId>
352 <artifactId>frontend-maven-plugin</artifactId>
353 <version>1.8.0</version>
354 </plugin>
355 <plugin>
356 <groupId>org.apache.maven.plugins</groupId>
357 <artifactId>maven-surefire-plugin</artifactId>
358 <version>${maven-surefire-plugin.version}</version>
359 </plugin>
360 <plugin>
361 <groupId>org.apache.maven.plugins</groupId>
362 <artifactId>maven-compiler-plugin</artifactId>
363 <version>3.8.0</version>
364 </plugin>
365 <plugin>
366 <groupId>com.github.sylvainlaurent.maven</groupId>
367 <artifactId>yaml-json-validator-maven-plugin</artifactId>
368 <version>1.0.1</version>
369 </plugin>
370 <plugin>
371 <groupId>pl.project13.maven</groupId>
372 <artifactId>git-commit-id-plugin</artifactId>
Ben David, Elad (eb7504)ec7da6a2020-03-17 18:12:17 +0200373 <version>4.0.0</version>
vasrazf1f5a352019-11-26 17:20:27 +0000374 </plugin>
375 </plugins>
376 </pluginManagement>
Michael Lando451a3402017-02-19 10:28:42 +0200377
vasrazf1f5a352019-11-26 17:20:27 +0000378 <plugins>
379 <plugin>
380 <artifactId>maven-checkstyle-plugin</artifactId>
381 <version>2.17</version>
382 <configuration>
383 <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
384 <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
385 </configuration>
386 </plugin>
387 <!-- plugin for parsing the project version -->
388 <plugin>
389 <groupId>org.codehaus.mojo</groupId>
390 <artifactId>build-helper-maven-plugin</artifactId>
391 <executions>
392 <execution>
393 <id>parse-version</id>
394 <phase>pre-clean</phase>
395 <goals>
396 <goal>parse-version</goal>
397 </goals>
398 </execution>
399 </executions>
400 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200401
vasrazf1f5a352019-11-26 17:20:27 +0000402 <!-- Java Code Coverage -->
403 <plugin>
404 <groupId>org.jacoco</groupId>
405 <artifactId>jacoco-maven-plugin</artifactId>
406 <inherited>false</inherited>
407 <executions>
408 <execution>
409 <id>default-instrument</id>
410 <goals>
411 <goal>instrument</goal>
412 </goals>
413 </execution>
414 <execution>
415 <id>default-restore-instrumented-classes</id>
416 <goals>
417 <goal>restore-instrumented-classes</goal>
418 </goals>
419 </execution>
420 <execution>
421 <id>default-report</id>
422 <goals>
423 <goal>report</goal>
424 </goals>
425 <configuration>
426 <dataFile>${project.build.directory}/jacoco.exec</dataFile>
427 </configuration>
428 </execution>
429 </executions>
430 </plugin>
Michael Landoa5445102018-03-04 14:53:33 +0200431
vasrazf1f5a352019-11-26 17:20:27 +0000432 <plugin>
433 <groupId>org.apache.maven.plugins</groupId>
434 <artifactId>maven-site-plugin</artifactId>
435 <version>3.7.1</version>
436 <dependencies>
437 <dependency>
438 <groupId>org.apache.maven.wagon</groupId>
439 <artifactId>wagon-webdav-jackrabbit</artifactId>
440 <version>3.0.0</version>
441 </dependency>
442 </dependencies>
443 </plugin>
AviZi280f8012017-06-09 02:39:56 +0300444
vasrazf1f5a352019-11-26 17:20:27 +0000445 <!-- Set the deployment repositories properties. -->
446 <plugin>
447 <groupId>org.codehaus.gmaven</groupId>
448 <artifactId>gmaven-plugin</artifactId>
449 <executions>
450 <execution>
451 <inherited>false</inherited>
452 <phase>integration-test</phase>
453 <goals>
454 <goal>execute</goal>
455 </goals>
456 <configuration>
457 <source>
458 pom.properties['deploy.url'] =
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +0300459 pom.version.contains('-SNAPSHOT') ?
460 project.distributionManagement.snapshotRepository.url :
461 project.distributionManagement.repository.url;
vasrazf1f5a352019-11-26 17:20:27 +0000462 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +0300463 project.distributionManagement.snapshotRepository.id :
464 project.distributionManagement.repository.id;
vasrazf1f5a352019-11-26 17:20:27 +0000465 </source>
466 </configuration>
467 </execution>
468 </executions>
469 </plugin>
470 <plugin>
471 <groupId>org.apache.maven.plugins</groupId>
472 <artifactId>maven-compiler-plugin</artifactId>
473 <configuration>
474 <source>1.8</source>
475 <target>1.8</target>
476 </configuration>
477 </plugin>
478 <plugin>
479 <groupId>org.apache.maven.plugins</groupId>
480 <artifactId>maven-surefire-plugin</artifactId>
481 <configuration>
482 <printSummary>false</printSummary>
483 <systemPropertyVariables>
484 <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
485 </systemPropertyVariables>
486 </configuration>
487 </plugin>
488 <plugin>
489 <groupId>pl.project13.maven</groupId>
490 <artifactId>git-commit-id-plugin</artifactId>
491 <executions>
492 <execution>
493 <goals>
494 <goal>revision</goal>
495 </goals>
496 </execution>
497 </executions>
498 <configuration>
499 <generateGitPropertiesFile>true</generateGitPropertiesFile>
500 <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties
501 </generateGitPropertiesFilename>
502 <failOnNoGitDirectory>true</failOnNoGitDirectory>
503 <verbose>false</verbose>
504 <includeOnlyProperties>
505 <includeOnlyProperty>git.build.version</includeOnlyProperty>
506 <includeOnlyProperty>git.build.time</includeOnlyProperty>
507 <includeOnlyProperty>git.commit.id</includeOnlyProperty>
508 <includeOnlyProperty>git.commit.time</includeOnlyProperty>
509 <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
510 <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
511 <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
512 <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
513 </includeOnlyProperties>
514 <gitDescribe>
515 <skip>true</skip>
516 </gitDescribe>
517 <useNativeGit>false</useNativeGit>
518 </configuration>
519 </plugin>
520 </plugins>
521 </build>
Michael Lando451a3402017-02-19 10:28:42 +0200522
vasrazf1f5a352019-11-26 17:20:27 +0000523 <profiles>
524 <profile>
525 <id>all</id>
526 <activation>
527 <activeByDefault>true</activeByDefault>
528 </activation>
529 <modules>
530 <module>onboarding</module>
ys969316a9fce2020-01-19 13:50:02 +0200531 <module>common-app-logging</module>
vasrazf1f5a352019-11-26 17:20:27 +0000532 <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 <module>sdc-os-chef</module>
543 <module>utils/webseal-simulator</module>
544 </modules>
AviZi280f8012017-06-09 02:39:56 +0300545
vasrazf1f5a352019-11-26 17:20:27 +0000546 </profile>
sheetalm297209b2018-02-20 19:06:27 +0530547
vasrazf1f5a352019-11-26 17:20:27 +0000548 <profile>
549 <id>catalog</id>
550 <activation>
551 <activeByDefault>false</activeByDefault>
552 </activation>
553 <modules>
ys969316a9fce2020-01-19 13:50:02 +0200554 <module>common-app-logging</module>
vasrazf1f5a352019-11-26 17:20:27 +0000555 <module>common-app-api</module>
556 <module>common-be</module>
557 <module>catalog-dao</module>
558 <module>catalog-model</module>
559 <module>catalog-be</module>
560 <module>asdctool</module>
561 <module>catalog-ui</module>
562 <module>catalog-fe</module>
563 <module>test-apis-ci</module>
564 <module>ui-ci</module>
565 </modules>
vasrazf1f5a352019-11-26 17:20:27 +0000566 </profile>
AviZi280f8012017-06-09 02:39:56 +0300567
vasrazf1f5a352019-11-26 17:20:27 +0000568 <profile>
569 <id>onboarding</id>
570 <activation>
571 <activeByDefault>false</activeByDefault>
572 </activation>
573 <modules>
574 <module>onboarding</module>
575 </modules>
576 </profile>
Gautam Shah3de22e12018-04-21 16:18:37 +0530577
vasrazf1f5a352019-11-26 17:20:27 +0000578 </profiles>
Gautam Shah3de22e12018-04-21 16:18:37 +0530579
vasrazf1f5a352019-11-26 17:20:27 +0000580 <repositories>
581 <!-- LF repositories -->
582 <repository>
583 <id>ecomp-releases</id>
584 <name>Release Repository</name>
585 <url>${nexus.proxy}/content/repositories/releases/</url>
586 </repository>
587 <repository>
588 <id>ecomp-snapshots</id>
589 <name>Snapshots Repository</name>
590 <url>${nexus.proxy}/content/repositories/snapshots/</url>
591 </repository>
592 <repository>
593 <id>ecomp-public</id>
594 <name>Public Repository</name>
595 <url>${nexus.proxy}/content/repositories/public/</url>
596 </repository>
597 <!-- LF repositories END-->
598 </repositories>
599
600 <distributionManagement>
601 <repository>
602 <id>ecomp-releases</id>
603 <name>Release Repository</name>
604 <url>${nexus.proxy}/content/repositories/releases/</url>
605 </repository>
606 <snapshotRepository>
607 <id>ecomp-snapshots</id>
608 <name>Snapshot Repository</name>
609 <url>${nexus.proxy}/content/repositories/snapshots/</url>
610 </snapshotRepository>
611 <site>
612 <id>ecomp-site</id>
613 <url>dav:${nexus.proxy}${sitePath}</url>
614 </site>
615 </distributionManagement>
Tal Gitelmanc63a3402018-08-05 17:16:15 +0300616</project>
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +0300617