blob: 001a98ca839ddae0ef62300dbfbac05c4d093a17 [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"
sebdet30670ac2020-08-04 14:16:00 +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
vasraza8a96332020-08-19 18:01:52 +010027 <groupId>org.openecomp.sdc</groupId>
28 <artifactId>sdc-main</artifactId>
vasraz0dea7122020-10-26 12:53:23 +000029 <version>1.7.2-SNAPSHOT</version>
vasraza8a96332020-08-19 18:01:52 +010030 <packaging>pom</packaging>
31 <name>sdc</name>
Tomasz Golabekc8fcbbc2019-07-09 08:42:59 +020032
sebdet30670ac2020-08-04 14:16:00 +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
sebdet30670ac2020-08-04 14:16:00 +020040 <properties>
41 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
sebdetb988cb62020-09-25 15:48:10 +020042 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
Michael Lando451a3402017-02-19 10:28:42 +020043
sebdet30670ac2020-08-04 14:16:00 +020044 <tosca.datatype.version>${project.version}</tosca.datatype.version>
sebdet30670ac2020-08-04 14:16:00 +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.48.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.4</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>
63 <apache-commons-text.version>1.9</apache-commons-text.version>
64 <jaxb-api.version>2.3.1</jaxb-api.version>
Michael Lando451a3402017-02-19 10:28:42 +020065
sebdet30670ac2020-08-04 14:16:00 +020066 <commons.collections.version>4.1</commons.collections.version>
67 <ws.rs.version>2.1</ws.rs.version>
Talio1468fdc2019-02-05 11:05:05 +020068
sebdet30670ac2020-08-04 14:16:00 +020069 <jetty.version>9.4.18.v20190429</jetty.version>
Michael Lando451a3402017-02-19 10:28:42 +020070
sebdet30670ac2020-08-04 14:16:00 +020071 <!-- JSON and YAML Parsing -->
72 <jackson.version>2.11.0</jackson.version>
73 <jackson-annotations.version>${jackson.version}</jackson-annotations.version>
amohamadc16117e2020-07-19 22:17:57 -040074
sebdet30670ac2020-08-04 14:16:00 +020075 <clearspring.version>2.1.1</clearspring.version>
76 <skipYamlJsonValidator>false</skipYamlJsonValidator>
Michael Lando451a3402017-02-19 10:28:42 +020077
sebdet30670ac2020-08-04 14:16:00 +020078 <!-- Yaml for properties -->
79 <snakeyaml.version>1.14</snakeyaml.version>
80 <functionaljava.version>4.7</functionaljava.version>
81 <httpclient.version>4.5.3</httpclient.version>
82 <httpcore.version>4.4.1</httpcore.version>
83 <json-simple.version>1.1</json-simple.version>
AviZi280f8012017-06-09 02:39:56 +030084
sebdet30670ac2020-08-04 14:16:00 +020085 <!-- Logging start -->
86 <!-- logback -->
87 <logback.version>1.2.3</logback.version>
88 <slf4j-api.version>1.7.25</slf4j-api.version>
89 <commons-codec>1.10</commons-codec>
90 <commons-logging>1.2</commons-logging>
91 <janino.version>3.0.6</janino.version>
92 <log4j.version>2.13.1</log4j.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030093
sebdet30670ac2020-08-04 14:16:00 +020094 <!-- aspects -->
95 <jcabi.version>0.20.1</jcabi.version>
96 <aspectjrt.version>1.8.4</aspectjrt.version>
97 <aspectj.version>1.7.4</aspectj.version>
98 <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030099
sebdet30670ac2020-08-04 14:16:00 +0200100 <!-- Logging end -->
101 <!-- System Metrics -->
102 <sigar.version>1.6.4</sigar.version>
Michael Lando451a3402017-02-19 10:28:42 +0200103
sebdet30670ac2020-08-04 14:16:00 +0200104 <regex.version>3.0.3</regex.version>
Michael Lando451a3402017-02-19 10:28:42 +0200105
sebdet30670ac2020-08-04 14:16:00 +0200106 <!--GSON-->
107 <gson.version>2.3.1</gson.version>
AviZi280f8012017-06-09 02:39:56 +0300108
sebdet30670ac2020-08-04 14:16:00 +0200109 <!--listen to file changes-->
110 <commons-jci-core.version>1.1</commons-jci-core.version>
AviZi280f8012017-06-09 02:39:56 +0300111
sebdet30670ac2020-08-04 14:16:00 +0200112 <!--TESTING-->
113 <mockito.version>3.3.3</mockito.version>
114 <mockitoJupiter.version>3.3.3</mockitoJupiter.version>
115 <jmockit.version>1.35</jmockit.version>
116 <junit.version>4.12</junit.version>
117 <junit.platform.version>1.6.0</junit.platform.version>
118 <junitJupiter.version>5.6.0</junitJupiter.version>
119 <assertj.version>3.16.0</assertj.version>
120 <testng.version>7.2.0</testng.version>
121 <cucumber.version>5.6.0</cucumber.version>
122 <bean-matchers.version>0.11</bean-matchers.version>
123 <hamcrest.version>2.1</hamcrest.version>
124 <hamcrest-all.version>1.3</hamcrest-all.version>
125 <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
126 <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
Michael Landoa5445102018-03-04 14:53:33 +0200127
sebdet30670ac2020-08-04 14:16:00 +0200128 <!-- sonar -->
129 <sonar.projectVersion>${project.version}</sonar.projectVersion>
130 <sonar.nodejs.executable>${project.basedir}/node/node</sonar.nodejs.executable>
131 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports
132 </sonar.surefire.reportsPath>
133 <sonar.javascript.lcov.reportPaths>${project.build.directory}/code-coverage/lcov.info
134 </sonar.javascript.lcov.reportPaths>
135 <sonar.coverage.jacoco.xmlReportPaths>
136 ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
137 </sonar.coverage.jacoco.xmlReportPaths>
138 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
139 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
140 <sonar.coverage.exclusions>pom.xml,src/test</sonar.coverage.exclusions>
141 <!--cassandra -->
142 <cassandra.driver.version>3.8.0</cassandra.driver.version>
143 <!-- maven central (Nexus) -->
144 <nexus.id.release>nexus</nexus.id.release>
145 <nexus.id.snapshot>nexus</nexus.id.snapshot>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200146
sebdet30670ac2020-08-04 14:16:00 +0200147 <!--nexus-->
148 <npm.registry>https://registry.npmjs.org/</npm.registry>
149 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
150 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
151 <staging.profile.id>176c31dfe190a</staging.profile.id>
sebdet30670ac2020-08-04 14:16:00 +0200152 <!--togglz version-->
153 <togglz.version>2.6.1.Final</togglz.version>
amohamadc16117e2020-07-19 22:17:57 -0400154
sebdet30670ac2020-08-04 14:16:00 +0200155 <joda.time.version>2.9.9</joda.time.version>
amohamadc16117e2020-07-19 22:17:57 -0400156
sebdet30670ac2020-08-04 14:16:00 +0200157 <!--sdc-security-utils-->
158 <security.util.lib.version>1.6.0</security.util.lib.version>
159 <!--jacoco-->
160 <jacoco.version>0.8.5</jacoco.version>
amohamadc16117e2020-07-19 22:17:57 -0400161
sebdet30670ac2020-08-04 14:16:00 +0200162 <java.driver.core.version>4.5.1</java.driver.core.version>
vasraz8394fae2020-04-28 16:57:56 +0100163
sebdet30670ac2020-08-04 14:16:00 +0200164 <!-- Surefire parameters -->
165 <surefire.forkCount>1C</surefire.forkCount>
166 <surefire.reuseForks>true</surefire.reuseForks>
sebdet591810d2020-09-17 15:07:23 +0200167
168 <docker.api.version>1.35</docker.api.version>
sebdet30670ac2020-08-04 14:16:00 +0200169 </properties>
170
171 <dependencyManagement>
172 <dependencies>
173 <dependency>
174 <groupId>com.google.guava</groupId>
175 <artifactId>guava</artifactId>
176 <version>${guava.version}</version>
177 </dependency>
178
179 <dependency>
180 <groupId>org.glassfish.jersey.ext</groupId>
181 <artifactId>jersey-bean-validation</artifactId>
182 <version>${jersey-bom.version}</version>
183 </dependency>
184
185 <dependency>
186 <groupId>org.glassfish.hk2.external</groupId>
187 <artifactId>asm-all-repackaged</artifactId>
188 <version>2.4.0</version>
189 </dependency>
190
191 <dependency>
192 <groupId>org.assertj</groupId>
193 <artifactId>assertj-core</artifactId>
194 <version>${assertj.version}</version>
195 </dependency>
196
197 <dependency>
198 <groupId>org.jmockit</groupId>
199 <artifactId>jmockit</artifactId>
200 <version>${jmockit.version}</version>
201 </dependency>
202
203 <dependency>
204 <groupId>com.github.tomakehurst</groupId>
205 <artifactId>wiremock-standalone</artifactId>
206 <version>${wire-mock.version}</version>
207 </dependency>
208
209 <dependency>
210 <groupId>io.cucumber</groupId>
211 <artifactId>cucumber-java</artifactId>
212 <version>${cucumber.version}</version>
213 </dependency>
214
215 <dependency>
216 <groupId>io.cucumber</groupId>
217 <artifactId>cucumber-junit</artifactId>
218 <version>${cucumber.version}</version>
219 </dependency>
220
221 <dependency>
222 <groupId>org.apache.commons</groupId>
223 <artifactId>commons-lang3</artifactId>
224 <version>${lang3.version}</version>
225 </dependency>
226 <dependency>
227 <groupId>org.codehaus.groovy</groupId>
228 <artifactId>groovy</artifactId>
229 <version>2.4.13</version>
230 </dependency>
231 <dependency>
232 <groupId>io.netty</groupId>
233 <artifactId>netty-all</artifactId>
234 <version>${netty.version}</version>
235 </dependency>
236 <dependency>
237 <groupId>io.netty</groupId>
238 <artifactId>netty-handler</artifactId>
239 <version>${netty.version}</version>
240 </dependency>
241 </dependencies>
242 </dependencyManagement>
243
kooperfaaad992019-05-07 08:44:41 +0000244 <dependencies>
sebdet30670ac2020-08-04 14:16:00 +0200245 <dependency>
246 <!-- must be on the classpath -->
247 <groupId>org.jacoco</groupId>
248 <artifactId>org.jacoco.agent</artifactId>
249 <classifier>runtime</classifier>
250 <version>${jacoco.version}</version>
251 <scope>test</scope>
252 </dependency>
253 <!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API -->
254 <dependency>
255 <groupId>org.junit.jupiter</groupId>
256 <artifactId>junit-jupiter-engine</artifactId>
257 <version>${junitJupiter.version}</version>
258 <scope>test</scope>
259 </dependency>
260 <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API -->
261 <dependency>
262 <groupId>org.junit.vintage</groupId>
263 <artifactId>junit-vintage-engine</artifactId>
264 <version>${junitJupiter.version}</version>
265 <scope>test</scope>
266 </dependency>
vasrazf1f5a352019-11-26 17:20:27 +0000267
sebdet30670ac2020-08-04 14:16:00 +0200268 <dependency>
269 <groupId>org.mockito</groupId>
270 <artifactId>mockito-core</artifactId>
271 <version>${mockito.version}</version>
272 <scope>test</scope>
273 </dependency>
kooperfaaad992019-05-07 08:44:41 +0000274 </dependencies>
275
sebdet30670ac2020-08-04 14:16:00 +0200276 <reporting>
277 <plugins>
278 <plugin>
279 <groupId>org.apache.maven.plugins</groupId>
280 <artifactId>maven-javadoc-plugin</artifactId>
281 <version>3.0.1</version>
282 <configuration>
283 <failOnError>false</failOnError>
284 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
285 <docletArtifact>
286 <groupId>org.umlgraph</groupId>
287 <artifactId>umlgraph</artifactId>
288 <version>5.6</version>
289 </docletArtifact>
290 <useStandardDocletOptions>true</useStandardDocletOptions>
291 </configuration>
292 </plugin>
293 </plugins>
294 </reporting>
JulienBe56f99ec2020-06-24 17:31:27 +0200295
sebdet30670ac2020-08-04 14:16:00 +0200296 <build>
297 <pluginManagement>
298 <plugins>
299 <plugin>
300 <groupId>org.jacoco</groupId>
301 <artifactId>jacoco-maven-plugin</artifactId>
302 <version>${jacoco.version}</version>
303 </plugin>
304 <plugin>
305 <groupId>org.apache.maven.plugins</groupId>
306 <artifactId>maven-assembly-plugin</artifactId>
307 <version>3.1.0</version>
308 <configuration>
309 <tarLongFileMode>posix</tarLongFileMode>
310 </configuration>
311 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200312
sebdet30670ac2020-08-04 14:16:00 +0200313 <plugin>
314 <groupId>org.codehaus.mojo</groupId>
315 <artifactId>exec-maven-plugin</artifactId>
316 <version>1.6.0</version>
317 </plugin>
318 <plugin>
319 <groupId>org.sonarsource.scanner.maven</groupId>
320 <artifactId>sonar-maven-plugin</artifactId>
321 <version>3.7.0.1746</version>
322 </plugin>
323 <plugin>
324 <groupId>org.apache.maven.plugins</groupId>
325 <artifactId>maven-clean-plugin</artifactId>
326 <version>3.1.0</version>
327 </plugin>
328 <plugin>
329 <groupId>ru.yaal.maven</groupId>
330 <artifactId>write-text-files-maven-plugin</artifactId>
331 <version>1.1</version>
332 </plugin>
333 <plugin>
334 <groupId>org.codehaus.gmaven</groupId>
335 <artifactId>gmaven-plugin</artifactId>
336 <version>1.5</version>
337 </plugin>
338 <plugin>
339 <groupId>org.codehaus.mojo</groupId>
340 <artifactId>build-helper-maven-plugin</artifactId>
341 <version>3.2.0</version>
342 </plugin>
343 <plugin>
344 <groupId>org.apache.maven.plugins</groupId>
345 <artifactId>maven-deploy-plugin</artifactId>
346 <version>2.8.2</version>
347 </plugin>
348 <plugin>
349 <groupId>org.apache.maven.plugins</groupId>
350 <artifactId>maven-shade-plugin</artifactId>
351 <version>3.1.1</version>
352 </plugin>
353 <plugin>
354 <groupId>org.apache.maven.plugins</groupId>
355 <artifactId>maven-resources-plugin</artifactId>
356 <version>3.2.0</version>
357 </plugin>
358 <plugin>
359 <groupId>io.fabric8</groupId>
360 <artifactId>docker-maven-plugin</artifactId>
361 <version>0.31.0</version>
362 </plugin>
363 <plugin>
364 <groupId>org.apache.maven.plugins</groupId>
365 <artifactId>maven-war-plugin</artifactId>
366 <version>3.2.2</version>
367 </plugin>
368 <plugin>
369 <groupId>com.github.eirslett</groupId>
370 <artifactId>frontend-maven-plugin</artifactId>
371 <version>1.8.0</version>
372 </plugin>
373 <plugin>
374 <groupId>org.apache.maven.plugins</groupId>
375 <artifactId>maven-surefire-plugin</artifactId>
376 <version>${maven-surefire-plugin.version}</version>
377 </plugin>
378 <plugin>
379 <groupId>org.apache.maven.plugins</groupId>
380 <artifactId>maven-failsafe-plugin</artifactId>
381 <version>${maven-surefire-plugin.version}</version>
382 </plugin>
383 <plugin>
384 <groupId>org.apache.maven.plugins</groupId>
385 <artifactId>maven-compiler-plugin</artifactId>
386 <version>3.8.1</version>
387 </plugin>
388 <plugin>
389 <groupId>com.github.sylvainlaurent.maven</groupId>
390 <artifactId>yaml-json-validator-maven-plugin</artifactId>
391 <version>1.0.2</version>
392 </plugin>
393 <plugin>
394 <groupId>pl.project13.maven</groupId>
395 <artifactId>git-commit-id-plugin</artifactId>
396 <version>4.0.0</version>
397 </plugin>
398 </plugins>
399 </pluginManagement>
Michael Lando451a3402017-02-19 10:28:42 +0200400
sebdet30670ac2020-08-04 14:16:00 +0200401 <plugins>
402 <plugin>
403 <artifactId>maven-checkstyle-plugin</artifactId>
404 <version>2.17</version>
405 <configuration>
406 <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
407 <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
408 <skip>${checkstyle.skip}</skip>
409 </configuration>
410 </plugin>
411 <!-- plugin for parsing the project version -->
412 <plugin>
413 <groupId>org.codehaus.mojo</groupId>
414 <artifactId>build-helper-maven-plugin</artifactId>
415 <executions>
416 <execution>
417 <id>parse-version</id>
418 <phase>pre-clean</phase>
419 <goals>
420 <goal>parse-version</goal>
421 </goals>
422 </execution>
423 </executions>
424 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200425
sebdet30670ac2020-08-04 14:16:00 +0200426 <!-- Java Code Coverage -->
427 <plugin>
428 <groupId>org.jacoco</groupId>
429 <artifactId>jacoco-maven-plugin</artifactId>
430 <inherited>false</inherited>
431 <executions>
432 <execution>
433 <id>default-instrument</id>
434 <goals>
435 <goal>instrument</goal>
436 </goals>
437 </execution>
438 <execution>
439 <id>default-restore-instrumented-classes</id>
440 <goals>
441 <goal>restore-instrumented-classes</goal>
442 </goals>
443 </execution>
444 <execution>
445 <id>default-report</id>
446 <goals>
447 <goal>report</goal>
448 </goals>
449 <configuration>
450 <dataFile>${project.build.directory}/jacoco.exec</dataFile>
451 </configuration>
452 </execution>
453 </executions>
454 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200455
sebdet30670ac2020-08-04 14:16:00 +0200456 <plugin>
457 <groupId>org.apache.maven.plugins</groupId>
458 <artifactId>maven-site-plugin</artifactId>
459 <version>3.7.1</version>
460 <dependencies>
461 <dependency>
462 <groupId>org.apache.maven.wagon</groupId>
463 <artifactId>wagon-webdav-jackrabbit</artifactId>
464 <version>3.0.0</version>
465 </dependency>
466 </dependencies>
467 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200468
sebdet30670ac2020-08-04 14:16:00 +0200469 <!-- Set the deployment repositories properties. -->
470 <plugin>
471 <groupId>org.codehaus.gmaven</groupId>
472 <artifactId>gmaven-plugin</artifactId>
473 <executions>
474 <execution>
475 <inherited>false</inherited>
476 <phase>integration-test</phase>
477 <goals>
478 <goal>execute</goal>
479 </goals>
480 <configuration>
481 <source>
482 pom.properties['deploy.url'] =
483 pom.version.contains('-SNAPSHOT') ?
484 project.distributionManagement.snapshotRepository.url :
485 project.distributionManagement.repository.url;
486 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
487 project.distributionManagement.snapshotRepository.id :
488 project.distributionManagement.repository.id;
489 </source>
490 </configuration>
491 </execution>
492 </executions>
493 </plugin>
494 <plugin>
495 <groupId>org.apache.maven.plugins</groupId>
496 <artifactId>maven-compiler-plugin</artifactId>
497 <configuration>
498 <source>11</source>
499 <target>11</target>
500 </configuration>
501 </plugin>
502 <plugin>
503 <groupId>org.apache.maven.plugins</groupId>
504 <artifactId>maven-surefire-plugin</artifactId>
505 <dependencies>
506 <dependency>
507 <groupId>org.apache.maven.surefire</groupId>
508 <artifactId>surefire-junit-platform</artifactId>
509 <version>${maven-surefire-plugin.version}</version>
510 </dependency>
511 </dependencies>
512 <configuration>
513 <printSummary>false</printSummary>
514 <systemPropertyVariables>
515 <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
516 </systemPropertyVariables>
517 <forkCount>${surefire.forkCount}</forkCount>
518 <reuseForks>${surefire.reuseForks}</reuseForks>
519 <parallel>methods</parallel>
520 </configuration>
521 </plugin>
522 <plugin>
523 <groupId>pl.project13.maven</groupId>
524 <artifactId>git-commit-id-plugin</artifactId>
525 <executions>
526 <execution>
527 <goals>
528 <goal>revision</goal>
529 </goals>
530 </execution>
531 </executions>
532 <configuration>
533 <generateGitPropertiesFile>true</generateGitPropertiesFile>
534 <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties
535 </generateGitPropertiesFilename>
536 <failOnNoGitDirectory>true</failOnNoGitDirectory>
537 <verbose>false</verbose>
538 <includeOnlyProperties>
539 <includeOnlyProperty>git.build.version</includeOnlyProperty>
540 <includeOnlyProperty>git.build.time</includeOnlyProperty>
541 <includeOnlyProperty>git.commit.id</includeOnlyProperty>
542 <includeOnlyProperty>git.commit.time</includeOnlyProperty>
543 <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
544 <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
545 <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
546 <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
547 </includeOnlyProperties>
548 <gitDescribe>
549 <skip>true</skip>
550 </gitDescribe>
551 <useNativeGit>false</useNativeGit>
552 </configuration>
553 </plugin>
554 </plugins>
555 </build>
Michael Landoa5445102018-03-04 14:53:33 +0200556
sebdet30670ac2020-08-04 14:16:00 +0200557 <profiles>
558 <profile>
559 <id>all</id>
560 <activation>
561 <activeByDefault>true</activeByDefault>
562 </activation>
563 <properties>
564 <checkstyle.skip>true</checkstyle.skip>
565 </properties>
566 <modules>
567 <module>onboarding</module>
568 <module>common-app-logging</module>
569 <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>catalog-be-plugins</module>
575 <module>asdctool</module>
576 <module>catalog-ui</module>
577 <module>catalog-fe</module>
578 <module>sdc-os-chef</module>
579 <module>utils/webseal-simulator</module>
580 <module>integration-tests</module>
581 </modules>
582 </profile>
583 <profile>
584 <id>skip-integration-tests</id>
585 <activation>
586 <property>
587 <name>skipITs</name>
588 <value>true</value>
589 </property>
590 </activation>
591 <properties>
592 <checkstyle.skip>true</checkstyle.skip>
593 </properties>
594 <modules>
595 <module>onboarding</module>
596 <module>common-app-logging</module>
597 <module>common-app-api</module>
598 <module>common-be</module>
599 <module>catalog-dao</module>
600 <module>catalog-model</module>
601 <module>catalog-be</module>
602 <module>catalog-be-plugins</module>
603 <module>asdctool</module>
604 <module>catalog-ui</module>
605 <module>catalog-fe</module>
606 <module>sdc-os-chef</module>
607 <module>utils/webseal-simulator</module>
608 </modules>
609 </profile>
610 <profile>
sebdet4fc21a62020-09-10 15:24:32 +0200611 <id>skip-tests</id>
612 <activation>
613 <property>
614 <name>skipTests</name>
615 <value>true</value>
616 </property>
617 </activation>
618 <properties>
619 <checkstyle.skip>true</checkstyle.skip>
620 </properties>
621 <modules>
622 <module>onboarding</module>
623 <module>common-app-logging</module>
624 <module>common-app-api</module>
625 <module>common-be</module>
626 <module>catalog-dao</module>
627 <module>catalog-model</module>
628 <module>catalog-be</module>
629 <module>catalog-be-plugins</module>
630 <module>asdctool</module>
631 <module>catalog-ui</module>
632 <module>catalog-fe</module>
633 <module>sdc-os-chef</module>
634 <module>utils/webseal-simulator</module>
635 </modules>
636 </profile>
637 <profile>
sebdet30670ac2020-08-04 14:16:00 +0200638 <id>fast-build</id>
639 <activation>
640 <activeByDefault>false</activeByDefault>
641 </activation>
642 <properties>
643 <maven.test.skip>true</maven.test.skip>
644 <skipYamlJsonValidator>true</skipYamlJsonValidator>
645 <checkstyle.skip>true</checkstyle.skip>
646 <jacoco.skip>true</jacoco.skip>
647 </properties>
648 <modules>
649 <module>onboarding</module>
650 <module>common-app-logging</module>
651 <module>common-app-api</module>
652 <module>common-be</module>
653 <module>catalog-dao</module>
654 <module>catalog-model</module>
655 <module>catalog-be</module>
656 <module>catalog-be-plugins</module>
657 <module>asdctool</module>
658 <module>catalog-ui</module>
659 <module>catalog-fe</module>
660 <module>sdc-os-chef</module>
661 <module>utils/webseal-simulator</module>
662 </modules>
663 </profile>
664 <profile>
665 <id>start-sdc</id>
666 <activation>
667 <activeByDefault>false</activeByDefault>
668 </activation>
669 <properties>
670 <maven.test.skip>true</maven.test.skip>
671 <skipYamlJsonValidator>true</skipYamlJsonValidator>
672 <checkstyle.skip>true</checkstyle.skip>
673 <jacoco.skip>true</jacoco.skip>
674 <docker.keepRunning>true</docker.keepRunning>
675 </properties>
676 <modules>
677 <module>integration-tests</module>
678 </modules>
679 </profile>
680 <profile>
681 <id>stop-sdc</id>
682 <activation>
683 <activeByDefault>false</activeByDefault>
684 </activation>
685 <properties>
686 <maven.test.skip>true</maven.test.skip>
687 <skipYamlJsonValidator>true</skipYamlJsonValidator>
688 <checkstyle.skip>true</checkstyle.skip>
689 <jacoco.skip>true</jacoco.skip>
690 <docker.skip.run>true</docker.skip.run>
691 </properties>
692 <modules>
693 <module>integration-tests</module>
694 </modules>
695 </profile>
696 <profile>
697 <id>run-integration-tests</id>
698 <activation>
699 <activeByDefault>false</activeByDefault>
700 </activation>
701 <properties>
702 <skipYamlJsonValidator>true</skipYamlJsonValidator>
703 <checkstyle.skip>true</checkstyle.skip>
704 <docker.skip>true</docker.skip>
705 </properties>
706 <modules>
707 <module>integration-tests</module>
708 </modules>
709 </profile>
Michael Lando451a3402017-02-19 10:28:42 +0200710
sebdet30670ac2020-08-04 14:16:00 +0200711 </profiles>
sheetalm297209b2018-02-20 19:06:27 +0530712
sebdet30670ac2020-08-04 14:16:00 +0200713 <repositories>
714 <!-- LF repositories -->
715 <repository>
716 <id>ecomp-releases</id>
717 <name>Release Repository</name>
718 <url>${nexus.proxy}/content/repositories/releases/</url>
719 </repository>
720 <repository>
721 <id>ecomp-snapshots</id>
722 <name>Snapshots Repository</name>
723 <url>${nexus.proxy}/content/repositories/snapshots/</url>
724 </repository>
725 <repository>
726 <id>ecomp-public</id>
727 <name>Public Repository</name>
728 <url>${nexus.proxy}/content/repositories/public/</url>
729 </repository>
730 <!-- LF repositories END-->
731 </repositories>
vasraza8a96332020-08-19 18:01:52 +0100732
sebdet30670ac2020-08-04 14:16:00 +0200733 <distributionManagement>
734 <repository>
735 <id>ecomp-releases</id>
736 <name>Release Repository</name>
737 <url>${nexus.proxy}/content/repositories/releases/</url>
738 </repository>
739 <snapshotRepository>
740 <id>ecomp-snapshots</id>
741 <name>Snapshot Repository</name>
742 <url>${nexus.proxy}/content/repositories/snapshots/</url>
743 </snapshotRepository>
744 <site>
745 <id>ecomp-site</id>
746 <url>dav:${nexus.proxy}${sitePath}</url>
747 </site>
748 </distributionManagement>
Tal Gitelmanc63a3402018-08-05 17:16:15 +0300749</project>
Baumel, Dvir (db384r)ef316522020-04-21 14:14:15 +0300750