Add sdc startup in IT
[sdc.git] / pom.xml
1 <!--
2 ============LICENSE_START=======================================================
3 SDC
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
10         *
11      http://www.apache.org/licenses/LICENSE-2.0
12         *
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 ================================================================================
21 -->
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>
26
27     <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>
32
33     <parent>
34         <groupId>org.onap.oparent</groupId>
35         <artifactId>oparent</artifactId>
36         <version>2.0.0</version>
37         <relativePath/>
38     </parent>
39
40     <properties>
41         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42
43         <tosca.datatype.version>${project.version}</tosca.datatype.version>
44
45         <!-- 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>
63
64         <commons.collections.version>4.1</commons.collections.version>
65         <ws.rs.version>2.1</ws.rs.version>
66
67         <jetty.version>9.4.18.v20190429</jetty.version>
68
69         <!-- 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>
75
76         <!-- 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>
82
83         <!-- 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>
91
92         <!-- 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>
97
98         <!-- Logging end -->
99         <!-- System Metrics -->
100         <sigar.version>1.6.4</sigar.version>
101
102         <regex.version>3.0.3</regex.version>
103
104         <!--GSON-->
105         <gson.version>2.3.1</gson.version>
106
107         <!--listen to file changes-->
108         <commons-jci-core.version>1.1</commons-jci-core.version>
109
110         <!--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>
125
126         <!-- parser-->
127         <sdc-tosca-parser.version>1.6.5</sdc-tosca-parser.version>
128
129         <!-- 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>
147
148         <!--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>
159
160         <joda.time.version>2.9.9</joda.time.version>
161
162         <!--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>
166
167         <java.driver.core.version>4.5.1</java.driver.core.version>
168     </properties>
169
170     <dependencyManagement>
171         <dependencies>
172             <dependency>
173                 <groupId>com.google.guava</groupId>
174                 <artifactId>guava</artifactId>
175                 <version>${guava.version}</version>
176             </dependency>
177
178             <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
243     <dependencies>
244         <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>
266
267         <dependency>
268             <groupId>org.mockito</groupId>
269             <artifactId>mockito-core</artifactId>
270             <version>${mockito.version}</version>
271             <scope>test</scope>
272         </dependency>
273     </dependencies>
274
275     <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>
294
295     <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>
311
312                 <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>
399
400         <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>
424
425             <!-- 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>
454
455             <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>
467
468             <!-- 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>
552
553     <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>
614             </properties>
615             <modules>
616                 <module>integration-tests</module>
617             </modules>
618         </profile>
619         <profile>
620             <id>stop-sdc</id>
621             <activation>
622                 <activeByDefault>false</activeByDefault>
623             </activation>
624             <properties>
625                 <maven.test.skip>true</maven.test.skip>
626                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
627                 <checkstyle.skip>true</checkstyle.skip>
628                 <jacoco.skip>true</jacoco.skip>
629                 <docker.skip.run>true</docker.skip.run>
630             </properties>
631             <modules>
632                 <module>integration-tests</module>
633             </modules>
634         </profile>
635         <profile>
636             <id>run-integration-tests</id>
637             <activation>
638                 <activeByDefault>false</activeByDefault>
639             </activation>
640             <properties>
641                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
642                 <checkstyle.skip>true</checkstyle.skip>
643                 <docker.skip>true</docker.skip>
644             </properties>
645             <modules>
646                 <module>integration-tests</module>
647             </modules>
648         </profile>
649
650     </profiles>
651
652     <repositories>
653         <!-- LF repositories -->
654         <repository>
655             <id>ecomp-releases</id>
656             <name>Release Repository</name>
657             <url>${nexus.proxy}/content/repositories/releases/</url>
658         </repository>
659         <repository>
660             <id>ecomp-snapshots</id>
661             <name>Snapshots Repository</name>
662             <url>${nexus.proxy}/content/repositories/snapshots/</url>
663         </repository>
664         <repository>
665             <id>ecomp-public</id>
666             <name>Public Repository</name>
667             <url>${nexus.proxy}/content/repositories/public/</url>
668         </repository>
669         <!-- LF repositories END-->
670     </repositories>
671
672     <distributionManagement>
673         <repository>
674             <id>ecomp-releases</id>
675             <name>Release Repository</name>
676             <url>${nexus.proxy}/content/repositories/releases/</url>
677         </repository>
678         <snapshotRepository>
679             <id>ecomp-snapshots</id>
680             <name>Snapshot Repository</name>
681             <url>${nexus.proxy}/content/repositories/snapshots/</url>
682         </snapshotRepository>
683         <site>
684             <id>ecomp-site</id>
685             <url>dav:${nexus.proxy}${sitePath}</url>
686         </site>
687     </distributionManagement>
688 </project>
689