2 ============LICENSE_START=======================================================
4 ================================================================================
5 Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 ================================================================================
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
11 http://www.apache.org/licenses/LICENSE-2.0
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 ============LICENSE_END=========================================================
19 Modifications copyright (c) 2018-2019 Nokia
20 ================================================================================
22 <project xmlns="http://maven.apache.org/POM/4.0.0"
23 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>
27 <groupId>org.openecomp.sdc</groupId>
28 <artifactId>sdc-main</artifactId>
29 <version>1.11.8-SNAPSHOT</version>
30 <packaging>pom</packaging>
34 <groupId>org.onap.oparent</groupId>
35 <artifactId>oparent</artifactId>
36 <version>3.2.0</version>
41 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
44 <tosca.datatype.version>${project.version}</tosca.datatype.version>
45 <!-- 3rd parties versions -->
46 <bean-matcher.version>0.11</bean-matcher.version>
47 <lang3.version>3.10</lang3.version>
48 <guava.version>30.1-jre</guava.version>
49 <janusgraph.version>0.3.3</janusgraph.version>
50 <spring.version>5.3.20</spring.version>
51 <spring.boot.version>2.2.13.RELEASE</spring.boot.version>
53 <!-- update to 2.36 bring error-->
54 <!-- java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/AnnotationIntrospector$XmlExtensions-->
55 <jersey-bom.version>2.34</jersey-bom.version>
56 <jakarta.el.version>3.0.4</jakarta.el.version>
58 <netty.version>4.1.77.Final</netty.version>
59 <servlet-api.version>4.0.1</servlet-api.version>
60 <wire-mock.version>2.26.3</wire-mock.version>
61 <ecomp.version>3.4.0</ecomp.version>
62 <cassandra.unit.version>4.3.1.0</cassandra.unit.version>
63 <cadi.version>2.1.8</cadi.version>
64 <lombok.version>1.18.24</lombok.version>
65 <commons-beanutils>1.9.4</commons-beanutils>
66 <commons.io.version>2.8.0</commons.io.version>
67 <commons-configuration>2.8.0</commons-configuration>
68 <apache-poi.version>4.1.0</apache-poi.version>
69 <onap.logging.version>1.6.1</onap.logging.version>
70 <apache-commons-text.version>1.9</apache-commons-text.version>
71 <jaxb-api.version>2.3.1</jaxb-api.version>
72 <io.vavr.version>0.10.3</io.vavr.version>
73 <groovy.version>3.0.7</groovy.version>
74 <swagger-core-mvn-plugin.version>2.1.7</swagger-core-mvn-plugin.version>
75 <maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
76 <hibernate.validator.version>6.1.6.Final</hibernate.validator.version>
77 <org.json.version>20220320</org.json.version>
79 <commons.collections.version>4.3</commons.collections.version>
80 <ws.rs.version>2.1.1</ws.rs.version>
81 <javax.validation.version>2.0.1.Final</javax.validation.version>
82 <javax.servlet.version>${servlet-api.version}</javax.servlet.version>
84 <jetty.version>9.4.45.v20220203</jetty.version>
85 <jetty-distribution.version>9.4.45.v20220203</jetty-distribution.version>
86 <cxf.version>3.4.4</cxf.version>
88 <org.owasp.esapi.version>2.4.0.0</org.owasp.esapi.version>
89 <org.dom4j.version>2.1.3</org.dom4j.version>
91 <!-- JSON and YAML Parsing -->
92 <jackson.version>2.12.7</jackson.version>
93 <jackson-annotations.version>${jackson.version}</jackson-annotations.version>
95 <clearspring.version>2.1.1</clearspring.version>
96 <skipYamlJsonValidator>false</skipYamlJsonValidator>
98 <!-- Yaml for properties -->
99 <snakeyaml.version>1.29</snakeyaml.version>
100 <functionaljava.version>4.9</functionaljava.version>
101 <httpclient.version>4.5.13</httpclient.version>
102 <httpcore.version>4.4.15</httpcore.version>
103 <json-simple.version>1.1</json-simple.version>
105 <!-- PM Dictionary validation -->
106 <onap.vnfsdk.validation.pmdictionary.version>1.2.15
107 </onap.vnfsdk.validation.pmdictionary.version>
109 <!-- Logging start -->
111 <logback.version>1.2.10</logback.version>
112 <slf4j-api.version>1.7.25</slf4j-api.version>
113 <commons-codec>1.15</commons-codec>
114 <commons-logging>1.2</commons-logging>
115 <janino.version>3.0.6</janino.version>
118 <jcabi.version>0.20.1</jcabi.version>
119 <aspectj.version>1.9.7</aspectj.version>
120 <aspectjrt.version>${aspectj.version}</aspectjrt.version>
121 <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version>
124 <!-- System Metrics -->
125 <sigar.version>1.6.4</sigar.version>
128 <gson.version>2.8.9</gson.version>
130 <!--listen to file changes-->
131 <commons-jci-core.version>1.1</commons-jci-core.version>
134 <mockito.version>3.7.7</mockito.version>
135 <mockitoJupiter.version>${mockito.version}</mockitoJupiter.version>
136 <jmockit.version>1.35</jmockit.version>
137 <junit.platform.version>1.7.1</junit.platform.version>
138 <junitJupiter.version>5.7.2</junitJupiter.version>
139 <assertj.version>3.16.0</assertj.version>
140 <testng.version>7.4.0</testng.version>
141 <cucumber.version>6.8.1</cucumber.version>
142 <bean-matchers.version>0.11</bean-matchers.version>
143 <hamcrest.version>2.2</hamcrest.version>
144 <hamcrest-all.version>1.3</hamcrest-all.version>
145 <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
146 <jMapper.version>1.6.0.1</jMapper.version>
149 <sonar.projectVersion>${project.version}</sonar.projectVersion>
150 <sonar.nodejs.executable>${project.basedir}/node/node</sonar.nodejs.executable>
151 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports
152 </sonar.surefire.reportsPath>
153 <sonar.javascript.lcov.reportPaths>${project.build.directory}/code-coverage/lcov.info
154 </sonar.javascript.lcov.reportPaths>
155 <sonar.coverage.jacoco.xmlReportPaths>
156 ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
157 </sonar.coverage.jacoco.xmlReportPaths>
158 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
159 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
160 <sonar.coverage.exclusions>pom.xml,src/test</sonar.coverage.exclusions>
162 <cassandra.driver.version>3.8.0</cassandra.driver.version>
163 <!-- maven central (Nexus) -->
164 <nexus.id.release>nexus</nexus.id.release>
165 <nexus.id.snapshot>nexus</nexus.id.snapshot>
168 <npm.registry>https://nexus3.onap.org/repository/npm.public/npm/-/</npm.registry>
169 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
170 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
171 <staging.profile.id>176c31dfe190a</staging.profile.id>
172 <!--togglz version-->
173 <togglz.version>2.6.1.Final</togglz.version>
175 <joda.time.version>2.9.9</joda.time.version>
177 <!--sdc-security-utils-->
178 <security.util.lib.version>1.7.1</security.util.lib.version>
180 <jacoco.version>0.8.7</jacoco.version>
182 <java.driver.core.version>4.14.1</java.driver.core.version>
184 <!-- Surefire parameters -->
185 <surefire.forkCount>1C</surefire.forkCount>
186 <surefire.reuseForks>true</surefire.reuseForks>
187 <surefire.skip.tests>false</surefire.skip.tests>
189 <bouncycastle.version>1.69</bouncycastle.version>
192 <docker.api.version>1.41</docker.api.version>
193 <docker.namespace>onap</docker.namespace>
194 <docker.password>docker</docker.password>
195 <docker.username>docker</docker.username>
196 <docker.registry>nexus3.onap.org:10001</docker.registry>
198 <micrometer.version>1.8.4</micrometer.version>
200 <minio.version>8.3.4</minio.version>
201 <okhttp.version>4.9.3</okhttp.version>
203 <verbose>false</verbose>
206 <dependencyManagement>
209 <groupId>com.google.guava</groupId>
210 <artifactId>guava</artifactId>
211 <version>${guava.version}</version>
215 <groupId>org.glassfish.jersey.ext</groupId>
216 <artifactId>jersey-bean-validation</artifactId>
217 <version>${jersey-bom.version}</version>
221 <groupId>org.glassfish.hk2.external</groupId>
222 <artifactId>asm-all-repackaged</artifactId>
223 <version>2.4.0</version>
227 <groupId>org.assertj</groupId>
228 <artifactId>assertj-core</artifactId>
229 <version>${assertj.version}</version>
233 <groupId>org.jmockit</groupId>
234 <artifactId>jmockit</artifactId>
235 <version>${jmockit.version}</version>
239 <groupId>com.github.tomakehurst</groupId>
240 <artifactId>wiremock-standalone</artifactId>
241 <version>${wire-mock.version}</version>
245 <groupId>io.cucumber</groupId>
246 <artifactId>cucumber-java</artifactId>
247 <version>${cucumber.version}</version>
251 <groupId>io.cucumber</groupId>
252 <artifactId>cucumber-junit</artifactId>
253 <version>${cucumber.version}</version>
257 <groupId>org.apache.commons</groupId>
258 <artifactId>commons-lang3</artifactId>
259 <version>${lang3.version}</version>
262 <groupId>org.codehaus.groovy</groupId>
263 <artifactId>groovy</artifactId>
264 <version>${groovy.version}</version>
267 <groupId>io.netty</groupId>
268 <artifactId>netty-all</artifactId>
269 <version>${netty.version}</version>
272 <groupId>io.netty</groupId>
273 <artifactId>netty-handler</artifactId>
274 <version>${netty.version}</version>
277 <groupId>io.swagger.core.v3</groupId>
278 <artifactId>swagger-maven-plugin</artifactId>
279 <version>${swagger-core-mvn-plugin.version}</version>
282 </dependencyManagement>
286 <!-- must be on the classpath -->
287 <groupId>org.jacoco</groupId>
288 <artifactId>org.jacoco.agent</artifactId>
289 <classifier>runtime</classifier>
290 <version>${jacoco.version}</version>
293 <!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API -->
295 <groupId>org.junit.jupiter</groupId>
296 <artifactId>junit-jupiter-engine</artifactId>
297 <version>${junitJupiter.version}</version>
300 <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API -->
302 <groupId>org.junit.vintage</groupId>
303 <artifactId>junit-vintage-engine</artifactId>
304 <version>${junitJupiter.version}</version>
309 <groupId>org.mockito</groupId>
310 <artifactId>mockito-core</artifactId>
311 <version>${mockito.version}</version>
315 <groupId>org.mockito</groupId>
316 <artifactId>mockito-inline</artifactId>
317 <version>${mockito.version}</version>
325 <groupId>org.apache.maven.plugins</groupId>
326 <artifactId>maven-javadoc-plugin</artifactId>
327 <version>3.0.1</version>
329 <failOnError>false</failOnError>
330 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
332 <groupId>org.umlgraph</groupId>
333 <artifactId>umlgraph</artifactId>
334 <version>5.6</version>
336 <useStandardDocletOptions>true</useStandardDocletOptions>
346 <groupId>org.jacoco</groupId>
347 <artifactId>jacoco-maven-plugin</artifactId>
348 <version>${jacoco.version}</version>
351 <groupId>org.apache.maven.plugins</groupId>
352 <artifactId>maven-assembly-plugin</artifactId>
353 <version>3.1.0</version>
355 <tarLongFileMode>posix</tarLongFileMode>
360 <groupId>org.codehaus.mojo</groupId>
361 <artifactId>exec-maven-plugin</artifactId>
362 <version>1.6.0</version>
365 <groupId>org.sonarsource.scanner.maven</groupId>
366 <artifactId>sonar-maven-plugin</artifactId>
367 <version>3.7.0.1746</version>
370 <groupId>org.apache.maven.plugins</groupId>
371 <artifactId>maven-clean-plugin</artifactId>
372 <version>3.1.0</version>
375 <groupId>ru.yaal.maven</groupId>
376 <artifactId>write-text-files-maven-plugin</artifactId>
377 <version>1.1</version>
380 <groupId>org.codehaus.gmaven</groupId>
381 <artifactId>gmaven-plugin</artifactId>
382 <version>1.5</version>
385 <groupId>org.codehaus.mojo</groupId>
386 <artifactId>build-helper-maven-plugin</artifactId>
387 <version>3.2.0</version>
390 <groupId>org.apache.maven.plugins</groupId>
391 <artifactId>maven-deploy-plugin</artifactId>
392 <version>2.8.2</version>
395 <groupId>org.apache.maven.plugins</groupId>
396 <artifactId>maven-shade-plugin</artifactId>
397 <version>3.1.1</version>
400 <groupId>org.apache.maven.plugins</groupId>
401 <artifactId>maven-resources-plugin</artifactId>
402 <version>3.2.0</version>
405 <groupId>io.fabric8</groupId>
406 <artifactId>docker-maven-plugin</artifactId>
407 <version>0.38.0</version>
410 <groupId>org.apache.maven.plugins</groupId>
411 <artifactId>maven-jar-plugin</artifactId>
412 <version>3.2.0</version>
415 <groupId>org.apache.maven.plugins</groupId>
416 <artifactId>maven-war-plugin</artifactId>
417 <version>3.3.2</version>
420 <groupId>com.github.eirslett</groupId>
421 <artifactId>frontend-maven-plugin</artifactId>
422 <version>1.12.0</version>
425 <groupId>org.apache.maven.plugins</groupId>
426 <artifactId>maven-surefire-plugin</artifactId>
427 <version>${maven-surefire-plugin.version}</version>
430 <groupId>org.apache.maven.plugins</groupId>
431 <artifactId>maven-failsafe-plugin</artifactId>
432 <version>${maven-surefire-plugin.version}</version>
435 <groupId>org.apache.maven.plugins</groupId>
436 <artifactId>maven-compiler-plugin</artifactId>
437 <version>3.8.1</version>
440 <groupId>com.github.sylvainlaurent.maven</groupId>
441 <artifactId>yaml-json-validator-maven-plugin</artifactId>
442 <version>1.0.2</version>
445 <groupId>pl.project13.maven</groupId>
446 <artifactId>git-commit-id-plugin</artifactId>
447 <version>4.0.0</version>
454 <artifactId>maven-checkstyle-plugin</artifactId>
455 <version>2.17</version>
457 <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
458 <suppressionsFileExpression>checkstyle.suppressions.file
459 </suppressionsFileExpression>
460 <skip>${checkstyle.skip}</skip>
463 <!-- plugin for parsing the project version -->
465 <groupId>org.codehaus.mojo</groupId>
466 <artifactId>build-helper-maven-plugin</artifactId>
469 <id>parse-version</id>
470 <phase>pre-clean</phase>
472 <goal>parse-version</goal>
478 <!-- Java Code Coverage -->
480 <groupId>org.jacoco</groupId>
481 <artifactId>jacoco-maven-plugin</artifactId>
482 <inherited>false</inherited>
485 <id>default-instrument</id>
487 <goal>instrument</goal>
491 <id>default-restore-instrumented-classes</id>
493 <goal>restore-instrumented-classes</goal>
497 <id>default-report</id>
502 <dataFile>${project.build.directory}/jacoco.exec</dataFile>
509 <groupId>org.apache.maven.plugins</groupId>
510 <artifactId>maven-site-plugin</artifactId>
511 <version>3.7.1</version>
514 <groupId>org.apache.maven.wagon</groupId>
515 <artifactId>wagon-webdav-jackrabbit</artifactId>
516 <version>3.0.0</version>
521 <!-- Set the deployment repositories properties. -->
523 <groupId>org.codehaus.gmaven</groupId>
524 <artifactId>gmaven-plugin</artifactId>
527 <inherited>false</inherited>
528 <phase>integration-test</phase>
534 pom.properties['deploy.url'] =
535 pom.version.contains('-SNAPSHOT') ?
536 project.distributionManagement.snapshotRepository.url :
537 project.distributionManagement.repository.url;
538 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
539 project.distributionManagement.snapshotRepository.id :
540 project.distributionManagement.repository.id;
547 <groupId>org.apache.maven.plugins</groupId>
548 <artifactId>maven-compiler-plugin</artifactId>
552 <forceJavacCompilerUse>true</forceJavacCompilerUse>
556 <groupId>org.apache.maven.plugins</groupId>
557 <artifactId>maven-surefire-plugin</artifactId>
560 <groupId>org.apache.maven.surefire</groupId>
561 <artifactId>surefire-junit-platform</artifactId>
562 <version>${maven-surefire-plugin.version}</version>
566 <printSummary>false</printSummary>
567 <systemPropertyVariables>
568 <jacoco-agent.destfile>${project.build.directory}/jacoco.exec
569 </jacoco-agent.destfile>
570 </systemPropertyVariables>
571 <forkCount>${surefire.forkCount}</forkCount>
572 <reuseForks>${surefire.reuseForks}</reuseForks>
573 <parallel>methods</parallel>
574 <skip>${surefire.skip.tests}</skip>
578 <groupId>pl.project13.maven</groupId>
579 <artifactId>git-commit-id-plugin</artifactId>
583 <goal>revision</goal>
588 <generateGitPropertiesFile>true</generateGitPropertiesFile>
589 <generateGitPropertiesFilename>
590 ${project.build.outputDirectory}/META-INF/git.properties
591 </generateGitPropertiesFilename>
592 <failOnNoGitDirectory>true</failOnNoGitDirectory>
593 <verbose>false</verbose>
594 <includeOnlyProperties>
595 <includeOnlyProperty>git.build.version</includeOnlyProperty>
596 <includeOnlyProperty>git.build.time</includeOnlyProperty>
597 <includeOnlyProperty>git.commit.id</includeOnlyProperty>
598 <includeOnlyProperty>git.commit.time</includeOnlyProperty>
599 <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
600 <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
601 <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
602 <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
603 </includeOnlyProperties>
607 <useNativeGit>false</useNativeGit>
617 <activeByDefault>true</activeByDefault>
620 <checkstyle.skip>true</checkstyle.skip>
623 <module>onboarding</module>
624 <module>common-app-logging</module>
625 <module>common-app-api</module>
626 <module>common-be</module>
627 <module>common-be-tests-utils</module>
628 <module>catalog-dao</module>
629 <module>catalog-model</module>
630 <module>catalog-be</module>
631 <module>catalog-be-plugins</module>
632 <module>asdctool</module>
633 <module>catalog-ui</module>
634 <module>catalog-fe</module>
635 <module>sdc-os-chef</module>
636 <module>utils/webseal-simulator</module>
637 <module>integration-tests</module>
641 <id>all-for-integration-tests-only</id>
643 <checkstyle.skip>true</checkstyle.skip>
644 <surefire.skip.tests>true</surefire.skip.tests>
647 <module>onboarding</module>
648 <module>common-app-logging</module>
649 <module>common-app-api</module>
650 <module>common-be</module>
651 <module>common-be-tests-utils</module>
652 <module>catalog-dao</module>
653 <module>catalog-model</module>
654 <module>catalog-be</module>
655 <module>catalog-be-plugins</module>
656 <module>asdctool</module>
657 <module>catalog-ui</module>
658 <module>catalog-fe</module>
659 <module>sdc-os-chef</module>
660 <module>utils/webseal-simulator</module>
661 <module>integration-tests</module>
665 <id>skip-integration-tests</id>
673 <checkstyle.skip>true</checkstyle.skip>
676 <module>onboarding</module>
677 <module>common-app-logging</module>
678 <module>common-app-api</module>
679 <module>common-be</module>
680 <module>common-be-tests-utils</module>
681 <module>catalog-dao</module>
682 <module>catalog-model</module>
683 <module>catalog-be</module>
684 <module>catalog-be-plugins</module>
685 <module>asdctool</module>
686 <module>catalog-ui</module>
687 <module>catalog-fe</module>
688 <module>sdc-os-chef</module>
689 <module>utils/webseal-simulator</module>
696 <name>skipTests</name>
701 <checkstyle.skip>true</checkstyle.skip>
704 <module>onboarding</module>
705 <module>common-app-logging</module>
706 <module>common-app-api</module>
707 <module>common-be</module>
708 <module>common-be-tests-utils</module>
709 <module>catalog-dao</module>
710 <module>catalog-model</module>
711 <module>catalog-be</module>
712 <module>catalog-be-plugins</module>
713 <module>asdctool</module>
714 <module>catalog-ui</module>
715 <module>catalog-fe</module>
716 <module>sdc-os-chef</module>
717 <module>utils/webseal-simulator</module>
723 <activeByDefault>false</activeByDefault>
726 <maven.test.skip>true</maven.test.skip>
727 <skipYamlJsonValidator>true</skipYamlJsonValidator>
728 <checkstyle.skip>true</checkstyle.skip>
729 <jacoco.skip>true</jacoco.skip>
730 <maven.antrun.skip>true</maven.antrun.skip>
731 <swagger.skip>true</swagger.skip>
734 <module>onboarding</module>
735 <module>common-app-logging</module>
736 <module>common-app-api</module>
737 <module>common-be</module>
738 <module>common-be-tests-utils</module>
739 <module>catalog-dao</module>
740 <module>catalog-model</module>
741 <module>catalog-be</module>
742 <module>catalog-be-plugins</module>
743 <module>asdctool</module>
744 <module>catalog-ui</module>
745 <module>catalog-fe</module>
746 <module>sdc-os-chef</module>
747 <module>utils/webseal-simulator</module>
751 <id>fast-build-no-ui</id>
753 <activeByDefault>false</activeByDefault>
756 <maven.test.skip>true</maven.test.skip>
757 <skipYamlJsonValidator>true</skipYamlJsonValidator>
758 <checkstyle.skip>true</checkstyle.skip>
759 <jacoco.skip>true</jacoco.skip>
760 <maven.antrun.skip>true</maven.antrun.skip>
761 <swagger.skip>true</swagger.skip>
764 <module>openecomp-be</module>
765 <module>common</module>
766 <module>common-app-logging</module>
767 <module>common-app-api</module>
768 <module>common-be</module>
769 <module>common-be-tests-utils</module>
770 <module>catalog-dao</module>
771 <module>catalog-model</module>
772 <module>catalog-be</module>
773 <module>catalog-be-plugins</module>
774 <module>asdctool</module>
775 <module>sdc-os-chef</module>
776 <module>utils/webseal-simulator</module>
782 <activeByDefault>false</activeByDefault>
785 <maven.test.skip>true</maven.test.skip>
786 <skipYamlJsonValidator>true</skipYamlJsonValidator>
787 <checkstyle.skip>true</checkstyle.skip>
788 <jacoco.skip>true</jacoco.skip>
789 <docker.keepRunning>true</docker.keepRunning>
792 <module>integration-tests</module>
798 <activeByDefault>false</activeByDefault>
801 <maven.test.skip>true</maven.test.skip>
802 <skipYamlJsonValidator>true</skipYamlJsonValidator>
803 <checkstyle.skip>true</checkstyle.skip>
804 <jacoco.skip>true</jacoco.skip>
807 <docker.skip.run>true</docker.skip.run>
810 <module>integration-tests</module>
814 <id>run-integration-tests</id>
816 <activeByDefault>false</activeByDefault>
819 <skipYamlJsonValidator>true</skipYamlJsonValidator>
820 <checkstyle.skip>true</checkstyle.skip>
821 <docker.skip>true</docker.skip>
824 <module>integration-tests</module>
830 <!-- LF repositories -->
832 <id>ecomp-releases</id>
833 <name>Release Repository</name>
834 <url>${nexus.proxy}/content/repositories/releases/</url>
837 <id>ecomp-snapshots</id>
838 <name>Snapshots Repository</name>
839 <url>${nexus.proxy}/content/repositories/snapshots/</url>
842 <id>ecomp-public</id>
843 <name>Public Repository</name>
844 <url>${nexus.proxy}/content/repositories/public/</url>
846 <!-- LF repositories END-->
849 <distributionManagement>
851 <id>ecomp-releases</id>
852 <name>Release Repository</name>
853 <url>${nexus.proxy}/content/repositories/releases/</url>
857 <url>dav:${nexus.proxy}${sitePath}</url>
860 <id>ecomp-snapshots</id>
861 <name>Snapshot Repository</name>
862 <url>${nexus.proxy}/content/repositories/snapshots/</url>
863 </snapshotRepository>
864 </distributionManagement>