blob: 59b597b1b20ebe5e8e359eb5ca56fdd45b1c2e24 [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"
vasraza36531c2020-04-29 18:39:35 +010023 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>
vasraza1bd2352020-05-06 23:57:53 +010047 <lang3.version>3.10</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>
aribeiro6909f0c2020-05-27 11:37:44 +010051 <jersey-bom.version>2.27</jersey-bom.version>
vasrazf1f5a352019-11-26 17:20:27 +000052 <netty.version>4.1.36.Final</netty.version>
53 <servlet-api.version>3.1.0</servlet-api.version>
vasraza1bd2352020-05-06 23:57:53 +010054 <wire-mock.version>2.26.3</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 -->
vasrazca685bb2020-06-11 17:05:29 +010070 <jackson.version>2.10.0</jackson.version>
71 <jackson-annotations.version>${jackson.version}</jackson-annotations.version>
vasrazf1f5a352019-11-26 17:20:27 +000072 <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-->
vasraza36531c2020-04-29 18:39:35 +0100109 <mockito.version>3.3.3</mockito.version>
Baumel, Dvir (db384r)3e879322020-03-23 16:21:05 +0200110 <mockitoJupiter.version>3.3.3</mockitoJupiter.version>
vasraza36531c2020-04-29 18:39:35 +0100111 <jmockit.version>1.35</jmockit.version>
vasrazf1f5a352019-11-26 17:20:27 +0000112 <junit.version>4.12</junit.version>
vasraza36531c2020-04-29 18:39:35 +0100113 <junit.platform.version>1.6.0</junit.platform.version>
Baumel, Dvir (db384r)3e879322020-03-23 16:21:05 +0200114 <junitJupiter.version>5.6.0</junitJupiter.version>
vasraza1bd2352020-05-06 23:57:53 +0100115 <assertj.version>3.16.0</assertj.version>
vasrazf1f5a352019-11-26 17:20:27 +0000116 <testng.version>6.14.3</testng.version>
vasraza36531c2020-04-29 18:39:35 +0100117 <cucumber.version>5.6.0</cucumber.version>
vasrazf1f5a352019-11-26 17:20:27 +0000118 <bean-matchers.version>0.11</bean-matchers.version>
119 <hamcrest.version>2.1</hamcrest.version>
120 <hamcrest-all.version>1.3</hamcrest-all.version>
vasraza36531c2020-04-29 18:39:35 +0100121 <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
vasrazf1f5a352019-11-26 17:20:27 +0000122 <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
Michael Landoa5445102018-03-04 14:53:33 +0200123
vasrazf1f5a352019-11-26 17:20:27 +0000124 <!-- parser-->
vasrazfb6e60d2019-12-02 13:56:40 +0000125 <sdc-tosca-parser.version>1.6.5</sdc-tosca-parser.version>
Michael Landoa5445102018-03-04 14:53:33 +0200126
vasrazf1f5a352019-11-26 17:20:27 +0000127 <!-- sonar -->
andre.schmid4a4d45f2020-03-06 14:42:45 +0000128 <sonar.projectVersion>${project.version}</sonar.projectVersion>
129 <sonar.nodejs.executable>${project.basedir}/node/node</sonar.nodejs.executable>
vasraza36531c2020-04-29 18:39:35 +0100130 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports
131 </sonar.surefire.reportsPath>
132 <sonar.javascript.lcov.reportPaths>${project.build.directory}/code-coverage/lcov.info
133 </sonar.javascript.lcov.reportPaths>
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +0300134 <sonar.coverage.jacoco.xmlReportPaths>
135 ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
136 </sonar.coverage.jacoco.xmlReportPaths>
vasrazf1f5a352019-11-26 17:20:27 +0000137 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
138 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
andre.schmid4a4d45f2020-03-06 14:42:45 +0000139 <sonar.coverage.exclusions>pom.xml,src/test</sonar.coverage.exclusions>
vasrazf1f5a352019-11-26 17:20:27 +0000140 <!--cassandra -->
vasraz8394fae2020-04-28 16:57:56 +0100141 <cassandra.driver.version>3.8.0</cassandra.driver.version>
vasrazf1f5a352019-11-26 17:20:27 +0000142 <!-- maven central (Nexus) -->
143 <nexus.id.release>nexus</nexus.id.release>
144 <nexus.id.snapshot>nexus</nexus.id.snapshot>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200145
vasrazf1f5a352019-11-26 17:20:27 +0000146 <!--nexus-->
147 <npm.registry>https://nexus3.onap.org/repository/npm.public/</npm.registry>
148 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
149 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
150 <staging.profile.id>176c31dfe190a</staging.profile.id>
151 <!--maven-->
152 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
153 <!--docker tags-->
154 <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
ys969316a9fce2020-01-19 13:50:02 +0200155 <!--togglz version-->
156 <togglz.version>2.4.1.Final</togglz.version>
Michael Landodc856bb2018-08-13 13:27:52 +0300157
vasrazf1f5a352019-11-26 17:20:27 +0000158 <joda.time.version>2.9.9</joda.time.version>
taliofe4afd42019-04-14 15:37:20 +0300159
ys969316a9fce2020-01-19 13:50:02 +0200160 <!--sdc-security-utils-->
Yuli Shlosberg47fc40a2020-01-23 11:50:40 +0200161 <security.util.lib.version>1.6.0</security.util.lib.version>
vasrazf1f5a352019-11-26 17:20:27 +0000162 <!--jacoco-->
vasraz5ed93452020-03-18 15:06:19 +0000163 <jacoco.version>0.8.5</jacoco.version>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200164
vasraz8394fae2020-04-28 16:57:56 +0100165 <java.driver.core.version>4.5.1</java.driver.core.version>
166
vasrazf1f5a352019-11-26 17:20:27 +0000167 </properties>
Michael Lando451a3402017-02-19 10:28:42 +0200168
Michael Lando5c9769c2018-08-20 01:27:45 +0300169
vasrazf1f5a352019-11-26 17:20:27 +0000170 <dependencyManagement>
kooperfaaad992019-05-07 08:44:41 +0000171 <dependencies>
vasrazf1f5a352019-11-26 17:20:27 +0000172 <dependency>
173 <groupId>com.google.guava</groupId>
174 <artifactId>guava</artifactId>
175 <version>${guava.version}</version>
176 </dependency>
177
178 <dependency>
179 <groupId>org.glassfish.jersey.ext</groupId>
180 <artifactId>jersey-bean-validation</artifactId>
181 <version>${jersey-bom.version}</version>
182 </dependency>
183
184 <dependency>
185 <groupId>org.glassfish.hk2.external</groupId>
186 <artifactId>asm-all-repackaged</artifactId>
187 <version>2.4.0</version>
188 </dependency>
189
190 <dependency>
191 <groupId>org.assertj</groupId>
192 <artifactId>assertj-core</artifactId>
193 <version>${assertj.version}</version>
194 </dependency>
195
196 <dependency>
197 <groupId>org.mockito</groupId>
198 <artifactId>mockito-core</artifactId>
199 <version>${mockito.version}</version>
200 </dependency>
201
202 <dependency>
203 <groupId>org.jmockit</groupId>
204 <artifactId>jmockit</artifactId>
205 <version>${jmockit.version}</version>
206 </dependency>
207
vasrazf1f5a352019-11-26 17:20:27 +0000208 <dependency>
209 <groupId>com.github.tomakehurst</groupId>
210 <artifactId>wiremock-standalone</artifactId>
211 <version>${wire-mock.version}</version>
212 </dependency>
213
214 <dependency>
215 <groupId>io.cucumber</groupId>
216 <artifactId>cucumber-java</artifactId>
217 <version>${cucumber.version}</version>
218 </dependency>
219
220 <dependency>
221 <groupId>io.cucumber</groupId>
222 <artifactId>cucumber-junit</artifactId>
223 <version>${cucumber.version}</version>
224 </dependency>
225
226 <dependency>
227 <groupId>org.apache.commons</groupId>
228 <artifactId>commons-lang3</artifactId>
229 <version>${lang3.version}</version>
230 </dependency>
231 <dependency>
232 <groupId>org.codehaus.groovy</groupId>
233 <artifactId>groovy</artifactId>
234 <version>2.4.13</version>
235 </dependency>
236 <dependency>
237 <groupId>io.netty</groupId>
238 <artifactId>netty-all</artifactId>
239 <version>${netty.version}</version>
240 </dependency>
241 <dependency>
242 <groupId>io.netty</groupId>
243 <artifactId>netty-handler</artifactId>
244 <version>${netty.version}</version>
245 </dependency>
kooperfaaad992019-05-07 08:44:41 +0000246 </dependencies>
vasrazf1f5a352019-11-26 17:20:27 +0000247 </dependencyManagement>
kooperfaaad992019-05-07 08:44:41 +0000248
vasrazf1f5a352019-11-26 17:20:27 +0000249 <dependencies>
250 <dependency>
251 <!-- must be on the classpath -->
252 <groupId>org.jacoco</groupId>
253 <artifactId>org.jacoco.agent</artifactId>
254 <classifier>runtime</classifier>
255 <version>${jacoco.version}</version>
256 <scope>test</scope>
257 </dependency>
258 </dependencies>
Michael Lando451a3402017-02-19 10:28:42 +0200259
vasrazf1f5a352019-11-26 17:20:27 +0000260 <reporting>
261 <plugins>
262 <plugin>
263 <groupId>org.apache.maven.plugins</groupId>
264 <artifactId>maven-javadoc-plugin</artifactId>
265 <version>3.0.1</version>
266 <configuration>
267 <failOnError>false</failOnError>
268 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
269 <docletArtifact>
270 <groupId>org.umlgraph</groupId>
271 <artifactId>umlgraph</artifactId>
272 <version>5.6</version>
273 </docletArtifact>
274 <useStandardDocletOptions>true</useStandardDocletOptions>
275 </configuration>
276 </plugin>
277 </plugins>
278 </reporting>
Michael Lando451a3402017-02-19 10:28:42 +0200279
vasrazf1f5a352019-11-26 17:20:27 +0000280 <build>
281 <pluginManagement>
282 <plugins>
283 <plugin>
284 <groupId>org.jacoco</groupId>
285 <artifactId>jacoco-maven-plugin</artifactId>
vasraz5ed93452020-03-18 15:06:19 +0000286 <version>${jacoco.version}</version>
vasrazf1f5a352019-11-26 17:20:27 +0000287 </plugin>
288 <plugin>
289 <groupId>org.apache.maven.plugins</groupId>
290 <artifactId>maven-assembly-plugin</artifactId>
291 <version>3.1.0</version>
Baumel, Dvir (db384r)3e879322020-03-23 16:21:05 +0200292 <configuration>
293 <tarLongFileMode>posix</tarLongFileMode>
294 </configuration>
vasrazf1f5a352019-11-26 17:20:27 +0000295 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200296
vasrazf1f5a352019-11-26 17:20:27 +0000297 <plugin>
298 <groupId>org.codehaus.mojo</groupId>
299 <artifactId>exec-maven-plugin</artifactId>
300 <version>1.6.0</version>
301 </plugin>
302 <plugin>
303 <groupId>org.sonarsource.scanner.maven</groupId>
304 <artifactId>sonar-maven-plugin</artifactId>
vasraz5ed93452020-03-18 15:06:19 +0000305 <version>3.7.0.1746</version>
vasrazf1f5a352019-11-26 17:20:27 +0000306 </plugin>
307 <plugin>
308 <groupId>org.apache.maven.plugins</groupId>
309 <artifactId>maven-clean-plugin</artifactId>
310 <version>3.1.0</version>
311 </plugin>
312 <plugin>
313 <groupId>ru.yaal.maven</groupId>
314 <artifactId>write-text-files-maven-plugin</artifactId>
315 <version>1.1</version>
316 </plugin>
317 <plugin>
318 <groupId>org.codehaus.gmaven</groupId>
319 <artifactId>gmaven-plugin</artifactId>
320 <version>1.5</version>
321 </plugin>
322 <plugin>
323 <groupId>org.codehaus.mojo</groupId>
324 <artifactId>build-helper-maven-plugin</artifactId>
325 <version>3.0.0</version>
326 </plugin>
327 <plugin>
328 <groupId>org.apache.maven.plugins</groupId>
329 <artifactId>maven-deploy-plugin</artifactId>
330 <version>2.8.2</version>
331 </plugin>
332 <plugin>
333 <groupId>org.apache.maven.plugins</groupId>
334 <artifactId>maven-shade-plugin</artifactId>
335 <version>3.1.1</version>
336 </plugin>
337 <plugin>
338 <groupId>org.apache.maven.plugins</groupId>
339 <artifactId>maven-resources-plugin</artifactId>
340 <version>3.1.0</version>
341 </plugin>
342 <plugin>
343 <groupId>io.fabric8</groupId>
344 <artifactId>docker-maven-plugin</artifactId>
345 <version>0.26.0</version>
346 </plugin>
347 <plugin>
348 <groupId>org.apache.maven.plugins</groupId>
349 <artifactId>maven-war-plugin</artifactId>
350 <version>3.2.2</version>
351 </plugin>
352 <plugin>
353 <groupId>com.github.eirslett</groupId>
354 <artifactId>frontend-maven-plugin</artifactId>
355 <version>1.8.0</version>
356 </plugin>
357 <plugin>
358 <groupId>org.apache.maven.plugins</groupId>
359 <artifactId>maven-surefire-plugin</artifactId>
360 <version>${maven-surefire-plugin.version}</version>
361 </plugin>
362 <plugin>
363 <groupId>org.apache.maven.plugins</groupId>
vasraza36531c2020-04-29 18:39:35 +0100364 <artifactId>maven-failsafe-plugin</artifactId>
365 <version>${maven-surefire-plugin.version}</version>
366 </plugin>
367 <plugin>
368 <groupId>org.apache.maven.plugins</groupId>
vasrazf1f5a352019-11-26 17:20:27 +0000369 <artifactId>maven-compiler-plugin</artifactId>
370 <version>3.8.0</version>
371 </plugin>
372 <plugin>
373 <groupId>com.github.sylvainlaurent.maven</groupId>
374 <artifactId>yaml-json-validator-maven-plugin</artifactId>
375 <version>1.0.1</version>
376 </plugin>
377 <plugin>
378 <groupId>pl.project13.maven</groupId>
379 <artifactId>git-commit-id-plugin</artifactId>
Ben David, Elad (eb7504)ec7da6a2020-03-17 18:12:17 +0200380 <version>4.0.0</version>
vasrazf1f5a352019-11-26 17:20:27 +0000381 </plugin>
382 </plugins>
383 </pluginManagement>
Michael Lando451a3402017-02-19 10:28:42 +0200384
vasrazf1f5a352019-11-26 17:20:27 +0000385 <plugins>
386 <plugin>
387 <artifactId>maven-checkstyle-plugin</artifactId>
388 <version>2.17</version>
389 <configuration>
390 <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
391 <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
392 </configuration>
393 </plugin>
394 <!-- plugin for parsing the project version -->
395 <plugin>
396 <groupId>org.codehaus.mojo</groupId>
397 <artifactId>build-helper-maven-plugin</artifactId>
398 <executions>
399 <execution>
400 <id>parse-version</id>
401 <phase>pre-clean</phase>
402 <goals>
403 <goal>parse-version</goal>
404 </goals>
405 </execution>
406 </executions>
407 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200408
vasrazf1f5a352019-11-26 17:20:27 +0000409 <!-- Java Code Coverage -->
410 <plugin>
411 <groupId>org.jacoco</groupId>
412 <artifactId>jacoco-maven-plugin</artifactId>
413 <inherited>false</inherited>
414 <executions>
415 <execution>
416 <id>default-instrument</id>
417 <goals>
418 <goal>instrument</goal>
419 </goals>
420 </execution>
421 <execution>
422 <id>default-restore-instrumented-classes</id>
423 <goals>
424 <goal>restore-instrumented-classes</goal>
425 </goals>
426 </execution>
427 <execution>
428 <id>default-report</id>
429 <goals>
430 <goal>report</goal>
431 </goals>
432 <configuration>
433 <dataFile>${project.build.directory}/jacoco.exec</dataFile>
434 </configuration>
435 </execution>
436 </executions>
437 </plugin>
Michael Landoa5445102018-03-04 14:53:33 +0200438
vasrazf1f5a352019-11-26 17:20:27 +0000439 <plugin>
440 <groupId>org.apache.maven.plugins</groupId>
441 <artifactId>maven-site-plugin</artifactId>
442 <version>3.7.1</version>
443 <dependencies>
444 <dependency>
445 <groupId>org.apache.maven.wagon</groupId>
446 <artifactId>wagon-webdav-jackrabbit</artifactId>
447 <version>3.0.0</version>
448 </dependency>
449 </dependencies>
450 </plugin>
AviZi280f8012017-06-09 02:39:56 +0300451
vasrazf1f5a352019-11-26 17:20:27 +0000452 <!-- Set the deployment repositories properties. -->
453 <plugin>
454 <groupId>org.codehaus.gmaven</groupId>
455 <artifactId>gmaven-plugin</artifactId>
456 <executions>
457 <execution>
458 <inherited>false</inherited>
459 <phase>integration-test</phase>
460 <goals>
461 <goal>execute</goal>
462 </goals>
463 <configuration>
464 <source>
465 pom.properties['deploy.url'] =
vasraza1bd2352020-05-06 23:57:53 +0100466 pom.version.contains('-SNAPSHOT') ?
467 project.distributionManagement.snapshotRepository.url :
468 project.distributionManagement.repository.url;
vasrazf1f5a352019-11-26 17:20:27 +0000469 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
vasraza1bd2352020-05-06 23:57:53 +0100470 project.distributionManagement.snapshotRepository.id :
471 project.distributionManagement.repository.id;
vasrazf1f5a352019-11-26 17:20:27 +0000472 </source>
473 </configuration>
474 </execution>
475 </executions>
476 </plugin>
477 <plugin>
478 <groupId>org.apache.maven.plugins</groupId>
479 <artifactId>maven-compiler-plugin</artifactId>
480 <configuration>
481 <source>1.8</source>
482 <target>1.8</target>
483 </configuration>
484 </plugin>
485 <plugin>
486 <groupId>org.apache.maven.plugins</groupId>
487 <artifactId>maven-surefire-plugin</artifactId>
vasraze3e2db12020-06-11 12:57:25 +0100488 <dependencies>
489 <dependency>
490 <groupId>org.apache.maven.surefire</groupId>
491 <artifactId>surefire-junit-platform</artifactId>
492 <version>${maven-surefire-plugin.version}</version>
493 </dependency>
494 </dependencies>
vasrazf1f5a352019-11-26 17:20:27 +0000495 <configuration>
496 <printSummary>false</printSummary>
497 <systemPropertyVariables>
498 <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
499 </systemPropertyVariables>
500 </configuration>
501 </plugin>
502 <plugin>
503 <groupId>pl.project13.maven</groupId>
504 <artifactId>git-commit-id-plugin</artifactId>
505 <executions>
506 <execution>
507 <goals>
508 <goal>revision</goal>
509 </goals>
510 </execution>
511 </executions>
512 <configuration>
513 <generateGitPropertiesFile>true</generateGitPropertiesFile>
514 <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties
515 </generateGitPropertiesFilename>
516 <failOnNoGitDirectory>true</failOnNoGitDirectory>
517 <verbose>false</verbose>
518 <includeOnlyProperties>
519 <includeOnlyProperty>git.build.version</includeOnlyProperty>
520 <includeOnlyProperty>git.build.time</includeOnlyProperty>
521 <includeOnlyProperty>git.commit.id</includeOnlyProperty>
522 <includeOnlyProperty>git.commit.time</includeOnlyProperty>
523 <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
524 <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
525 <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
526 <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
527 </includeOnlyProperties>
528 <gitDescribe>
529 <skip>true</skip>
530 </gitDescribe>
531 <useNativeGit>false</useNativeGit>
532 </configuration>
533 </plugin>
534 </plugins>
535 </build>
Michael Lando451a3402017-02-19 10:28:42 +0200536
vasrazf1f5a352019-11-26 17:20:27 +0000537 <profiles>
538 <profile>
539 <id>all</id>
540 <activation>
541 <activeByDefault>true</activeByDefault>
542 </activation>
543 <modules>
544 <module>onboarding</module>
ys969316a9fce2020-01-19 13:50:02 +0200545 <module>common-app-logging</module>
vasrazf1f5a352019-11-26 17:20:27 +0000546 <module>common-app-api</module>
547 <module>common-be</module>
548 <module>catalog-dao</module>
549 <module>catalog-model</module>
550 <module>catalog-be</module>
551 <module>asdctool</module>
552 <module>catalog-ui</module>
553 <module>catalog-fe</module>
554 <module>test-apis-ci</module>
555 <module>ui-ci</module>
556 <module>sdc-os-chef</module>
557 <module>utils/webseal-simulator</module>
558 </modules>
AviZi280f8012017-06-09 02:39:56 +0300559
vasrazf1f5a352019-11-26 17:20:27 +0000560 </profile>
sheetalm297209b2018-02-20 19:06:27 +0530561
vasrazf1f5a352019-11-26 17:20:27 +0000562 <profile>
563 <id>catalog</id>
564 <activation>
565 <activeByDefault>false</activeByDefault>
566 </activation>
567 <modules>
ys969316a9fce2020-01-19 13:50:02 +0200568 <module>common-app-logging</module>
vasrazf1f5a352019-11-26 17:20:27 +0000569 <module>common-app-api</module>
570 <module>common-be</module>
571 <module>catalog-dao</module>
572 <module>catalog-model</module>
573 <module>catalog-be</module>
574 <module>asdctool</module>
575 <module>catalog-ui</module>
576 <module>catalog-fe</module>
577 <module>test-apis-ci</module>
578 <module>ui-ci</module>
579 </modules>
vasrazf1f5a352019-11-26 17:20:27 +0000580 </profile>
AviZi280f8012017-06-09 02:39:56 +0300581
vasrazf1f5a352019-11-26 17:20:27 +0000582 <profile>
andre.schmid0b3c65c2020-02-05 12:13:57 +0000583 <id>catalog-be</id>
584 <activation>
585 <activeByDefault>false</activeByDefault>
586 </activation>
587 <modules>
588 <module>common-app-logging</module>
589 <module>common-app-api</module>
590 <module>common-be</module>
591 <module>catalog-dao</module>
592 <module>catalog-model</module>
593 <module>catalog-be</module>
594 </modules>
595 </profile>
596
597 <profile>
vasrazf1f5a352019-11-26 17:20:27 +0000598 <id>onboarding</id>
599 <activation>
600 <activeByDefault>false</activeByDefault>
601 </activation>
602 <modules>
603 <module>onboarding</module>
604 </modules>
605 </profile>
Gautam Shah3de22e12018-04-21 16:18:37 +0530606
vasrazf1f5a352019-11-26 17:20:27 +0000607 </profiles>
Gautam Shah3de22e12018-04-21 16:18:37 +0530608
vasrazf1f5a352019-11-26 17:20:27 +0000609 <repositories>
610 <!-- LF repositories -->
611 <repository>
612 <id>ecomp-releases</id>
613 <name>Release Repository</name>
614 <url>${nexus.proxy}/content/repositories/releases/</url>
615 </repository>
616 <repository>
617 <id>ecomp-snapshots</id>
618 <name>Snapshots Repository</name>
619 <url>${nexus.proxy}/content/repositories/snapshots/</url>
620 </repository>
621 <repository>
622 <id>ecomp-public</id>
623 <name>Public Repository</name>
624 <url>${nexus.proxy}/content/repositories/public/</url>
625 </repository>
626 <!-- LF repositories END-->
627 </repositories>
628
629 <distributionManagement>
630 <repository>
631 <id>ecomp-releases</id>
632 <name>Release Repository</name>
633 <url>${nexus.proxy}/content/repositories/releases/</url>
634 </repository>
635 <snapshotRepository>
636 <id>ecomp-snapshots</id>
637 <name>Snapshot Repository</name>
638 <url>${nexus.proxy}/content/repositories/snapshots/</url>
639 </snapshotRepository>
640 <site>
641 <id>ecomp-site</id>
642 <url>dav:${nexus.proxy}${sitePath}</url>
643 </site>
644 </distributionManagement>
Tal Gitelmanc63a3402018-08-05 17:16:15 +0300645</project>
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +0300646