blob: b2f720ac1da97ab31ce61ae4ffb676b96462c246 [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>
ChrisC94133cb2021-02-17 16:02:05 +010029 <version>1.8.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>
vasraz72b29ba2021-02-22 14:01:13 +000036 <version>3.2.0</version>
sebdet30670ac2020-08-04 14:16:00 +020037 <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>
vasraz70f93df2021-02-24 16:19:54 +000050 <spring.version>5.2.10.RELEASE</spring.version>
sebdet30670ac2020-08-04 14:16:00 +020051 <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>
vasraz086406a2021-02-22 09:50:07 +000058 <lombok.version>1.18.18</lombok.version>
sebdet30670ac2020-08-04 14:16:00 +020059 <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>
Adam Wudzinskiad99b802020-11-27 12:50:27 +010065 <io.vavr.version>0.10.3</io.vavr.version>
vasraz086406a2021-02-22 09:50:07 +000066 <groovy.version>3.0.7</groovy.version>
Michael Lando451a3402017-02-19 10:28:42 +020067
sebdet30670ac2020-08-04 14:16:00 +020068 <commons.collections.version>4.1</commons.collections.version>
69 <ws.rs.version>2.1</ws.rs.version>
Talio1468fdc2019-02-05 11:05:05 +020070
vasraz086406a2021-02-22 09:50:07 +000071 <jetty.version>9.4.36.v20210114</jetty.version>
Michael Lando451a3402017-02-19 10:28:42 +020072
sebdet30670ac2020-08-04 14:16:00 +020073 <!-- JSON and YAML Parsing -->
vasraz70f93df2021-02-24 16:19:54 +000074 <jackson.version>2.12.1</jackson.version>
sebdet30670ac2020-08-04 14:16:00 +020075 <jackson-annotations.version>${jackson.version}</jackson-annotations.version>
amohamadc16117e2020-07-19 22:17:57 -040076
sebdet30670ac2020-08-04 14:16:00 +020077 <clearspring.version>2.1.1</clearspring.version>
78 <skipYamlJsonValidator>false</skipYamlJsonValidator>
Michael Lando451a3402017-02-19 10:28:42 +020079
sebdet30670ac2020-08-04 14:16:00 +020080 <!-- Yaml for properties -->
vasraz70f93df2021-02-24 16:19:54 +000081 <snakeyaml.version>1.28</snakeyaml.version>
sebdet30670ac2020-08-04 14:16:00 +020082 <functionaljava.version>4.7</functionaljava.version>
83 <httpclient.version>4.5.3</httpclient.version>
84 <httpcore.version>4.4.1</httpcore.version>
85 <json-simple.version>1.1</json-simple.version>
AviZi280f8012017-06-09 02:39:56 +030086
Adam Wudzinskiad99b802020-11-27 12:50:27 +010087 <!-- PM Dictionary validation -->
88 <onap.vnfsdk.validation.pmdictionary.version>1.2.15</onap.vnfsdk.validation.pmdictionary.version>
89
sebdet30670ac2020-08-04 14:16:00 +020090 <!-- Logging start -->
91 <!-- logback -->
92 <logback.version>1.2.3</logback.version>
93 <slf4j-api.version>1.7.25</slf4j-api.version>
94 <commons-codec>1.10</commons-codec>
95 <commons-logging>1.2</commons-logging>
96 <janino.version>3.0.6</janino.version>
97 <log4j.version>2.13.1</log4j.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030098
sebdet30670ac2020-08-04 14:16:00 +020099 <!-- aspects -->
100 <jcabi.version>0.20.1</jcabi.version>
vasraz70f93df2021-02-24 16:19:54 +0000101 <aspectj.version>1.8.9</aspectj.version>
102 <aspectjrt.version>${aspectj.version}</aspectjrt.version>
sebdet30670ac2020-08-04 14:16:00 +0200103 <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version>
Michael Lando3c3c8332017-07-20 01:29:49 +0300104
sebdet30670ac2020-08-04 14:16:00 +0200105 <!-- Logging end -->
106 <!-- System Metrics -->
107 <sigar.version>1.6.4</sigar.version>
Michael Lando451a3402017-02-19 10:28:42 +0200108
sebdet30670ac2020-08-04 14:16:00 +0200109 <regex.version>3.0.3</regex.version>
Michael Lando451a3402017-02-19 10:28:42 +0200110
sebdet30670ac2020-08-04 14:16:00 +0200111 <!--GSON-->
112 <gson.version>2.3.1</gson.version>
AviZi280f8012017-06-09 02:39:56 +0300113
sebdet30670ac2020-08-04 14:16:00 +0200114 <!--listen to file changes-->
115 <commons-jci-core.version>1.1</commons-jci-core.version>
AviZi280f8012017-06-09 02:39:56 +0300116
sebdet30670ac2020-08-04 14:16:00 +0200117 <!--TESTING-->
vasraz70f93df2021-02-24 16:19:54 +0000118 <mockito.version>3.7.7</mockito.version>
119 <mockitoJupiter.version>${mockito.version}</mockitoJupiter.version>
sebdet30670ac2020-08-04 14:16:00 +0200120 <jmockit.version>1.35</jmockit.version>
vasraz086406a2021-02-22 09:50:07 +0000121 <junit.version>4.13.1</junit.version>
122 <junit.platform.version>1.7.1</junit.platform.version>
123 <junitJupiter.version>5.7.0</junitJupiter.version>
sebdet30670ac2020-08-04 14:16:00 +0200124 <assertj.version>3.16.0</assertj.version>
vasraz7c259332021-01-20 21:20:28 +0000125 <testng.version>7.3.0</testng.version>
ChrisC70533b52021-02-12 16:21:40 +0100126 <cucumber.version>6.8.1</cucumber.version>
sebdet30670ac2020-08-04 14:16:00 +0200127 <bean-matchers.version>0.11</bean-matchers.version>
128 <hamcrest.version>2.1</hamcrest.version>
129 <hamcrest-all.version>1.3</hamcrest-all.version>
130 <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
131 <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
Michael Landoa5445102018-03-04 14:53:33 +0200132
sebdet30670ac2020-08-04 14:16:00 +0200133 <!-- sonar -->
134 <sonar.projectVersion>${project.version}</sonar.projectVersion>
135 <sonar.nodejs.executable>${project.basedir}/node/node</sonar.nodejs.executable>
136 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports
137 </sonar.surefire.reportsPath>
138 <sonar.javascript.lcov.reportPaths>${project.build.directory}/code-coverage/lcov.info
139 </sonar.javascript.lcov.reportPaths>
140 <sonar.coverage.jacoco.xmlReportPaths>
141 ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
142 </sonar.coverage.jacoco.xmlReportPaths>
143 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
144 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
145 <sonar.coverage.exclusions>pom.xml,src/test</sonar.coverage.exclusions>
146 <!--cassandra -->
147 <cassandra.driver.version>3.8.0</cassandra.driver.version>
148 <!-- maven central (Nexus) -->
149 <nexus.id.release>nexus</nexus.id.release>
150 <nexus.id.snapshot>nexus</nexus.id.snapshot>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200151
sebdet30670ac2020-08-04 14:16:00 +0200152 <!--nexus-->
153 <npm.registry>https://registry.npmjs.org/</npm.registry>
154 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
155 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
156 <staging.profile.id>176c31dfe190a</staging.profile.id>
sebdet30670ac2020-08-04 14:16:00 +0200157 <!--togglz version-->
158 <togglz.version>2.6.1.Final</togglz.version>
amohamadc16117e2020-07-19 22:17:57 -0400159
sebdet30670ac2020-08-04 14:16:00 +0200160 <joda.time.version>2.9.9</joda.time.version>
amohamadc16117e2020-07-19 22:17:57 -0400161
sebdet30670ac2020-08-04 14:16:00 +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>
amohamadc16117e2020-07-19 22:17:57 -0400166
sebdet30670ac2020-08-04 14:16:00 +0200167 <java.driver.core.version>4.5.1</java.driver.core.version>
vasraz8394fae2020-04-28 16:57:56 +0100168
sebdet30670ac2020-08-04 14:16:00 +0200169 <!-- Surefire parameters -->
170 <surefire.forkCount>1C</surefire.forkCount>
171 <surefire.reuseForks>true</surefire.reuseForks>
sebdet9d724fe2021-02-03 15:05:54 +0100172 <surefire.skip.tests>false</surefire.skip.tests>
sebdet591810d2020-09-17 15:07:23 +0200173
174 <docker.api.version>1.35</docker.api.version>
andre.schmid13b39122021-01-28 17:53:22 +0000175 <bouncycastle.version>1.68</bouncycastle.version>
sebdet30670ac2020-08-04 14:16:00 +0200176 </properties>
177
178 <dependencyManagement>
179 <dependencies>
180 <dependency>
181 <groupId>com.google.guava</groupId>
182 <artifactId>guava</artifactId>
183 <version>${guava.version}</version>
184 </dependency>
185
186 <dependency>
187 <groupId>org.glassfish.jersey.ext</groupId>
188 <artifactId>jersey-bean-validation</artifactId>
189 <version>${jersey-bom.version}</version>
190 </dependency>
191
192 <dependency>
193 <groupId>org.glassfish.hk2.external</groupId>
194 <artifactId>asm-all-repackaged</artifactId>
195 <version>2.4.0</version>
196 </dependency>
197
198 <dependency>
199 <groupId>org.assertj</groupId>
200 <artifactId>assertj-core</artifactId>
201 <version>${assertj.version}</version>
202 </dependency>
203
204 <dependency>
205 <groupId>org.jmockit</groupId>
206 <artifactId>jmockit</artifactId>
207 <version>${jmockit.version}</version>
208 </dependency>
209
210 <dependency>
211 <groupId>com.github.tomakehurst</groupId>
212 <artifactId>wiremock-standalone</artifactId>
213 <version>${wire-mock.version}</version>
214 </dependency>
215
216 <dependency>
217 <groupId>io.cucumber</groupId>
218 <artifactId>cucumber-java</artifactId>
219 <version>${cucumber.version}</version>
220 </dependency>
221
222 <dependency>
223 <groupId>io.cucumber</groupId>
224 <artifactId>cucumber-junit</artifactId>
225 <version>${cucumber.version}</version>
226 </dependency>
227
228 <dependency>
229 <groupId>org.apache.commons</groupId>
230 <artifactId>commons-lang3</artifactId>
231 <version>${lang3.version}</version>
232 </dependency>
233 <dependency>
234 <groupId>org.codehaus.groovy</groupId>
235 <artifactId>groovy</artifactId>
vasraz086406a2021-02-22 09:50:07 +0000236 <version>${groovy.version}</version>
sebdet30670ac2020-08-04 14:16:00 +0200237 </dependency>
238 <dependency>
239 <groupId>io.netty</groupId>
240 <artifactId>netty-all</artifactId>
241 <version>${netty.version}</version>
242 </dependency>
243 <dependency>
244 <groupId>io.netty</groupId>
245 <artifactId>netty-handler</artifactId>
246 <version>${netty.version}</version>
247 </dependency>
248 </dependencies>
249 </dependencyManagement>
250
kooperfaaad992019-05-07 08:44:41 +0000251 <dependencies>
sebdet30670ac2020-08-04 14:16:00 +0200252 <dependency>
253 <!-- must be on the classpath -->
254 <groupId>org.jacoco</groupId>
255 <artifactId>org.jacoco.agent</artifactId>
256 <classifier>runtime</classifier>
257 <version>${jacoco.version}</version>
258 <scope>test</scope>
259 </dependency>
260 <!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API -->
261 <dependency>
262 <groupId>org.junit.jupiter</groupId>
263 <artifactId>junit-jupiter-engine</artifactId>
264 <version>${junitJupiter.version}</version>
265 <scope>test</scope>
266 </dependency>
267 <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API -->
268 <dependency>
269 <groupId>org.junit.vintage</groupId>
270 <artifactId>junit-vintage-engine</artifactId>
271 <version>${junitJupiter.version}</version>
272 <scope>test</scope>
273 </dependency>
vasrazf1f5a352019-11-26 17:20:27 +0000274
sebdet30670ac2020-08-04 14:16:00 +0200275 <dependency>
276 <groupId>org.mockito</groupId>
277 <artifactId>mockito-core</artifactId>
278 <version>${mockito.version}</version>
279 <scope>test</scope>
280 </dependency>
kooperfaaad992019-05-07 08:44:41 +0000281 </dependencies>
282
sebdet30670ac2020-08-04 14:16:00 +0200283 <reporting>
284 <plugins>
285 <plugin>
286 <groupId>org.apache.maven.plugins</groupId>
287 <artifactId>maven-javadoc-plugin</artifactId>
288 <version>3.0.1</version>
289 <configuration>
290 <failOnError>false</failOnError>
291 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
292 <docletArtifact>
293 <groupId>org.umlgraph</groupId>
294 <artifactId>umlgraph</artifactId>
295 <version>5.6</version>
296 </docletArtifact>
297 <useStandardDocletOptions>true</useStandardDocletOptions>
298 </configuration>
299 </plugin>
300 </plugins>
301 </reporting>
JulienBe56f99ec2020-06-24 17:31:27 +0200302
sebdet30670ac2020-08-04 14:16:00 +0200303 <build>
304 <pluginManagement>
305 <plugins>
306 <plugin>
307 <groupId>org.jacoco</groupId>
308 <artifactId>jacoco-maven-plugin</artifactId>
309 <version>${jacoco.version}</version>
310 </plugin>
311 <plugin>
312 <groupId>org.apache.maven.plugins</groupId>
313 <artifactId>maven-assembly-plugin</artifactId>
314 <version>3.1.0</version>
315 <configuration>
316 <tarLongFileMode>posix</tarLongFileMode>
317 </configuration>
318 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200319
sebdet30670ac2020-08-04 14:16:00 +0200320 <plugin>
321 <groupId>org.codehaus.mojo</groupId>
322 <artifactId>exec-maven-plugin</artifactId>
323 <version>1.6.0</version>
324 </plugin>
325 <plugin>
326 <groupId>org.sonarsource.scanner.maven</groupId>
327 <artifactId>sonar-maven-plugin</artifactId>
328 <version>3.7.0.1746</version>
329 </plugin>
330 <plugin>
331 <groupId>org.apache.maven.plugins</groupId>
332 <artifactId>maven-clean-plugin</artifactId>
333 <version>3.1.0</version>
334 </plugin>
335 <plugin>
336 <groupId>ru.yaal.maven</groupId>
337 <artifactId>write-text-files-maven-plugin</artifactId>
338 <version>1.1</version>
339 </plugin>
340 <plugin>
341 <groupId>org.codehaus.gmaven</groupId>
342 <artifactId>gmaven-plugin</artifactId>
343 <version>1.5</version>
344 </plugin>
345 <plugin>
346 <groupId>org.codehaus.mojo</groupId>
347 <artifactId>build-helper-maven-plugin</artifactId>
348 <version>3.2.0</version>
349 </plugin>
350 <plugin>
351 <groupId>org.apache.maven.plugins</groupId>
352 <artifactId>maven-deploy-plugin</artifactId>
353 <version>2.8.2</version>
354 </plugin>
355 <plugin>
356 <groupId>org.apache.maven.plugins</groupId>
357 <artifactId>maven-shade-plugin</artifactId>
358 <version>3.1.1</version>
359 </plugin>
360 <plugin>
361 <groupId>org.apache.maven.plugins</groupId>
362 <artifactId>maven-resources-plugin</artifactId>
363 <version>3.2.0</version>
364 </plugin>
365 <plugin>
366 <groupId>io.fabric8</groupId>
367 <artifactId>docker-maven-plugin</artifactId>
368 <version>0.31.0</version>
369 </plugin>
370 <plugin>
371 <groupId>org.apache.maven.plugins</groupId>
372 <artifactId>maven-war-plugin</artifactId>
373 <version>3.2.2</version>
374 </plugin>
375 <plugin>
376 <groupId>com.github.eirslett</groupId>
377 <artifactId>frontend-maven-plugin</artifactId>
378 <version>1.8.0</version>
379 </plugin>
380 <plugin>
381 <groupId>org.apache.maven.plugins</groupId>
382 <artifactId>maven-surefire-plugin</artifactId>
383 <version>${maven-surefire-plugin.version}</version>
384 </plugin>
385 <plugin>
386 <groupId>org.apache.maven.plugins</groupId>
387 <artifactId>maven-failsafe-plugin</artifactId>
388 <version>${maven-surefire-plugin.version}</version>
389 </plugin>
390 <plugin>
391 <groupId>org.apache.maven.plugins</groupId>
392 <artifactId>maven-compiler-plugin</artifactId>
393 <version>3.8.1</version>
394 </plugin>
395 <plugin>
396 <groupId>com.github.sylvainlaurent.maven</groupId>
397 <artifactId>yaml-json-validator-maven-plugin</artifactId>
398 <version>1.0.2</version>
399 </plugin>
400 <plugin>
401 <groupId>pl.project13.maven</groupId>
402 <artifactId>git-commit-id-plugin</artifactId>
403 <version>4.0.0</version>
404 </plugin>
405 </plugins>
406 </pluginManagement>
Michael Lando451a3402017-02-19 10:28:42 +0200407
sebdet30670ac2020-08-04 14:16:00 +0200408 <plugins>
409 <plugin>
410 <artifactId>maven-checkstyle-plugin</artifactId>
411 <version>2.17</version>
412 <configuration>
413 <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
414 <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
415 <skip>${checkstyle.skip}</skip>
416 </configuration>
417 </plugin>
418 <!-- plugin for parsing the project version -->
419 <plugin>
420 <groupId>org.codehaus.mojo</groupId>
421 <artifactId>build-helper-maven-plugin</artifactId>
422 <executions>
423 <execution>
424 <id>parse-version</id>
425 <phase>pre-clean</phase>
426 <goals>
427 <goal>parse-version</goal>
428 </goals>
429 </execution>
430 </executions>
431 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200432
sebdet30670ac2020-08-04 14:16:00 +0200433 <!-- Java Code Coverage -->
434 <plugin>
435 <groupId>org.jacoco</groupId>
436 <artifactId>jacoco-maven-plugin</artifactId>
437 <inherited>false</inherited>
438 <executions>
439 <execution>
440 <id>default-instrument</id>
441 <goals>
442 <goal>instrument</goal>
443 </goals>
444 </execution>
445 <execution>
446 <id>default-restore-instrumented-classes</id>
447 <goals>
448 <goal>restore-instrumented-classes</goal>
449 </goals>
450 </execution>
451 <execution>
452 <id>default-report</id>
453 <goals>
454 <goal>report</goal>
455 </goals>
456 <configuration>
457 <dataFile>${project.build.directory}/jacoco.exec</dataFile>
458 </configuration>
459 </execution>
460 </executions>
461 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200462
sebdet30670ac2020-08-04 14:16:00 +0200463 <plugin>
464 <groupId>org.apache.maven.plugins</groupId>
465 <artifactId>maven-site-plugin</artifactId>
466 <version>3.7.1</version>
467 <dependencies>
468 <dependency>
469 <groupId>org.apache.maven.wagon</groupId>
470 <artifactId>wagon-webdav-jackrabbit</artifactId>
471 <version>3.0.0</version>
472 </dependency>
473 </dependencies>
474 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200475
sebdet30670ac2020-08-04 14:16:00 +0200476 <!-- Set the deployment repositories properties. -->
477 <plugin>
478 <groupId>org.codehaus.gmaven</groupId>
479 <artifactId>gmaven-plugin</artifactId>
480 <executions>
481 <execution>
482 <inherited>false</inherited>
483 <phase>integration-test</phase>
484 <goals>
485 <goal>execute</goal>
486 </goals>
487 <configuration>
488 <source>
489 pom.properties['deploy.url'] =
490 pom.version.contains('-SNAPSHOT') ?
491 project.distributionManagement.snapshotRepository.url :
492 project.distributionManagement.repository.url;
493 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
494 project.distributionManagement.snapshotRepository.id :
495 project.distributionManagement.repository.id;
496 </source>
497 </configuration>
498 </execution>
499 </executions>
500 </plugin>
501 <plugin>
502 <groupId>org.apache.maven.plugins</groupId>
503 <artifactId>maven-compiler-plugin</artifactId>
504 <configuration>
505 <source>11</source>
506 <target>11</target>
sebdeta9fffd22020-10-08 13:28:36 +0200507 <forceJavacCompilerUse>true</forceJavacCompilerUse>
sebdet30670ac2020-08-04 14:16:00 +0200508 </configuration>
509 </plugin>
510 <plugin>
511 <groupId>org.apache.maven.plugins</groupId>
512 <artifactId>maven-surefire-plugin</artifactId>
513 <dependencies>
514 <dependency>
515 <groupId>org.apache.maven.surefire</groupId>
516 <artifactId>surefire-junit-platform</artifactId>
517 <version>${maven-surefire-plugin.version}</version>
518 </dependency>
519 </dependencies>
520 <configuration>
521 <printSummary>false</printSummary>
522 <systemPropertyVariables>
523 <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
524 </systemPropertyVariables>
525 <forkCount>${surefire.forkCount}</forkCount>
526 <reuseForks>${surefire.reuseForks}</reuseForks>
527 <parallel>methods</parallel>
sebdet9d724fe2021-02-03 15:05:54 +0100528 <skip>${surefire.skip.tests}</skip>
sebdet30670ac2020-08-04 14:16:00 +0200529 </configuration>
530 </plugin>
531 <plugin>
532 <groupId>pl.project13.maven</groupId>
533 <artifactId>git-commit-id-plugin</artifactId>
534 <executions>
535 <execution>
536 <goals>
537 <goal>revision</goal>
538 </goals>
539 </execution>
540 </executions>
541 <configuration>
542 <generateGitPropertiesFile>true</generateGitPropertiesFile>
543 <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties
544 </generateGitPropertiesFilename>
545 <failOnNoGitDirectory>true</failOnNoGitDirectory>
546 <verbose>false</verbose>
547 <includeOnlyProperties>
548 <includeOnlyProperty>git.build.version</includeOnlyProperty>
549 <includeOnlyProperty>git.build.time</includeOnlyProperty>
550 <includeOnlyProperty>git.commit.id</includeOnlyProperty>
551 <includeOnlyProperty>git.commit.time</includeOnlyProperty>
552 <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
553 <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
554 <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
555 <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
556 </includeOnlyProperties>
557 <gitDescribe>
558 <skip>true</skip>
559 </gitDescribe>
560 <useNativeGit>false</useNativeGit>
561 </configuration>
562 </plugin>
563 </plugins>
564 </build>
Michael Landoa5445102018-03-04 14:53:33 +0200565
sebdet30670ac2020-08-04 14:16:00 +0200566 <profiles>
567 <profile>
568 <id>all</id>
569 <activation>
570 <activeByDefault>true</activeByDefault>
571 </activation>
572 <properties>
573 <checkstyle.skip>true</checkstyle.skip>
574 </properties>
575 <modules>
576 <module>onboarding</module>
577 <module>common-app-logging</module>
578 <module>common-app-api</module>
579 <module>common-be</module>
580 <module>catalog-dao</module>
581 <module>catalog-model</module>
582 <module>catalog-be</module>
583 <module>catalog-be-plugins</module>
584 <module>asdctool</module>
585 <module>catalog-ui</module>
586 <module>catalog-fe</module>
587 <module>sdc-os-chef</module>
588 <module>utils/webseal-simulator</module>
589 <module>integration-tests</module>
590 </modules>
591 </profile>
592 <profile>
sebdet9d724fe2021-02-03 15:05:54 +0100593 <id>all-for-integration-tests-only</id>
594 <properties>
595 <checkstyle.skip>true</checkstyle.skip>
596 <surefire.skip.tests>true</surefire.skip.tests>
597 </properties>
598 <modules>
599 <module>onboarding</module>
600 <module>common-app-logging</module>
601 <module>common-app-api</module>
602 <module>common-be</module>
603 <module>catalog-dao</module>
604 <module>catalog-model</module>
605 <module>catalog-be</module>
606 <module>catalog-be-plugins</module>
607 <module>asdctool</module>
608 <module>catalog-ui</module>
609 <module>catalog-fe</module>
610 <module>sdc-os-chef</module>
611 <module>utils/webseal-simulator</module>
612 <module>integration-tests</module>
613 </modules>
614 </profile>
615 <profile>
sebdet30670ac2020-08-04 14:16:00 +0200616 <id>skip-integration-tests</id>
617 <activation>
618 <property>
619 <name>skipITs</name>
620 <value>true</value>
621 </property>
622 </activation>
623 <properties>
624 <checkstyle.skip>true</checkstyle.skip>
625 </properties>
626 <modules>
627 <module>onboarding</module>
628 <module>common-app-logging</module>
629 <module>common-app-api</module>
630 <module>common-be</module>
631 <module>catalog-dao</module>
632 <module>catalog-model</module>
633 <module>catalog-be</module>
634 <module>catalog-be-plugins</module>
635 <module>asdctool</module>
636 <module>catalog-ui</module>
637 <module>catalog-fe</module>
638 <module>sdc-os-chef</module>
639 <module>utils/webseal-simulator</module>
640 </modules>
641 </profile>
642 <profile>
sebdet4fc21a62020-09-10 15:24:32 +0200643 <id>skip-tests</id>
644 <activation>
645 <property>
646 <name>skipTests</name>
647 <value>true</value>
648 </property>
649 </activation>
650 <properties>
651 <checkstyle.skip>true</checkstyle.skip>
652 </properties>
653 <modules>
654 <module>onboarding</module>
655 <module>common-app-logging</module>
656 <module>common-app-api</module>
657 <module>common-be</module>
658 <module>catalog-dao</module>
659 <module>catalog-model</module>
660 <module>catalog-be</module>
661 <module>catalog-be-plugins</module>
662 <module>asdctool</module>
663 <module>catalog-ui</module>
664 <module>catalog-fe</module>
665 <module>sdc-os-chef</module>
666 <module>utils/webseal-simulator</module>
667 </modules>
668 </profile>
669 <profile>
sebdet30670ac2020-08-04 14:16:00 +0200670 <id>fast-build</id>
671 <activation>
672 <activeByDefault>false</activeByDefault>
673 </activation>
674 <properties>
675 <maven.test.skip>true</maven.test.skip>
676 <skipYamlJsonValidator>true</skipYamlJsonValidator>
677 <checkstyle.skip>true</checkstyle.skip>
678 <jacoco.skip>true</jacoco.skip>
679 </properties>
680 <modules>
681 <module>onboarding</module>
682 <module>common-app-logging</module>
683 <module>common-app-api</module>
684 <module>common-be</module>
685 <module>catalog-dao</module>
686 <module>catalog-model</module>
687 <module>catalog-be</module>
688 <module>catalog-be-plugins</module>
689 <module>asdctool</module>
690 <module>catalog-ui</module>
691 <module>catalog-fe</module>
692 <module>sdc-os-chef</module>
693 <module>utils/webseal-simulator</module>
694 </modules>
695 </profile>
696 <profile>
697 <id>start-sdc</id>
698 <activation>
699 <activeByDefault>false</activeByDefault>
700 </activation>
701 <properties>
702 <maven.test.skip>true</maven.test.skip>
703 <skipYamlJsonValidator>true</skipYamlJsonValidator>
704 <checkstyle.skip>true</checkstyle.skip>
705 <jacoco.skip>true</jacoco.skip>
706 <docker.keepRunning>true</docker.keepRunning>
707 </properties>
708 <modules>
709 <module>integration-tests</module>
710 </modules>
711 </profile>
712 <profile>
713 <id>stop-sdc</id>
714 <activation>
715 <activeByDefault>false</activeByDefault>
716 </activation>
717 <properties>
718 <maven.test.skip>true</maven.test.skip>
719 <skipYamlJsonValidator>true</skipYamlJsonValidator>
720 <checkstyle.skip>true</checkstyle.skip>
721 <jacoco.skip>true</jacoco.skip>
722 <docker.skip.run>true</docker.skip.run>
723 </properties>
724 <modules>
725 <module>integration-tests</module>
726 </modules>
727 </profile>
728 <profile>
729 <id>run-integration-tests</id>
730 <activation>
731 <activeByDefault>false</activeByDefault>
732 </activation>
733 <properties>
734 <skipYamlJsonValidator>true</skipYamlJsonValidator>
735 <checkstyle.skip>true</checkstyle.skip>
736 <docker.skip>true</docker.skip>
737 </properties>
738 <modules>
739 <module>integration-tests</module>
740 </modules>
741 </profile>
Michael Lando451a3402017-02-19 10:28:42 +0200742
sebdet30670ac2020-08-04 14:16:00 +0200743 </profiles>
sheetalm297209b2018-02-20 19:06:27 +0530744
sebdet30670ac2020-08-04 14:16:00 +0200745 <repositories>
746 <!-- LF repositories -->
747 <repository>
748 <id>ecomp-releases</id>
749 <name>Release Repository</name>
750 <url>${nexus.proxy}/content/repositories/releases/</url>
751 </repository>
752 <repository>
753 <id>ecomp-snapshots</id>
754 <name>Snapshots Repository</name>
755 <url>${nexus.proxy}/content/repositories/snapshots/</url>
756 </repository>
757 <repository>
758 <id>ecomp-public</id>
759 <name>Public Repository</name>
760 <url>${nexus.proxy}/content/repositories/public/</url>
761 </repository>
762 <!-- LF repositories END-->
763 </repositories>
vasraza8a96332020-08-19 18:01:52 +0100764
sebdet30670ac2020-08-04 14:16:00 +0200765 <distributionManagement>
766 <repository>
767 <id>ecomp-releases</id>
768 <name>Release Repository</name>
769 <url>${nexus.proxy}/content/repositories/releases/</url>
770 </repository>
771 <snapshotRepository>
772 <id>ecomp-snapshots</id>
773 <name>Snapshot Repository</name>
774 <url>${nexus.proxy}/content/repositories/snapshots/</url>
775 </snapshotRepository>
776 <site>
777 <id>ecomp-site</id>
778 <url>dav:${nexus.proxy}${sitePath}</url>
779 </site>
780 </distributionManagement>
Tal Gitelmanc63a3402018-08-05 17:16:15 +0300781</project>