Add profile for skipIT
[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         <joda.time.version>2.9.9</joda.time.version>
160         <!--sdc-security-utils-->
161         <security.util.lib.version>1.6.0</security.util.lib.version>
162         <!--jacoco-->
163         <jacoco.version>0.8.5</jacoco.version>
164         <java.driver.core.version>4.5.1</java.driver.core.version>
165         <surefire.forkCount>1C</surefire.forkCount>
166         <surefire.reuseForks>true</surefire.reuseForks>
167     </properties>
168
169     <dependencyManagement>
170         <dependencies>
171             <dependency>
172                 <groupId>com.google.guava</groupId>
173                 <artifactId>guava</artifactId>
174                 <version>${guava.version}</version>
175             </dependency>
176
177             <dependency>
178                 <groupId>org.glassfish.jersey.ext</groupId>
179                 <artifactId>jersey-bean-validation</artifactId>
180                 <version>${jersey-bom.version}</version>
181             </dependency>
182
183             <dependency>
184                 <groupId>org.glassfish.hk2.external</groupId>
185                 <artifactId>asm-all-repackaged</artifactId>
186                 <version>2.4.0</version>
187             </dependency>
188
189             <dependency>
190                 <groupId>org.assertj</groupId>
191                 <artifactId>assertj-core</artifactId>
192                 <version>${assertj.version}</version>
193             </dependency>
194
195             <dependency>
196                 <groupId>org.jmockit</groupId>
197                 <artifactId>jmockit</artifactId>
198                 <version>${jmockit.version}</version>
199             </dependency>
200
201             <dependency>
202                 <groupId>com.github.tomakehurst</groupId>
203                 <artifactId>wiremock-standalone</artifactId>
204                 <version>${wire-mock.version}</version>
205             </dependency>
206
207             <dependency>
208                 <groupId>io.cucumber</groupId>
209                 <artifactId>cucumber-java</artifactId>
210                 <version>${cucumber.version}</version>
211             </dependency>
212
213             <dependency>
214                 <groupId>io.cucumber</groupId>
215                 <artifactId>cucumber-junit</artifactId>
216                 <version>${cucumber.version}</version>
217             </dependency>
218
219             <dependency>
220                 <groupId>org.apache.commons</groupId>
221                 <artifactId>commons-lang3</artifactId>
222                 <version>${lang3.version}</version>
223             </dependency>
224             <dependency>
225                 <groupId>org.codehaus.groovy</groupId>
226                 <artifactId>groovy</artifactId>
227                 <version>2.4.13</version>
228             </dependency>
229             <dependency>
230                 <groupId>io.netty</groupId>
231                 <artifactId>netty-all</artifactId>
232                 <version>${netty.version}</version>
233             </dependency>
234             <dependency>
235                 <groupId>io.netty</groupId>
236                 <artifactId>netty-handler</artifactId>
237                 <version>${netty.version}</version>
238             </dependency>
239         </dependencies>
240     </dependencyManagement>
241
242     <dependencies>
243         <dependency>
244             <!-- must be on the classpath -->
245             <groupId>org.jacoco</groupId>
246             <artifactId>org.jacoco.agent</artifactId>
247             <classifier>runtime</classifier>
248             <version>${jacoco.version}</version>
249             <scope>test</scope>
250         </dependency>
251         <!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API -->
252         <dependency>
253             <groupId>org.junit.jupiter</groupId>
254             <artifactId>junit-jupiter-engine</artifactId>
255             <version>${junitJupiter.version}</version>
256             <scope>test</scope>
257         </dependency>
258         <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API  -->
259         <dependency>
260             <groupId>org.junit.vintage</groupId>
261             <artifactId>junit-vintage-engine</artifactId>
262             <version>${junitJupiter.version}</version>
263             <scope>test</scope>
264         </dependency>
265
266         <dependency>
267             <groupId>org.mockito</groupId>
268             <artifactId>mockito-core</artifactId>
269             <version>${mockito.version}</version>
270             <scope>test</scope>
271         </dependency>
272     </dependencies>
273
274     <reporting>
275         <plugins>
276             <plugin>
277                 <groupId>org.apache.maven.plugins</groupId>
278                 <artifactId>maven-javadoc-plugin</artifactId>
279                 <version>3.0.1</version>
280                 <configuration>
281                     <failOnError>false</failOnError>
282                     <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
283                     <docletArtifact>
284                         <groupId>org.umlgraph</groupId>
285                         <artifactId>umlgraph</artifactId>
286                         <version>5.6</version>
287                     </docletArtifact>
288                     <useStandardDocletOptions>true</useStandardDocletOptions>
289                 </configuration>
290             </plugin>
291         </plugins>
292     </reporting>
293
294     <build>
295         <pluginManagement>
296             <plugins>
297                 <plugin>
298                     <groupId>org.jacoco</groupId>
299                     <artifactId>jacoco-maven-plugin</artifactId>
300                     <version>${jacoco.version}</version>
301                 </plugin>
302                 <plugin>
303                     <groupId>org.apache.maven.plugins</groupId>
304                     <artifactId>maven-assembly-plugin</artifactId>
305                     <version>3.1.0</version>
306                     <configuration>
307                         <tarLongFileMode>posix</tarLongFileMode>
308                     </configuration>
309                 </plugin>
310
311                 <plugin>
312                     <groupId>org.codehaus.mojo</groupId>
313                     <artifactId>exec-maven-plugin</artifactId>
314                     <version>1.6.0</version>
315                 </plugin>
316                 <plugin>
317                     <groupId>org.sonarsource.scanner.maven</groupId>
318                     <artifactId>sonar-maven-plugin</artifactId>
319                     <version>3.7.0.1746</version>
320                 </plugin>
321                 <plugin>
322                     <groupId>org.apache.maven.plugins</groupId>
323                     <artifactId>maven-clean-plugin</artifactId>
324                     <version>3.1.0</version>
325                 </plugin>
326                 <plugin>
327                     <groupId>ru.yaal.maven</groupId>
328                     <artifactId>write-text-files-maven-plugin</artifactId>
329                     <version>1.1</version>
330                 </plugin>
331                 <plugin>
332                     <groupId>org.codehaus.gmaven</groupId>
333                     <artifactId>gmaven-plugin</artifactId>
334                     <version>1.5</version>
335                 </plugin>
336                 <plugin>
337                     <groupId>org.codehaus.mojo</groupId>
338                     <artifactId>build-helper-maven-plugin</artifactId>
339                     <version>3.2.0</version>
340                 </plugin>
341                 <plugin>
342                     <groupId>org.apache.maven.plugins</groupId>
343                     <artifactId>maven-deploy-plugin</artifactId>
344                     <version>2.8.2</version>
345                 </plugin>
346                 <plugin>
347                     <groupId>org.apache.maven.plugins</groupId>
348                     <artifactId>maven-shade-plugin</artifactId>
349                     <version>3.1.1</version>
350                 </plugin>
351                 <plugin>
352                     <groupId>org.apache.maven.plugins</groupId>
353                     <artifactId>maven-resources-plugin</artifactId>
354                     <version>3.2.0</version>
355                 </plugin>
356                 <plugin>
357                     <groupId>io.fabric8</groupId>
358                     <artifactId>docker-maven-plugin</artifactId>
359                     <version>0.31.0</version>
360                 </plugin>
361                 <plugin>
362                     <groupId>org.apache.maven.plugins</groupId>
363                     <artifactId>maven-war-plugin</artifactId>
364                     <version>3.2.2</version>
365                 </plugin>
366                 <plugin>
367                     <groupId>com.github.eirslett</groupId>
368                     <artifactId>frontend-maven-plugin</artifactId>
369                     <version>1.8.0</version>
370                 </plugin>
371                 <plugin>
372                     <groupId>org.apache.maven.plugins</groupId>
373                     <artifactId>maven-surefire-plugin</artifactId>
374                     <version>${maven-surefire-plugin.version}</version>
375                 </plugin>
376                 <plugin>
377                     <groupId>org.apache.maven.plugins</groupId>
378                     <artifactId>maven-failsafe-plugin</artifactId>
379                     <version>${maven-surefire-plugin.version}</version>
380                 </plugin>
381                 <plugin>
382                     <groupId>org.apache.maven.plugins</groupId>
383                     <artifactId>maven-compiler-plugin</artifactId>
384                     <version>3.8.0</version>
385                 </plugin>
386                 <plugin>
387                     <groupId>com.github.sylvainlaurent.maven</groupId>
388                     <artifactId>yaml-json-validator-maven-plugin</artifactId>
389                     <version>1.0.2</version>
390                 </plugin>
391                 <plugin>
392                     <groupId>pl.project13.maven</groupId>
393                     <artifactId>git-commit-id-plugin</artifactId>
394                     <version>4.0.0</version>
395                 </plugin>
396             </plugins>
397         </pluginManagement>
398
399         <plugins>
400             <plugin>
401                 <artifactId>maven-checkstyle-plugin</artifactId>
402                 <version>2.17</version>
403                 <configuration>
404                     <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
405                     <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
406                     <skip>${checkstyle.skip}</skip>
407                 </configuration>
408             </plugin>
409             <!-- plugin for parsing the project version -->
410             <plugin>
411                 <groupId>org.codehaus.mojo</groupId>
412                 <artifactId>build-helper-maven-plugin</artifactId>
413                 <executions>
414                     <execution>
415                         <id>parse-version</id>
416                         <phase>pre-clean</phase>
417                         <goals>
418                             <goal>parse-version</goal>
419                         </goals>
420                     </execution>
421                 </executions>
422             </plugin>
423
424             <!-- Java Code Coverage -->
425             <plugin>
426                 <groupId>org.jacoco</groupId>
427                 <artifactId>jacoco-maven-plugin</artifactId>
428                 <inherited>false</inherited>
429                 <executions>
430                     <execution>
431                         <id>default-instrument</id>
432                         <goals>
433                             <goal>instrument</goal>
434                         </goals>
435                     </execution>
436                     <execution>
437                         <id>default-restore-instrumented-classes</id>
438                         <goals>
439                             <goal>restore-instrumented-classes</goal>
440                         </goals>
441                     </execution>
442                     <execution>
443                         <id>default-report</id>
444                         <goals>
445                             <goal>report</goal>
446                         </goals>
447                         <configuration>
448                             <dataFile>${project.build.directory}/jacoco.exec</dataFile>
449                         </configuration>
450                     </execution>
451                 </executions>
452             </plugin>
453
454             <plugin>
455                 <groupId>org.apache.maven.plugins</groupId>
456                 <artifactId>maven-site-plugin</artifactId>
457                 <version>3.7.1</version>
458                 <dependencies>
459                     <dependency>
460                         <groupId>org.apache.maven.wagon</groupId>
461                         <artifactId>wagon-webdav-jackrabbit</artifactId>
462                         <version>3.0.0</version>
463                     </dependency>
464                 </dependencies>
465             </plugin>
466
467             <!-- Set the deployment repositories properties. -->
468             <plugin>
469                 <groupId>org.codehaus.gmaven</groupId>
470                 <artifactId>gmaven-plugin</artifactId>
471                 <executions>
472                     <execution>
473                         <inherited>false</inherited>
474                         <phase>integration-test</phase>
475                         <goals>
476                             <goal>execute</goal>
477                         </goals>
478                         <configuration>
479                             <source>
480                                 pom.properties['deploy.url'] =
481                                         pom.version.contains('-SNAPSHOT') ?
482                                                 project.distributionManagement.snapshotRepository.url :
483                                                 project.distributionManagement.repository.url;
484                                 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
485                                         project.distributionManagement.snapshotRepository.id :
486                                         project.distributionManagement.repository.id;
487                             </source>
488                         </configuration>
489                     </execution>
490                 </executions>
491             </plugin>
492             <plugin>
493                 <groupId>org.apache.maven.plugins</groupId>
494                 <artifactId>maven-compiler-plugin</artifactId>
495                 <configuration>
496                     <source>1.8</source>
497                     <target>1.8</target>
498                 </configuration>
499             </plugin>
500             <plugin>
501                 <groupId>org.apache.maven.plugins</groupId>
502                 <artifactId>maven-surefire-plugin</artifactId>
503                 <dependencies>
504                     <dependency>
505                         <groupId>org.apache.maven.surefire</groupId>
506                         <artifactId>surefire-junit-platform</artifactId>
507                         <version>${maven-surefire-plugin.version}</version>
508                     </dependency>
509                 </dependencies>
510                 <configuration>
511                     <printSummary>false</printSummary>
512                     <systemPropertyVariables>
513                         <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
514                     </systemPropertyVariables>
515                     <forkCount>${surefire.forkCount}</forkCount>
516                     <reuseForks>${surefire.reuseForks}</reuseForks>
517                     <parallel>methods</parallel>
518                 </configuration>
519             </plugin>
520             <plugin>
521                 <groupId>pl.project13.maven</groupId>
522                 <artifactId>git-commit-id-plugin</artifactId>
523                 <executions>
524                     <execution>
525                         <goals>
526                             <goal>revision</goal>
527                         </goals>
528                     </execution>
529                 </executions>
530                 <configuration>
531                     <generateGitPropertiesFile>true</generateGitPropertiesFile>
532                     <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties
533                     </generateGitPropertiesFilename>
534                     <failOnNoGitDirectory>true</failOnNoGitDirectory>
535                     <verbose>false</verbose>
536                     <includeOnlyProperties>
537                         <includeOnlyProperty>git.build.version</includeOnlyProperty>
538                         <includeOnlyProperty>git.build.time</includeOnlyProperty>
539                         <includeOnlyProperty>git.commit.id</includeOnlyProperty>
540                         <includeOnlyProperty>git.commit.time</includeOnlyProperty>
541                         <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
542                         <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
543                         <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
544                         <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
545                     </includeOnlyProperties>
546                     <gitDescribe>
547                         <skip>true</skip>
548                     </gitDescribe>
549                     <useNativeGit>false</useNativeGit>
550                 </configuration>
551             </plugin>
552         </plugins>
553     </build>
554
555     <profiles>
556         <profile>
557             <id>all</id>
558             <activation>
559                 <activeByDefault>true</activeByDefault>
560             </activation>
561             <properties>
562                 <checkstyle.skip>true</checkstyle.skip>
563             </properties>
564             <modules>
565                 <module>onboarding</module>
566                 <module>common-app-logging</module>
567                 <module>common-app-api</module>
568                 <module>common-be</module>
569                 <module>catalog-dao</module>
570                 <module>catalog-model</module>
571                 <module>catalog-be</module>
572                 <module>asdctool</module>
573                 <module>catalog-ui</module>
574                 <module>catalog-fe</module>
575                 <module>sdc-os-chef</module>
576                 <module>utils/webseal-simulator</module>
577                 <module>integration-tests</module>
578             </modules>
579         </profile>
580         <profile>
581             <id>skip-integration-tests</id>
582             <activation>
583                 <property>
584                     <name>skipITs</name>
585                     <value>true</value>
586                 </property>
587             </activation>
588             <properties>
589                 <checkstyle.skip>true</checkstyle.skip>
590             </properties>
591             <modules>
592                 <module>onboarding</module>
593                 <module>common-app-logging</module>
594                 <module>common-app-api</module>
595                 <module>common-be</module>
596                 <module>catalog-dao</module>
597                 <module>catalog-model</module>
598                 <module>catalog-be</module>
599                 <module>asdctool</module>
600                 <module>catalog-ui</module>
601                 <module>catalog-fe</module>
602                 <module>sdc-os-chef</module>
603                 <module>utils/webseal-simulator</module>
604             </modules>
605         </profile>
606         <profile>
607             <id>fast-build</id>
608             <activation>
609                 <activeByDefault>false</activeByDefault>
610             </activation>
611             <properties>
612                 <maven.test.skip>true</maven.test.skip>
613                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
614                 <checkstyle.skip>true</checkstyle.skip>
615                 <jacoco.skip>true</jacoco.skip>
616             </properties>
617             <modules>
618                 <module>onboarding</module>
619                 <module>common-app-logging</module>
620                 <module>common-app-api</module>
621                 <module>common-be</module>
622                 <module>catalog-dao</module>
623                 <module>catalog-model</module>
624                 <module>catalog-be</module>
625                 <module>asdctool</module>
626                 <module>catalog-ui</module>
627                 <module>catalog-fe</module>
628                 <module>sdc-os-chef</module>
629                 <module>utils/webseal-simulator</module>
630             </modules>
631         </profile>
632         <profile>
633             <id>start-sdc</id>
634             <activation>
635                 <activeByDefault>false</activeByDefault>
636             </activation>
637             <properties>
638                 <maven.test.skip>true</maven.test.skip>
639                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
640                 <checkstyle.skip>true</checkstyle.skip>
641                 <jacoco.skip>true</jacoco.skip>
642                 <docker.keepRunning>true</docker.keepRunning>
643             </properties>
644             <modules>
645                 <module>integration-tests</module>
646             </modules>
647         </profile>
648         <profile>
649             <id>stop-sdc</id>
650             <activation>
651                 <activeByDefault>false</activeByDefault>
652             </activation>
653             <properties>
654                 <maven.test.skip>true</maven.test.skip>
655                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
656                 <checkstyle.skip>true</checkstyle.skip>
657                 <jacoco.skip>true</jacoco.skip>
658                 <docker.skip.run>true</docker.skip.run>
659             </properties>
660             <modules>
661                 <module>integration-tests</module>
662             </modules>
663         </profile>
664         <profile>
665             <id>run-integration-tests</id>
666             <activation>
667                 <activeByDefault>false</activeByDefault>
668             </activation>
669             <properties>
670                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
671                 <checkstyle.skip>true</checkstyle.skip>
672                 <docker.skip>true</docker.skip>
673             </properties>
674             <modules>
675                 <module>integration-tests</module>
676             </modules>
677         </profile>
678
679     </profiles>
680
681     <repositories>
682         <!-- LF repositories -->
683         <repository>
684             <id>ecomp-releases</id>
685             <name>Release Repository</name>
686             <url>${nexus.proxy}/content/repositories/releases/</url>
687         </repository>
688         <repository>
689             <id>ecomp-snapshots</id>
690             <name>Snapshots Repository</name>
691             <url>${nexus.proxy}/content/repositories/snapshots/</url>
692         </repository>
693         <repository>
694             <id>ecomp-public</id>
695             <name>Public Repository</name>
696             <url>${nexus.proxy}/content/repositories/public/</url>
697         </repository>
698         <!-- LF repositories END-->
699     </repositories>
700
701     <distributionManagement>
702         <repository>
703             <id>ecomp-releases</id>
704             <name>Release Repository</name>
705             <url>${nexus.proxy}/content/repositories/releases/</url>
706         </repository>
707         <snapshotRepository>
708             <id>ecomp-snapshots</id>
709             <name>Snapshot Repository</name>
710             <url>${nexus.proxy}/content/repositories/snapshots/</url>
711         </snapshotRepository>
712         <site>
713             <id>ecomp-site</id>
714             <url>dav:${nexus.proxy}${sitePath}</url>
715         </site>
716     </distributionManagement>
717 </project>
718