blob: ea422e024713c9ddd9b02865e59ddc97e6556a2d [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"
sebdete6116e42020-08-24 21:42:01 +020023 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
sebdete6116e42020-08-24 21:42:01 +020027 <groupId>org.openecomp.sdc</groupId>
28 <artifactId>sdc-main</artifactId>
29 <version>1.7.0-SNAPSHOT</version>
30 <packaging>pom</packaging>
31 <name>sdc</name>
Tomasz Golabekc8fcbbc2019-07-09 08:42:59 +020032
sebdete6116e42020-08-24 21:42:01 +020033 <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
sebdete6116e42020-08-24 21:42:01 +020040 <properties>
41 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Michael Lando451a3402017-02-19 10:28:42 +020042
sebdete6116e42020-08-24 21:42:01 +020043 <tosca.datatype.version>${project.version}</tosca.datatype.version>
taliofe4afd42019-04-14 15:37:20 +030044
sebdete6116e42020-08-24 21:42:01 +020045 <!-- 3rd parties versions -->
46 <bean-matcher.version>0.11</bean-matcher.version>
47 <lang3.version>3.10</lang3.version>
48 <guava.version>18.0</guava.version>
49 <janusgraph.version>0.3.1</janusgraph.version>
50 <spring.version>4.3.18.RELEASE</spring.version>
51 <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.26.3</wire-mock.version>
55 <ecomp.version>2.6.0</ecomp.version>
56 <cassandra.unit.version>4.3.1.0</cassandra.unit.version>
57 <cadi.version>2.1.8</cadi.version>
58 <lombok.version>1.18.12</lombok.version>
59 <commons-beanutils>1.9.3</commons-beanutils>
60 <commons-configuration>2.3</commons-configuration>
61 <apache-poi.version>4.1.0</apache-poi.version>
62 <onap.logging.version>1.6.1</onap.logging.version>
Michael Lando451a3402017-02-19 10:28:42 +020063
sebdete6116e42020-08-24 21:42:01 +020064 <commons.collections.version>4.1</commons.collections.version>
65 <ws.rs.version>2.1</ws.rs.version>
Talio1468fdc2019-02-05 11:05:05 +020066
sebdete6116e42020-08-24 21:42:01 +020067 <jetty.version>9.4.18.v20190429</jetty.version>
Michael Lando451a3402017-02-19 10:28:42 +020068
sebdete6116e42020-08-24 21:42:01 +020069 <!-- JSON and YAML Parsing -->
70 <jackson.version>2.10.0</jackson.version>
71 <jackson-annotations.version>${jackson.version}</jackson-annotations.version>
72 <jackson.mapper.version>1.9.13</jackson.mapper.version>
73 <clearspring.version>2.1.1</clearspring.version>
74 <skipYamlJsonValidator>false</skipYamlJsonValidator>
Michael Lando451a3402017-02-19 10:28:42 +020075
sebdete6116e42020-08-24 21:42:01 +020076 <!-- Yaml for properties -->
77 <snakeyaml.version>1.14</snakeyaml.version>
78 <functionaljava.version>4.7</functionaljava.version>
79 <httpclient.version>4.5.3</httpclient.version>
80 <httpcore.version>4.4.1</httpcore.version>
81 <json-simple.version>1.1</json-simple.version>
AviZi280f8012017-06-09 02:39:56 +030082
sebdete6116e42020-08-24 21:42:01 +020083 <!-- Logging start -->
84 <!-- logback -->
85 <logback.version>1.2.3</logback.version>
86 <slf4j-api.version>1.7.25</slf4j-api.version>
87 <commons-codec>1.10</commons-codec>
88 <commons-logging>1.2</commons-logging>
89 <janino.version>3.0.6</janino.version>
90 <log4j.version>2.13.1</log4j.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030091
sebdete6116e42020-08-24 21:42:01 +020092 <!-- aspects -->
93 <jcabi.version>0.20.1</jcabi.version>
94 <aspectjrt.version>1.8.4</aspectjrt.version>
95 <aspectj.version>1.7.4</aspectj.version>
96 <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030097
sebdete6116e42020-08-24 21:42:01 +020098 <!-- Logging end -->
99 <!-- System Metrics -->
100 <sigar.version>1.6.4</sigar.version>
Michael Lando451a3402017-02-19 10:28:42 +0200101
sebdete6116e42020-08-24 21:42:01 +0200102 <regex.version>3.0.3</regex.version>
Michael Lando451a3402017-02-19 10:28:42 +0200103
sebdete6116e42020-08-24 21:42:01 +0200104 <!--GSON-->
105 <gson.version>2.3.1</gson.version>
AviZi280f8012017-06-09 02:39:56 +0300106
sebdete6116e42020-08-24 21:42:01 +0200107 <!--listen to file changes-->
108 <commons-jci-core.version>1.1</commons-jci-core.version>
AviZi280f8012017-06-09 02:39:56 +0300109
sebdete6116e42020-08-24 21:42:01 +0200110 <!--TESTING-->
111 <mockito.version>3.3.3</mockito.version>
112 <mockitoJupiter.version>3.3.3</mockitoJupiter.version>
113 <jmockit.version>1.35</jmockit.version>
114 <junit.version>4.12</junit.version>
115 <junit.platform.version>1.6.0</junit.platform.version>
116 <junitJupiter.version>5.6.0</junitJupiter.version>
117 <assertj.version>3.16.0</assertj.version>
118 <testng.version>6.14.3</testng.version>
119 <cucumber.version>5.6.0</cucumber.version>
120 <bean-matchers.version>0.11</bean-matchers.version>
121 <hamcrest.version>2.1</hamcrest.version>
122 <hamcrest-all.version>1.3</hamcrest-all.version>
123 <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
124 <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
Michael Landoa5445102018-03-04 14:53:33 +0200125
sebdete6116e42020-08-24 21:42:01 +0200126 <!-- parser-->
127 <sdc-tosca-parser.version>1.6.5</sdc-tosca-parser.version>
Michael Landoa5445102018-03-04 14:53:33 +0200128
sebdete6116e42020-08-24 21:42:01 +0200129 <!-- sonar -->
130 <sonar.projectVersion>${project.version}</sonar.projectVersion>
131 <sonar.nodejs.executable>${project.basedir}/node/node</sonar.nodejs.executable>
132 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports
133 </sonar.surefire.reportsPath>
134 <sonar.javascript.lcov.reportPaths>${project.build.directory}/code-coverage/lcov.info
135 </sonar.javascript.lcov.reportPaths>
136 <sonar.coverage.jacoco.xmlReportPaths>
137 ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
138 </sonar.coverage.jacoco.xmlReportPaths>
139 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
140 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
141 <sonar.coverage.exclusions>pom.xml,src/test</sonar.coverage.exclusions>
142 <!--cassandra -->
143 <cassandra.driver.version>3.8.0</cassandra.driver.version>
144 <!-- maven central (Nexus) -->
145 <nexus.id.release>nexus</nexus.id.release>
146 <nexus.id.snapshot>nexus</nexus.id.snapshot>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200147
sebdete6116e42020-08-24 21:42:01 +0200148 <!--nexus-->
149 <npm.registry>https://nexus3.onap.org/repository/npm.public/</npm.registry>
150 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
151 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
152 <staging.profile.id>176c31dfe190a</staging.profile.id>
153 <!--maven-->
154 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
155 <!--docker tags-->
156 <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
157 <!--togglz version-->
158 <togglz.version>2.4.1.Final</togglz.version>
sebdete6116e42020-08-24 21:42:01 +0200159 <joda.time.version>2.9.9</joda.time.version>
sebdete6116e42020-08-24 21:42:01 +0200160 <!--sdc-security-utils-->
161 <security.util.lib.version>1.6.0</security.util.lib.version>
162 <!--jacoco-->
163 <jacoco.version>0.8.5</jacoco.version>
sebdete6116e42020-08-24 21:42:01 +0200164 <java.driver.core.version>4.5.1</java.driver.core.version>
sebdet5b057082020-09-01 23:47:27 +0200165 <surefire.forkCount>1C</surefire.forkCount>
166 <surefire.reuseForks>true</surefire.reuseForks>
sebdete6116e42020-08-24 21:42:01 +0200167 </properties>
vasraz8394fae2020-04-28 16:57:56 +0100168
sebdete6116e42020-08-24 21:42:01 +0200169 <dependencyManagement>
170 <dependencies>
171 <dependency>
172 <groupId>com.google.guava</groupId>
173 <artifactId>guava</artifactId>
174 <version>${guava.version}</version>
175 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200176
sebdete6116e42020-08-24 21:42:01 +0200177 <dependency>
178 <groupId>org.glassfish.jersey.ext</groupId>
179 <artifactId>jersey-bean-validation</artifactId>
180 <version>${jersey-bom.version}</version>
181 </dependency>
182
183 <dependency>
184 <groupId>org.glassfish.hk2.external</groupId>
185 <artifactId>asm-all-repackaged</artifactId>
186 <version>2.4.0</version>
187 </dependency>
188
189 <dependency>
190 <groupId>org.assertj</groupId>
191 <artifactId>assertj-core</artifactId>
192 <version>${assertj.version}</version>
193 </dependency>
194
195 <dependency>
196 <groupId>org.jmockit</groupId>
197 <artifactId>jmockit</artifactId>
198 <version>${jmockit.version}</version>
199 </dependency>
200
201 <dependency>
202 <groupId>com.github.tomakehurst</groupId>
203 <artifactId>wiremock-standalone</artifactId>
204 <version>${wire-mock.version}</version>
205 </dependency>
206
207 <dependency>
208 <groupId>io.cucumber</groupId>
209 <artifactId>cucumber-java</artifactId>
210 <version>${cucumber.version}</version>
211 </dependency>
212
213 <dependency>
214 <groupId>io.cucumber</groupId>
215 <artifactId>cucumber-junit</artifactId>
216 <version>${cucumber.version}</version>
217 </dependency>
218
219 <dependency>
220 <groupId>org.apache.commons</groupId>
221 <artifactId>commons-lang3</artifactId>
222 <version>${lang3.version}</version>
223 </dependency>
224 <dependency>
225 <groupId>org.codehaus.groovy</groupId>
226 <artifactId>groovy</artifactId>
227 <version>2.4.13</version>
228 </dependency>
229 <dependency>
230 <groupId>io.netty</groupId>
231 <artifactId>netty-all</artifactId>
232 <version>${netty.version}</version>
233 </dependency>
234 <dependency>
235 <groupId>io.netty</groupId>
236 <artifactId>netty-handler</artifactId>
237 <version>${netty.version}</version>
238 </dependency>
239 </dependencies>
240 </dependencyManagement>
241
kooperfaaad992019-05-07 08:44:41 +0000242 <dependencies>
sebdete6116e42020-08-24 21:42:01 +0200243 <dependency>
244 <!-- must be on the classpath -->
245 <groupId>org.jacoco</groupId>
246 <artifactId>org.jacoco.agent</artifactId>
247 <classifier>runtime</classifier>
248 <version>${jacoco.version}</version>
249 <scope>test</scope>
250 </dependency>
251 <!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API -->
252 <dependency>
253 <groupId>org.junit.jupiter</groupId>
254 <artifactId>junit-jupiter-engine</artifactId>
255 <version>${junitJupiter.version}</version>
256 <scope>test</scope>
257 </dependency>
258 <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API -->
259 <dependency>
260 <groupId>org.junit.vintage</groupId>
261 <artifactId>junit-vintage-engine</artifactId>
262 <version>${junitJupiter.version}</version>
263 <scope>test</scope>
264 </dependency>
vasrazf1f5a352019-11-26 17:20:27 +0000265
sebdete6116e42020-08-24 21:42:01 +0200266 <dependency>
267 <groupId>org.mockito</groupId>
268 <artifactId>mockito-core</artifactId>
269 <version>${mockito.version}</version>
270 <scope>test</scope>
271 </dependency>
kooperfaaad992019-05-07 08:44:41 +0000272 </dependencies>
273
sebdete6116e42020-08-24 21:42:01 +0200274 <reporting>
275 <plugins>
276 <plugin>
277 <groupId>org.apache.maven.plugins</groupId>
278 <artifactId>maven-javadoc-plugin</artifactId>
279 <version>3.0.1</version>
280 <configuration>
281 <failOnError>false</failOnError>
282 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
283 <docletArtifact>
284 <groupId>org.umlgraph</groupId>
285 <artifactId>umlgraph</artifactId>
286 <version>5.6</version>
287 </docletArtifact>
288 <useStandardDocletOptions>true</useStandardDocletOptions>
289 </configuration>
290 </plugin>
291 </plugins>
292 </reporting>
JulienBe56f99ec2020-06-24 17:31:27 +0200293
sebdete6116e42020-08-24 21:42:01 +0200294 <build>
295 <pluginManagement>
296 <plugins>
297 <plugin>
298 <groupId>org.jacoco</groupId>
299 <artifactId>jacoco-maven-plugin</artifactId>
300 <version>${jacoco.version}</version>
301 </plugin>
302 <plugin>
303 <groupId>org.apache.maven.plugins</groupId>
304 <artifactId>maven-assembly-plugin</artifactId>
305 <version>3.1.0</version>
306 <configuration>
307 <tarLongFileMode>posix</tarLongFileMode>
308 </configuration>
309 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200310
sebdete6116e42020-08-24 21:42:01 +0200311 <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>
319 <version>3.7.0.1746</version>
320 </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.2.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.2.0</version>
355 </plugin>
356 <plugin>
357 <groupId>io.fabric8</groupId>
358 <artifactId>docker-maven-plugin</artifactId>
359 <version>0.31.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-failsafe-plugin</artifactId>
379 <version>${maven-surefire-plugin.version}</version>
380 </plugin>
381 <plugin>
382 <groupId>org.apache.maven.plugins</groupId>
383 <artifactId>maven-compiler-plugin</artifactId>
384 <version>3.8.0</version>
385 </plugin>
386 <plugin>
387 <groupId>com.github.sylvainlaurent.maven</groupId>
388 <artifactId>yaml-json-validator-maven-plugin</artifactId>
389 <version>1.0.2</version>
390 </plugin>
391 <plugin>
392 <groupId>pl.project13.maven</groupId>
393 <artifactId>git-commit-id-plugin</artifactId>
394 <version>4.0.0</version>
395 </plugin>
396 </plugins>
397 </pluginManagement>
Michael Lando451a3402017-02-19 10:28:42 +0200398
sebdete6116e42020-08-24 21:42:01 +0200399 <plugins>
400 <plugin>
401 <artifactId>maven-checkstyle-plugin</artifactId>
402 <version>2.17</version>
403 <configuration>
404 <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
405 <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
406 <skip>${checkstyle.skip}</skip>
407 </configuration>
408 </plugin>
409 <!-- plugin for parsing the project version -->
410 <plugin>
411 <groupId>org.codehaus.mojo</groupId>
412 <artifactId>build-helper-maven-plugin</artifactId>
413 <executions>
414 <execution>
415 <id>parse-version</id>
416 <phase>pre-clean</phase>
417 <goals>
418 <goal>parse-version</goal>
419 </goals>
420 </execution>
421 </executions>
422 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200423
sebdete6116e42020-08-24 21:42:01 +0200424 <!-- Java Code Coverage -->
425 <plugin>
426 <groupId>org.jacoco</groupId>
427 <artifactId>jacoco-maven-plugin</artifactId>
428 <inherited>false</inherited>
429 <executions>
430 <execution>
431 <id>default-instrument</id>
432 <goals>
433 <goal>instrument</goal>
434 </goals>
435 </execution>
436 <execution>
437 <id>default-restore-instrumented-classes</id>
438 <goals>
439 <goal>restore-instrumented-classes</goal>
440 </goals>
441 </execution>
442 <execution>
443 <id>default-report</id>
444 <goals>
445 <goal>report</goal>
446 </goals>
447 <configuration>
448 <dataFile>${project.build.directory}/jacoco.exec</dataFile>
449 </configuration>
450 </execution>
451 </executions>
452 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200453
sebdete6116e42020-08-24 21:42:01 +0200454 <plugin>
455 <groupId>org.apache.maven.plugins</groupId>
456 <artifactId>maven-site-plugin</artifactId>
457 <version>3.7.1</version>
458 <dependencies>
459 <dependency>
460 <groupId>org.apache.maven.wagon</groupId>
461 <artifactId>wagon-webdav-jackrabbit</artifactId>
462 <version>3.0.0</version>
463 </dependency>
464 </dependencies>
465 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200466
sebdete6116e42020-08-24 21:42:01 +0200467 <!-- Set the deployment repositories properties. -->
468 <plugin>
469 <groupId>org.codehaus.gmaven</groupId>
470 <artifactId>gmaven-plugin</artifactId>
471 <executions>
472 <execution>
473 <inherited>false</inherited>
474 <phase>integration-test</phase>
475 <goals>
476 <goal>execute</goal>
477 </goals>
478 <configuration>
479 <source>
480 pom.properties['deploy.url'] =
481 pom.version.contains('-SNAPSHOT') ?
482 project.distributionManagement.snapshotRepository.url :
483 project.distributionManagement.repository.url;
484 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
485 project.distributionManagement.snapshotRepository.id :
486 project.distributionManagement.repository.id;
487 </source>
488 </configuration>
489 </execution>
490 </executions>
491 </plugin>
492 <plugin>
493 <groupId>org.apache.maven.plugins</groupId>
494 <artifactId>maven-compiler-plugin</artifactId>
495 <configuration>
496 <source>1.8</source>
497 <target>1.8</target>
498 </configuration>
499 </plugin>
500 <plugin>
501 <groupId>org.apache.maven.plugins</groupId>
502 <artifactId>maven-surefire-plugin</artifactId>
503 <dependencies>
504 <dependency>
505 <groupId>org.apache.maven.surefire</groupId>
506 <artifactId>surefire-junit-platform</artifactId>
507 <version>${maven-surefire-plugin.version}</version>
508 </dependency>
509 </dependencies>
510 <configuration>
511 <printSummary>false</printSummary>
512 <systemPropertyVariables>
513 <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
514 </systemPropertyVariables>
sebdet5b057082020-09-01 23:47:27 +0200515 <forkCount>${surefire.forkCount}</forkCount>
516 <reuseForks>${surefire.reuseForks}</reuseForks>
517 <parallel>methods</parallel>
sebdete6116e42020-08-24 21:42:01 +0200518 </configuration>
519 </plugin>
520 <plugin>
521 <groupId>pl.project13.maven</groupId>
522 <artifactId>git-commit-id-plugin</artifactId>
523 <executions>
524 <execution>
525 <goals>
526 <goal>revision</goal>
527 </goals>
528 </execution>
529 </executions>
530 <configuration>
531 <generateGitPropertiesFile>true</generateGitPropertiesFile>
532 <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties
533 </generateGitPropertiesFilename>
534 <failOnNoGitDirectory>true</failOnNoGitDirectory>
535 <verbose>false</verbose>
536 <includeOnlyProperties>
537 <includeOnlyProperty>git.build.version</includeOnlyProperty>
538 <includeOnlyProperty>git.build.time</includeOnlyProperty>
539 <includeOnlyProperty>git.commit.id</includeOnlyProperty>
540 <includeOnlyProperty>git.commit.time</includeOnlyProperty>
541 <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
542 <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
543 <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
544 <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
545 </includeOnlyProperties>
546 <gitDescribe>
547 <skip>true</skip>
548 </gitDescribe>
549 <useNativeGit>false</useNativeGit>
550 </configuration>
551 </plugin>
552 </plugins>
553 </build>
Michael Landoa5445102018-03-04 14:53:33 +0200554
sebdete6116e42020-08-24 21:42:01 +0200555 <profiles>
556 <profile>
557 <id>all</id>
558 <activation>
559 <activeByDefault>true</activeByDefault>
560 </activation>
561 <properties>
562 <checkstyle.skip>true</checkstyle.skip>
563 </properties>
564 <modules>
565 <module>onboarding</module>
566 <module>common-app-logging</module>
567 <module>common-app-api</module>
568 <module>common-be</module>
569 <module>catalog-dao</module>
570 <module>catalog-model</module>
571 <module>catalog-be</module>
572 <module>asdctool</module>
573 <module>catalog-ui</module>
574 <module>catalog-fe</module>
575 <module>sdc-os-chef</module>
576 <module>utils/webseal-simulator</module>
577 <module>integration-tests</module>
578 </modules>
579 </profile>
580 <profile>
581 <id>fast-build</id>
582 <activation>
583 <activeByDefault>false</activeByDefault>
584 </activation>
585 <properties>
586 <maven.test.skip>true</maven.test.skip>
587 <skipYamlJsonValidator>true</skipYamlJsonValidator>
588 <checkstyle.skip>true</checkstyle.skip>
589 <jacoco.skip>true</jacoco.skip>
590 </properties>
591 <modules>
592 <module>onboarding</module>
593 <module>common-app-logging</module>
594 <module>common-app-api</module>
595 <module>common-be</module>
596 <module>catalog-dao</module>
597 <module>catalog-model</module>
598 <module>catalog-be</module>
599 <module>asdctool</module>
600 <module>catalog-ui</module>
601 <module>catalog-fe</module>
602 <module>sdc-os-chef</module>
603 <module>utils/webseal-simulator</module>
604 </modules>
605 </profile>
606 <profile>
607 <id>start-sdc</id>
608 <activation>
609 <activeByDefault>false</activeByDefault>
610 </activation>
611 <properties>
612 <maven.test.skip>true</maven.test.skip>
613 <skipYamlJsonValidator>true</skipYamlJsonValidator>
614 <checkstyle.skip>true</checkstyle.skip>
615 <jacoco.skip>true</jacoco.skip>
sebdet0ee8a452020-08-25 12:54:03 +0200616 <docker.keepRunning>true</docker.keepRunning>
sebdete6116e42020-08-24 21:42:01 +0200617 </properties>
618 <modules>
619 <module>integration-tests</module>
620 </modules>
621 </profile>
622 <profile>
623 <id>stop-sdc</id>
624 <activation>
625 <activeByDefault>false</activeByDefault>
626 </activation>
627 <properties>
628 <maven.test.skip>true</maven.test.skip>
629 <skipYamlJsonValidator>true</skipYamlJsonValidator>
630 <checkstyle.skip>true</checkstyle.skip>
631 <jacoco.skip>true</jacoco.skip>
632 <docker.skip.run>true</docker.skip.run>
633 </properties>
634 <modules>
635 <module>integration-tests</module>
636 </modules>
637 </profile>
638 <profile>
639 <id>run-integration-tests</id>
640 <activation>
641 <activeByDefault>false</activeByDefault>
642 </activation>
643 <properties>
644 <skipYamlJsonValidator>true</skipYamlJsonValidator>
645 <checkstyle.skip>true</checkstyle.skip>
646 <docker.skip>true</docker.skip>
647 </properties>
648 <modules>
649 <module>integration-tests</module>
650 </modules>
651 </profile>
AviZi280f8012017-06-09 02:39:56 +0300652
sebdete6116e42020-08-24 21:42:01 +0200653 </profiles>
Michael Lando451a3402017-02-19 10:28:42 +0200654
sebdete6116e42020-08-24 21:42:01 +0200655 <repositories>
656 <!-- LF repositories -->
657 <repository>
658 <id>ecomp-releases</id>
659 <name>Release Repository</name>
660 <url>${nexus.proxy}/content/repositories/releases/</url>
661 </repository>
662 <repository>
663 <id>ecomp-snapshots</id>
664 <name>Snapshots Repository</name>
665 <url>${nexus.proxy}/content/repositories/snapshots/</url>
666 </repository>
667 <repository>
668 <id>ecomp-public</id>
669 <name>Public Repository</name>
670 <url>${nexus.proxy}/content/repositories/public/</url>
671 </repository>
672 <!-- LF repositories END-->
673 </repositories>
sheetalm297209b2018-02-20 19:06:27 +0530674
sebdete6116e42020-08-24 21:42:01 +0200675 <distributionManagement>
676 <repository>
677 <id>ecomp-releases</id>
678 <name>Release Repository</name>
679 <url>${nexus.proxy}/content/repositories/releases/</url>
680 </repository>
681 <snapshotRepository>
682 <id>ecomp-snapshots</id>
683 <name>Snapshot Repository</name>
684 <url>${nexus.proxy}/content/repositories/snapshots/</url>
685 </snapshotRepository>
686 <site>
687 <id>ecomp-site</id>
688 <url>dav:${nexus.proxy}${sitePath}</url>
689 </site>
690 </distributionManagement>
Tal Gitelmanc63a3402018-08-05 17:16:15 +0300691</project>
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +0300692