blob: 08a6dc9c8bb6bc8b1cbd03971c19e3ed48ad9b3a [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>
Michael Landodc856bb2018-08-13 13:27:52 +0300159
sebdete6116e42020-08-24 21:42:01 +0200160 <joda.time.version>2.9.9</joda.time.version>
taliofe4afd42019-04-14 15:37:20 +0300161
sebdete6116e42020-08-24 21:42:01 +0200162 <!--sdc-security-utils-->
163 <security.util.lib.version>1.6.0</security.util.lib.version>
164 <!--jacoco-->
165 <jacoco.version>0.8.5</jacoco.version>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200166
sebdete6116e42020-08-24 21:42:01 +0200167 <java.driver.core.version>4.5.1</java.driver.core.version>
168 </properties>
vasraz8394fae2020-04-28 16:57:56 +0100169
sebdete6116e42020-08-24 21:42:01 +0200170 <dependencyManagement>
171 <dependencies>
172 <dependency>
173 <groupId>com.google.guava</groupId>
174 <artifactId>guava</artifactId>
175 <version>${guava.version}</version>
176 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200177
sebdete6116e42020-08-24 21:42:01 +0200178 <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.jmockit</groupId>
198 <artifactId>jmockit</artifactId>
199 <version>${jmockit.version}</version>
200 </dependency>
201
202 <dependency>
203 <groupId>com.github.tomakehurst</groupId>
204 <artifactId>wiremock-standalone</artifactId>
205 <version>${wire-mock.version}</version>
206 </dependency>
207
208 <dependency>
209 <groupId>io.cucumber</groupId>
210 <artifactId>cucumber-java</artifactId>
211 <version>${cucumber.version}</version>
212 </dependency>
213
214 <dependency>
215 <groupId>io.cucumber</groupId>
216 <artifactId>cucumber-junit</artifactId>
217 <version>${cucumber.version}</version>
218 </dependency>
219
220 <dependency>
221 <groupId>org.apache.commons</groupId>
222 <artifactId>commons-lang3</artifactId>
223 <version>${lang3.version}</version>
224 </dependency>
225 <dependency>
226 <groupId>org.codehaus.groovy</groupId>
227 <artifactId>groovy</artifactId>
228 <version>2.4.13</version>
229 </dependency>
230 <dependency>
231 <groupId>io.netty</groupId>
232 <artifactId>netty-all</artifactId>
233 <version>${netty.version}</version>
234 </dependency>
235 <dependency>
236 <groupId>io.netty</groupId>
237 <artifactId>netty-handler</artifactId>
238 <version>${netty.version}</version>
239 </dependency>
240 </dependencies>
241 </dependencyManagement>
242
kooperfaaad992019-05-07 08:44:41 +0000243 <dependencies>
sebdete6116e42020-08-24 21:42:01 +0200244 <dependency>
245 <!-- must be on the classpath -->
246 <groupId>org.jacoco</groupId>
247 <artifactId>org.jacoco.agent</artifactId>
248 <classifier>runtime</classifier>
249 <version>${jacoco.version}</version>
250 <scope>test</scope>
251 </dependency>
252 <!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API -->
253 <dependency>
254 <groupId>org.junit.jupiter</groupId>
255 <artifactId>junit-jupiter-engine</artifactId>
256 <version>${junitJupiter.version}</version>
257 <scope>test</scope>
258 </dependency>
259 <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API -->
260 <dependency>
261 <groupId>org.junit.vintage</groupId>
262 <artifactId>junit-vintage-engine</artifactId>
263 <version>${junitJupiter.version}</version>
264 <scope>test</scope>
265 </dependency>
vasrazf1f5a352019-11-26 17:20:27 +0000266
sebdete6116e42020-08-24 21:42:01 +0200267 <dependency>
268 <groupId>org.mockito</groupId>
269 <artifactId>mockito-core</artifactId>
270 <version>${mockito.version}</version>
271 <scope>test</scope>
272 </dependency>
kooperfaaad992019-05-07 08:44:41 +0000273 </dependencies>
274
sebdete6116e42020-08-24 21:42:01 +0200275 <reporting>
276 <plugins>
277 <plugin>
278 <groupId>org.apache.maven.plugins</groupId>
279 <artifactId>maven-javadoc-plugin</artifactId>
280 <version>3.0.1</version>
281 <configuration>
282 <failOnError>false</failOnError>
283 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
284 <docletArtifact>
285 <groupId>org.umlgraph</groupId>
286 <artifactId>umlgraph</artifactId>
287 <version>5.6</version>
288 </docletArtifact>
289 <useStandardDocletOptions>true</useStandardDocletOptions>
290 </configuration>
291 </plugin>
292 </plugins>
293 </reporting>
JulienBe56f99ec2020-06-24 17:31:27 +0200294
sebdete6116e42020-08-24 21:42:01 +0200295 <build>
296 <pluginManagement>
297 <plugins>
298 <plugin>
299 <groupId>org.jacoco</groupId>
300 <artifactId>jacoco-maven-plugin</artifactId>
301 <version>${jacoco.version}</version>
302 </plugin>
303 <plugin>
304 <groupId>org.apache.maven.plugins</groupId>
305 <artifactId>maven-assembly-plugin</artifactId>
306 <version>3.1.0</version>
307 <configuration>
308 <tarLongFileMode>posix</tarLongFileMode>
309 </configuration>
310 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200311
sebdete6116e42020-08-24 21:42:01 +0200312 <plugin>
313 <groupId>org.codehaus.mojo</groupId>
314 <artifactId>exec-maven-plugin</artifactId>
315 <version>1.6.0</version>
316 </plugin>
317 <plugin>
318 <groupId>org.sonarsource.scanner.maven</groupId>
319 <artifactId>sonar-maven-plugin</artifactId>
320 <version>3.7.0.1746</version>
321 </plugin>
322 <plugin>
323 <groupId>org.apache.maven.plugins</groupId>
324 <artifactId>maven-clean-plugin</artifactId>
325 <version>3.1.0</version>
326 </plugin>
327 <plugin>
328 <groupId>ru.yaal.maven</groupId>
329 <artifactId>write-text-files-maven-plugin</artifactId>
330 <version>1.1</version>
331 </plugin>
332 <plugin>
333 <groupId>org.codehaus.gmaven</groupId>
334 <artifactId>gmaven-plugin</artifactId>
335 <version>1.5</version>
336 </plugin>
337 <plugin>
338 <groupId>org.codehaus.mojo</groupId>
339 <artifactId>build-helper-maven-plugin</artifactId>
340 <version>3.2.0</version>
341 </plugin>
342 <plugin>
343 <groupId>org.apache.maven.plugins</groupId>
344 <artifactId>maven-deploy-plugin</artifactId>
345 <version>2.8.2</version>
346 </plugin>
347 <plugin>
348 <groupId>org.apache.maven.plugins</groupId>
349 <artifactId>maven-shade-plugin</artifactId>
350 <version>3.1.1</version>
351 </plugin>
352 <plugin>
353 <groupId>org.apache.maven.plugins</groupId>
354 <artifactId>maven-resources-plugin</artifactId>
355 <version>3.2.0</version>
356 </plugin>
357 <plugin>
358 <groupId>io.fabric8</groupId>
359 <artifactId>docker-maven-plugin</artifactId>
360 <version>0.31.0</version>
361 </plugin>
362 <plugin>
363 <groupId>org.apache.maven.plugins</groupId>
364 <artifactId>maven-war-plugin</artifactId>
365 <version>3.2.2</version>
366 </plugin>
367 <plugin>
368 <groupId>com.github.eirslett</groupId>
369 <artifactId>frontend-maven-plugin</artifactId>
370 <version>1.8.0</version>
371 </plugin>
372 <plugin>
373 <groupId>org.apache.maven.plugins</groupId>
374 <artifactId>maven-surefire-plugin</artifactId>
375 <version>${maven-surefire-plugin.version}</version>
376 </plugin>
377 <plugin>
378 <groupId>org.apache.maven.plugins</groupId>
379 <artifactId>maven-failsafe-plugin</artifactId>
380 <version>${maven-surefire-plugin.version}</version>
381 </plugin>
382 <plugin>
383 <groupId>org.apache.maven.plugins</groupId>
384 <artifactId>maven-compiler-plugin</artifactId>
385 <version>3.8.0</version>
386 </plugin>
387 <plugin>
388 <groupId>com.github.sylvainlaurent.maven</groupId>
389 <artifactId>yaml-json-validator-maven-plugin</artifactId>
390 <version>1.0.2</version>
391 </plugin>
392 <plugin>
393 <groupId>pl.project13.maven</groupId>
394 <artifactId>git-commit-id-plugin</artifactId>
395 <version>4.0.0</version>
396 </plugin>
397 </plugins>
398 </pluginManagement>
Michael Lando451a3402017-02-19 10:28:42 +0200399
sebdete6116e42020-08-24 21:42:01 +0200400 <plugins>
401 <plugin>
402 <artifactId>maven-checkstyle-plugin</artifactId>
403 <version>2.17</version>
404 <configuration>
405 <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
406 <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
407 <skip>${checkstyle.skip}</skip>
408 </configuration>
409 </plugin>
410 <!-- plugin for parsing the project version -->
411 <plugin>
412 <groupId>org.codehaus.mojo</groupId>
413 <artifactId>build-helper-maven-plugin</artifactId>
414 <executions>
415 <execution>
416 <id>parse-version</id>
417 <phase>pre-clean</phase>
418 <goals>
419 <goal>parse-version</goal>
420 </goals>
421 </execution>
422 </executions>
423 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200424
sebdete6116e42020-08-24 21:42:01 +0200425 <!-- Java Code Coverage -->
426 <plugin>
427 <groupId>org.jacoco</groupId>
428 <artifactId>jacoco-maven-plugin</artifactId>
429 <inherited>false</inherited>
430 <executions>
431 <execution>
432 <id>default-instrument</id>
433 <goals>
434 <goal>instrument</goal>
435 </goals>
436 </execution>
437 <execution>
438 <id>default-restore-instrumented-classes</id>
439 <goals>
440 <goal>restore-instrumented-classes</goal>
441 </goals>
442 </execution>
443 <execution>
444 <id>default-report</id>
445 <goals>
446 <goal>report</goal>
447 </goals>
448 <configuration>
449 <dataFile>${project.build.directory}/jacoco.exec</dataFile>
450 </configuration>
451 </execution>
452 </executions>
453 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200454
sebdete6116e42020-08-24 21:42:01 +0200455 <plugin>
456 <groupId>org.apache.maven.plugins</groupId>
457 <artifactId>maven-site-plugin</artifactId>
458 <version>3.7.1</version>
459 <dependencies>
460 <dependency>
461 <groupId>org.apache.maven.wagon</groupId>
462 <artifactId>wagon-webdav-jackrabbit</artifactId>
463 <version>3.0.0</version>
464 </dependency>
465 </dependencies>
466 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200467
sebdete6116e42020-08-24 21:42:01 +0200468 <!-- Set the deployment repositories properties. -->
469 <plugin>
470 <groupId>org.codehaus.gmaven</groupId>
471 <artifactId>gmaven-plugin</artifactId>
472 <executions>
473 <execution>
474 <inherited>false</inherited>
475 <phase>integration-test</phase>
476 <goals>
477 <goal>execute</goal>
478 </goals>
479 <configuration>
480 <source>
481 pom.properties['deploy.url'] =
482 pom.version.contains('-SNAPSHOT') ?
483 project.distributionManagement.snapshotRepository.url :
484 project.distributionManagement.repository.url;
485 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
486 project.distributionManagement.snapshotRepository.id :
487 project.distributionManagement.repository.id;
488 </source>
489 </configuration>
490 </execution>
491 </executions>
492 </plugin>
493 <plugin>
494 <groupId>org.apache.maven.plugins</groupId>
495 <artifactId>maven-compiler-plugin</artifactId>
496 <configuration>
497 <source>1.8</source>
498 <target>1.8</target>
499 </configuration>
500 </plugin>
501 <plugin>
502 <groupId>org.apache.maven.plugins</groupId>
503 <artifactId>maven-surefire-plugin</artifactId>
504 <dependencies>
505 <dependency>
506 <groupId>org.apache.maven.surefire</groupId>
507 <artifactId>surefire-junit-platform</artifactId>
508 <version>${maven-surefire-plugin.version}</version>
509 </dependency>
510 </dependencies>
511 <configuration>
512 <printSummary>false</printSummary>
513 <systemPropertyVariables>
514 <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
515 </systemPropertyVariables>
516 </configuration>
517 </plugin>
518 <plugin>
519 <groupId>pl.project13.maven</groupId>
520 <artifactId>git-commit-id-plugin</artifactId>
521 <executions>
522 <execution>
523 <goals>
524 <goal>revision</goal>
525 </goals>
526 </execution>
527 </executions>
528 <configuration>
529 <generateGitPropertiesFile>true</generateGitPropertiesFile>
530 <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties
531 </generateGitPropertiesFilename>
532 <failOnNoGitDirectory>true</failOnNoGitDirectory>
533 <verbose>false</verbose>
534 <includeOnlyProperties>
535 <includeOnlyProperty>git.build.version</includeOnlyProperty>
536 <includeOnlyProperty>git.build.time</includeOnlyProperty>
537 <includeOnlyProperty>git.commit.id</includeOnlyProperty>
538 <includeOnlyProperty>git.commit.time</includeOnlyProperty>
539 <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
540 <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
541 <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
542 <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
543 </includeOnlyProperties>
544 <gitDescribe>
545 <skip>true</skip>
546 </gitDescribe>
547 <useNativeGit>false</useNativeGit>
548 </configuration>
549 </plugin>
550 </plugins>
551 </build>
Michael Landoa5445102018-03-04 14:53:33 +0200552
sebdete6116e42020-08-24 21:42:01 +0200553 <profiles>
554 <profile>
555 <id>all</id>
556 <activation>
557 <activeByDefault>true</activeByDefault>
558 </activation>
559 <properties>
560 <checkstyle.skip>true</checkstyle.skip>
561 </properties>
562 <modules>
563 <module>onboarding</module>
564 <module>common-app-logging</module>
565 <module>common-app-api</module>
566 <module>common-be</module>
567 <module>catalog-dao</module>
568 <module>catalog-model</module>
569 <module>catalog-be</module>
570 <module>asdctool</module>
571 <module>catalog-ui</module>
572 <module>catalog-fe</module>
573 <module>sdc-os-chef</module>
574 <module>utils/webseal-simulator</module>
575 <module>integration-tests</module>
576 </modules>
577 </profile>
578 <profile>
579 <id>fast-build</id>
580 <activation>
581 <activeByDefault>false</activeByDefault>
582 </activation>
583 <properties>
584 <maven.test.skip>true</maven.test.skip>
585 <skipYamlJsonValidator>true</skipYamlJsonValidator>
586 <checkstyle.skip>true</checkstyle.skip>
587 <jacoco.skip>true</jacoco.skip>
588 </properties>
589 <modules>
590 <module>onboarding</module>
591 <module>common-app-logging</module>
592 <module>common-app-api</module>
593 <module>common-be</module>
594 <module>catalog-dao</module>
595 <module>catalog-model</module>
596 <module>catalog-be</module>
597 <module>asdctool</module>
598 <module>catalog-ui</module>
599 <module>catalog-fe</module>
600 <module>sdc-os-chef</module>
601 <module>utils/webseal-simulator</module>
602 </modules>
603 </profile>
604 <profile>
605 <id>start-sdc</id>
606 <activation>
607 <activeByDefault>false</activeByDefault>
608 </activation>
609 <properties>
610 <maven.test.skip>true</maven.test.skip>
611 <skipYamlJsonValidator>true</skipYamlJsonValidator>
612 <checkstyle.skip>true</checkstyle.skip>
613 <jacoco.skip>true</jacoco.skip>
sebdet0ee8a452020-08-25 12:54:03 +0200614 <docker.keepRunning>true</docker.keepRunning>
sebdete6116e42020-08-24 21:42:01 +0200615 </properties>
616 <modules>
617 <module>integration-tests</module>
618 </modules>
619 </profile>
620 <profile>
621 <id>stop-sdc</id>
622 <activation>
623 <activeByDefault>false</activeByDefault>
624 </activation>
625 <properties>
626 <maven.test.skip>true</maven.test.skip>
627 <skipYamlJsonValidator>true</skipYamlJsonValidator>
628 <checkstyle.skip>true</checkstyle.skip>
629 <jacoco.skip>true</jacoco.skip>
630 <docker.skip.run>true</docker.skip.run>
631 </properties>
632 <modules>
633 <module>integration-tests</module>
634 </modules>
635 </profile>
636 <profile>
637 <id>run-integration-tests</id>
638 <activation>
639 <activeByDefault>false</activeByDefault>
640 </activation>
641 <properties>
642 <skipYamlJsonValidator>true</skipYamlJsonValidator>
643 <checkstyle.skip>true</checkstyle.skip>
644 <docker.skip>true</docker.skip>
645 </properties>
646 <modules>
647 <module>integration-tests</module>
648 </modules>
649 </profile>
AviZi280f8012017-06-09 02:39:56 +0300650
sebdete6116e42020-08-24 21:42:01 +0200651 </profiles>
Michael Lando451a3402017-02-19 10:28:42 +0200652
sebdete6116e42020-08-24 21:42:01 +0200653 <repositories>
654 <!-- LF repositories -->
655 <repository>
656 <id>ecomp-releases</id>
657 <name>Release Repository</name>
658 <url>${nexus.proxy}/content/repositories/releases/</url>
659 </repository>
660 <repository>
661 <id>ecomp-snapshots</id>
662 <name>Snapshots Repository</name>
663 <url>${nexus.proxy}/content/repositories/snapshots/</url>
664 </repository>
665 <repository>
666 <id>ecomp-public</id>
667 <name>Public Repository</name>
668 <url>${nexus.proxy}/content/repositories/public/</url>
669 </repository>
670 <!-- LF repositories END-->
671 </repositories>
sheetalm297209b2018-02-20 19:06:27 +0530672
sebdete6116e42020-08-24 21:42:01 +0200673 <distributionManagement>
674 <repository>
675 <id>ecomp-releases</id>
676 <name>Release Repository</name>
677 <url>${nexus.proxy}/content/repositories/releases/</url>
678 </repository>
679 <snapshotRepository>
680 <id>ecomp-snapshots</id>
681 <name>Snapshot Repository</name>
682 <url>${nexus.proxy}/content/repositories/snapshots/</url>
683 </snapshotRepository>
684 <site>
685 <id>ecomp-site</id>
686 <url>dav:${nexus.proxy}${sitePath}</url>
687 </site>
688 </distributionManagement>
Tal Gitelmanc63a3402018-08-05 17:16:15 +0300689</project>
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +0300690