Fix VSP updating issue
[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.1-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.48.Final</netty.version>
53         <servlet-api.version>3.1.0</servlet-api.version>
54         <wire-mock.version>2.26.3</wire-mock.version>
55         <ecomp.version>2.6.0</ecomp.version>
56         <cassandra.unit.version>4.3.1.0</cassandra.unit.version>
57         <cadi.version>2.1.8</cadi.version>
58         <lombok.version>1.18.12</lombok.version>
59         <commons-beanutils>1.9.4</commons-beanutils>
60         <commons-configuration>2.3</commons-configuration>
61         <apache-poi.version>4.1.0</apache-poi.version>
62         <onap.logging.version>1.6.1</onap.logging.version>
63         <apache-commons-text.version>1.9</apache-commons-text.version>
64         <jaxb-api.version>2.3.1</jaxb-api.version>
65
66         <commons.collections.version>4.1</commons.collections.version>
67         <ws.rs.version>2.1</ws.rs.version>
68
69         <jetty.version>9.4.18.v20190429</jetty.version>
70
71         <!-- JSON and YAML Parsing -->
72         <jackson.version>2.11.0</jackson.version>
73         <jackson-annotations.version>${jackson.version}</jackson-annotations.version>
74
75         <clearspring.version>2.1.1</clearspring.version>
76         <skipYamlJsonValidator>false</skipYamlJsonValidator>
77
78         <!-- Yaml for properties -->
79         <snakeyaml.version>1.14</snakeyaml.version>
80         <functionaljava.version>4.7</functionaljava.version>
81         <httpclient.version>4.5.3</httpclient.version>
82         <httpcore.version>4.4.1</httpcore.version>
83         <json-simple.version>1.1</json-simple.version>
84
85         <!-- Logging start -->
86         <!-- logback -->
87         <logback.version>1.2.3</logback.version>
88         <slf4j-api.version>1.7.25</slf4j-api.version>
89         <commons-codec>1.10</commons-codec>
90         <commons-logging>1.2</commons-logging>
91         <janino.version>3.0.6</janino.version>
92         <log4j.version>2.13.1</log4j.version>
93
94         <!-- aspects -->
95         <jcabi.version>0.20.1</jcabi.version>
96         <aspectjrt.version>1.8.4</aspectjrt.version>
97         <aspectj.version>1.7.4</aspectj.version>
98         <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version>
99
100         <!-- Logging end -->
101         <!-- System Metrics -->
102         <sigar.version>1.6.4</sigar.version>
103
104         <regex.version>3.0.3</regex.version>
105
106         <!--GSON-->
107         <gson.version>2.3.1</gson.version>
108
109         <!--listen to file changes-->
110         <commons-jci-core.version>1.1</commons-jci-core.version>
111
112         <!--TESTING-->
113         <mockito.version>3.3.3</mockito.version>
114         <mockitoJupiter.version>3.3.3</mockitoJupiter.version>
115         <jmockit.version>1.35</jmockit.version>
116         <junit.version>4.12</junit.version>
117         <junit.platform.version>1.6.0</junit.platform.version>
118         <junitJupiter.version>5.6.0</junitJupiter.version>
119         <assertj.version>3.16.0</assertj.version>
120         <testng.version>7.2.0</testng.version>
121         <cucumber.version>5.6.0</cucumber.version>
122         <bean-matchers.version>0.11</bean-matchers.version>
123         <hamcrest.version>2.1</hamcrest.version>
124         <hamcrest-all.version>1.3</hamcrest-all.version>
125         <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
126         <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
127
128         <!-- parser-->
129         <sdc-tosca-parser.version>1.6.5</sdc-tosca-parser.version>
130
131         <!-- sonar -->
132         <sonar.projectVersion>${project.version}</sonar.projectVersion>
133         <sonar.nodejs.executable>${project.basedir}/node/node</sonar.nodejs.executable>
134         <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports
135         </sonar.surefire.reportsPath>
136         <sonar.javascript.lcov.reportPaths>${project.build.directory}/code-coverage/lcov.info
137         </sonar.javascript.lcov.reportPaths>
138         <sonar.coverage.jacoco.xmlReportPaths>
139             ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
140         </sonar.coverage.jacoco.xmlReportPaths>
141         <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
142         <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
143         <sonar.coverage.exclusions>pom.xml,src/test</sonar.coverage.exclusions>
144         <!--cassandra -->
145         <cassandra.driver.version>3.8.0</cassandra.driver.version>
146         <!-- maven central (Nexus) -->
147         <nexus.id.release>nexus</nexus.id.release>
148         <nexus.id.snapshot>nexus</nexus.id.snapshot>
149
150         <!--nexus-->
151         <npm.registry>https://registry.npmjs.org/</npm.registry>
152         <nexus.proxy>https://nexus.onap.org</nexus.proxy>
153         <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
154         <staging.profile.id>176c31dfe190a</staging.profile.id>
155         <!--maven-->
156         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
157         <!--docker tags-->
158         <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
159         <!--togglz version-->
160         <togglz.version>2.6.1.Final</togglz.version>
161
162         <joda.time.version>2.9.9</joda.time.version>
163
164         <!--sdc-security-utils-->
165         <security.util.lib.version>1.6.0</security.util.lib.version>
166         <!--jacoco-->
167         <jacoco.version>0.8.5</jacoco.version>
168
169         <java.driver.core.version>4.5.1</java.driver.core.version>
170
171         <!-- Surefire parameters  -->
172         <surefire.forkCount>1C</surefire.forkCount>
173         <surefire.reuseForks>true</surefire.reuseForks>
174     </properties>
175
176     <dependencyManagement>
177         <dependencies>
178             <dependency>
179                 <groupId>com.google.guava</groupId>
180                 <artifactId>guava</artifactId>
181                 <version>${guava.version}</version>
182             </dependency>
183
184             <dependency>
185                 <groupId>org.glassfish.jersey.ext</groupId>
186                 <artifactId>jersey-bean-validation</artifactId>
187                 <version>${jersey-bom.version}</version>
188             </dependency>
189
190             <dependency>
191                 <groupId>org.glassfish.hk2.external</groupId>
192                 <artifactId>asm-all-repackaged</artifactId>
193                 <version>2.4.0</version>
194             </dependency>
195
196             <dependency>
197                 <groupId>org.assertj</groupId>
198                 <artifactId>assertj-core</artifactId>
199                 <version>${assertj.version}</version>
200             </dependency>
201
202             <dependency>
203                 <groupId>org.jmockit</groupId>
204                 <artifactId>jmockit</artifactId>
205                 <version>${jmockit.version}</version>
206             </dependency>
207
208             <dependency>
209                 <groupId>com.github.tomakehurst</groupId>
210                 <artifactId>wiremock-standalone</artifactId>
211                 <version>${wire-mock.version}</version>
212             </dependency>
213
214             <dependency>
215                 <groupId>io.cucumber</groupId>
216                 <artifactId>cucumber-java</artifactId>
217                 <version>${cucumber.version}</version>
218             </dependency>
219
220             <dependency>
221                 <groupId>io.cucumber</groupId>
222                 <artifactId>cucumber-junit</artifactId>
223                 <version>${cucumber.version}</version>
224             </dependency>
225
226             <dependency>
227                 <groupId>org.apache.commons</groupId>
228                 <artifactId>commons-lang3</artifactId>
229                 <version>${lang3.version}</version>
230             </dependency>
231             <dependency>
232                 <groupId>org.codehaus.groovy</groupId>
233                 <artifactId>groovy</artifactId>
234                 <version>2.4.13</version>
235             </dependency>
236             <dependency>
237                 <groupId>io.netty</groupId>
238                 <artifactId>netty-all</artifactId>
239                 <version>${netty.version}</version>
240             </dependency>
241             <dependency>
242                 <groupId>io.netty</groupId>
243                 <artifactId>netty-handler</artifactId>
244                 <version>${netty.version}</version>
245             </dependency>
246         </dependencies>
247     </dependencyManagement>
248
249     <dependencies>
250         <dependency>
251             <!-- must be on the classpath -->
252             <groupId>org.jacoco</groupId>
253             <artifactId>org.jacoco.agent</artifactId>
254             <classifier>runtime</classifier>
255             <version>${jacoco.version}</version>
256             <scope>test</scope>
257         </dependency>
258         <!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API -->
259         <dependency>
260             <groupId>org.junit.jupiter</groupId>
261             <artifactId>junit-jupiter-engine</artifactId>
262             <version>${junitJupiter.version}</version>
263             <scope>test</scope>
264         </dependency>
265         <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API  -->
266         <dependency>
267             <groupId>org.junit.vintage</groupId>
268             <artifactId>junit-vintage-engine</artifactId>
269             <version>${junitJupiter.version}</version>
270             <scope>test</scope>
271         </dependency>
272
273         <dependency>
274             <groupId>org.mockito</groupId>
275             <artifactId>mockito-core</artifactId>
276             <version>${mockito.version}</version>
277             <scope>test</scope>
278         </dependency>
279     </dependencies>
280
281     <reporting>
282         <plugins>
283             <plugin>
284                 <groupId>org.apache.maven.plugins</groupId>
285                 <artifactId>maven-javadoc-plugin</artifactId>
286                 <version>3.0.1</version>
287                 <configuration>
288                     <failOnError>false</failOnError>
289                     <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
290                     <docletArtifact>
291                         <groupId>org.umlgraph</groupId>
292                         <artifactId>umlgraph</artifactId>
293                         <version>5.6</version>
294                     </docletArtifact>
295                     <useStandardDocletOptions>true</useStandardDocletOptions>
296                 </configuration>
297             </plugin>
298         </plugins>
299     </reporting>
300
301     <build>
302         <pluginManagement>
303             <plugins>
304                 <plugin>
305                     <groupId>org.jacoco</groupId>
306                     <artifactId>jacoco-maven-plugin</artifactId>
307                     <version>${jacoco.version}</version>
308                 </plugin>
309                 <plugin>
310                     <groupId>org.apache.maven.plugins</groupId>
311                     <artifactId>maven-assembly-plugin</artifactId>
312                     <version>3.1.0</version>
313                     <configuration>
314                         <tarLongFileMode>posix</tarLongFileMode>
315                     </configuration>
316                 </plugin>
317
318                 <plugin>
319                     <groupId>org.codehaus.mojo</groupId>
320                     <artifactId>exec-maven-plugin</artifactId>
321                     <version>1.6.0</version>
322                 </plugin>
323                 <plugin>
324                     <groupId>org.sonarsource.scanner.maven</groupId>
325                     <artifactId>sonar-maven-plugin</artifactId>
326                     <version>3.7.0.1746</version>
327                 </plugin>
328                 <plugin>
329                     <groupId>org.apache.maven.plugins</groupId>
330                     <artifactId>maven-clean-plugin</artifactId>
331                     <version>3.1.0</version>
332                 </plugin>
333                 <plugin>
334                     <groupId>ru.yaal.maven</groupId>
335                     <artifactId>write-text-files-maven-plugin</artifactId>
336                     <version>1.1</version>
337                 </plugin>
338                 <plugin>
339                     <groupId>org.codehaus.gmaven</groupId>
340                     <artifactId>gmaven-plugin</artifactId>
341                     <version>1.5</version>
342                 </plugin>
343                 <plugin>
344                     <groupId>org.codehaus.mojo</groupId>
345                     <artifactId>build-helper-maven-plugin</artifactId>
346                     <version>3.2.0</version>
347                 </plugin>
348                 <plugin>
349                     <groupId>org.apache.maven.plugins</groupId>
350                     <artifactId>maven-deploy-plugin</artifactId>
351                     <version>2.8.2</version>
352                 </plugin>
353                 <plugin>
354                     <groupId>org.apache.maven.plugins</groupId>
355                     <artifactId>maven-shade-plugin</artifactId>
356                     <version>3.1.1</version>
357                 </plugin>
358                 <plugin>
359                     <groupId>org.apache.maven.plugins</groupId>
360                     <artifactId>maven-resources-plugin</artifactId>
361                     <version>3.2.0</version>
362                 </plugin>
363                 <plugin>
364                     <groupId>io.fabric8</groupId>
365                     <artifactId>docker-maven-plugin</artifactId>
366                     <version>0.31.0</version>
367                 </plugin>
368                 <plugin>
369                     <groupId>org.apache.maven.plugins</groupId>
370                     <artifactId>maven-war-plugin</artifactId>
371                     <version>3.2.2</version>
372                 </plugin>
373                 <plugin>
374                     <groupId>com.github.eirslett</groupId>
375                     <artifactId>frontend-maven-plugin</artifactId>
376                     <version>1.8.0</version>
377                 </plugin>
378                 <plugin>
379                     <groupId>org.apache.maven.plugins</groupId>
380                     <artifactId>maven-surefire-plugin</artifactId>
381                     <version>${maven-surefire-plugin.version}</version>
382                 </plugin>
383                 <plugin>
384                     <groupId>org.apache.maven.plugins</groupId>
385                     <artifactId>maven-failsafe-plugin</artifactId>
386                     <version>${maven-surefire-plugin.version}</version>
387                 </plugin>
388                 <plugin>
389                     <groupId>org.apache.maven.plugins</groupId>
390                     <artifactId>maven-compiler-plugin</artifactId>
391                     <version>3.8.1</version>
392                 </plugin>
393                 <plugin>
394                     <groupId>com.github.sylvainlaurent.maven</groupId>
395                     <artifactId>yaml-json-validator-maven-plugin</artifactId>
396                     <version>1.0.2</version>
397                 </plugin>
398                 <plugin>
399                     <groupId>pl.project13.maven</groupId>
400                     <artifactId>git-commit-id-plugin</artifactId>
401                     <version>4.0.0</version>
402                 </plugin>
403             </plugins>
404         </pluginManagement>
405
406         <plugins>
407             <plugin>
408                 <artifactId>maven-checkstyle-plugin</artifactId>
409                 <version>2.17</version>
410                 <configuration>
411                     <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
412                     <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
413                     <skip>${checkstyle.skip}</skip>
414                 </configuration>
415             </plugin>
416             <!-- plugin for parsing the project version -->
417             <plugin>
418                 <groupId>org.codehaus.mojo</groupId>
419                 <artifactId>build-helper-maven-plugin</artifactId>
420                 <executions>
421                     <execution>
422                         <id>parse-version</id>
423                         <phase>pre-clean</phase>
424                         <goals>
425                             <goal>parse-version</goal>
426                         </goals>
427                     </execution>
428                 </executions>
429             </plugin>
430
431             <!-- Java Code Coverage -->
432             <plugin>
433                 <groupId>org.jacoco</groupId>
434                 <artifactId>jacoco-maven-plugin</artifactId>
435                 <inherited>false</inherited>
436                 <executions>
437                     <execution>
438                         <id>default-instrument</id>
439                         <goals>
440                             <goal>instrument</goal>
441                         </goals>
442                     </execution>
443                     <execution>
444                         <id>default-restore-instrumented-classes</id>
445                         <goals>
446                             <goal>restore-instrumented-classes</goal>
447                         </goals>
448                     </execution>
449                     <execution>
450                         <id>default-report</id>
451                         <goals>
452                             <goal>report</goal>
453                         </goals>
454                         <configuration>
455                             <dataFile>${project.build.directory}/jacoco.exec</dataFile>
456                         </configuration>
457                     </execution>
458                 </executions>
459             </plugin>
460
461             <plugin>
462                 <groupId>org.apache.maven.plugins</groupId>
463                 <artifactId>maven-site-plugin</artifactId>
464                 <version>3.7.1</version>
465                 <dependencies>
466                     <dependency>
467                         <groupId>org.apache.maven.wagon</groupId>
468                         <artifactId>wagon-webdav-jackrabbit</artifactId>
469                         <version>3.0.0</version>
470                     </dependency>
471                 </dependencies>
472             </plugin>
473
474             <!-- Set the deployment repositories properties. -->
475             <plugin>
476                 <groupId>org.codehaus.gmaven</groupId>
477                 <artifactId>gmaven-plugin</artifactId>
478                 <executions>
479                     <execution>
480                         <inherited>false</inherited>
481                         <phase>integration-test</phase>
482                         <goals>
483                             <goal>execute</goal>
484                         </goals>
485                         <configuration>
486                             <source>
487                                 pom.properties['deploy.url'] =
488                                         pom.version.contains('-SNAPSHOT') ?
489                                                 project.distributionManagement.snapshotRepository.url :
490                                                 project.distributionManagement.repository.url;
491                                 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
492                                         project.distributionManagement.snapshotRepository.id :
493                                         project.distributionManagement.repository.id;
494                             </source>
495                         </configuration>
496                     </execution>
497                 </executions>
498             </plugin>
499             <plugin>
500                 <groupId>org.apache.maven.plugins</groupId>
501                 <artifactId>maven-compiler-plugin</artifactId>
502                 <configuration>
503                     <source>11</source>
504                     <target>11</target>
505                 </configuration>
506             </plugin>
507             <plugin>
508                 <groupId>org.apache.maven.plugins</groupId>
509                 <artifactId>maven-surefire-plugin</artifactId>
510                 <dependencies>
511                     <dependency>
512                         <groupId>org.apache.maven.surefire</groupId>
513                         <artifactId>surefire-junit-platform</artifactId>
514                         <version>${maven-surefire-plugin.version}</version>
515                     </dependency>
516                 </dependencies>
517                 <configuration>
518                     <printSummary>false</printSummary>
519                     <systemPropertyVariables>
520                         <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
521                     </systemPropertyVariables>
522                     <forkCount>${surefire.forkCount}</forkCount>
523                     <reuseForks>${surefire.reuseForks}</reuseForks>
524                     <parallel>methods</parallel>
525                 </configuration>
526             </plugin>
527             <plugin>
528                 <groupId>pl.project13.maven</groupId>
529                 <artifactId>git-commit-id-plugin</artifactId>
530                 <executions>
531                     <execution>
532                         <goals>
533                             <goal>revision</goal>
534                         </goals>
535                     </execution>
536                 </executions>
537                 <configuration>
538                     <generateGitPropertiesFile>true</generateGitPropertiesFile>
539                     <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties
540                     </generateGitPropertiesFilename>
541                     <failOnNoGitDirectory>true</failOnNoGitDirectory>
542                     <verbose>false</verbose>
543                     <includeOnlyProperties>
544                         <includeOnlyProperty>git.build.version</includeOnlyProperty>
545                         <includeOnlyProperty>git.build.time</includeOnlyProperty>
546                         <includeOnlyProperty>git.commit.id</includeOnlyProperty>
547                         <includeOnlyProperty>git.commit.time</includeOnlyProperty>
548                         <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
549                         <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
550                         <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
551                         <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
552                     </includeOnlyProperties>
553                     <gitDescribe>
554                         <skip>true</skip>
555                     </gitDescribe>
556                     <useNativeGit>false</useNativeGit>
557                 </configuration>
558             </plugin>
559         </plugins>
560     </build>
561
562     <profiles>
563         <profile>
564             <id>all</id>
565             <activation>
566                 <activeByDefault>true</activeByDefault>
567             </activation>
568             <properties>
569                 <checkstyle.skip>true</checkstyle.skip>
570             </properties>
571             <modules>
572                 <module>onboarding</module>
573                 <module>common-app-logging</module>
574                 <module>common-app-api</module>
575                 <module>common-be</module>
576                 <module>catalog-dao</module>
577                 <module>catalog-model</module>
578                 <module>catalog-be</module>
579                 <module>catalog-be-plugins</module>
580                 <module>asdctool</module>
581                 <module>catalog-ui</module>
582                 <module>catalog-fe</module>
583                 <module>sdc-os-chef</module>
584                 <module>utils/webseal-simulator</module>
585                 <module>integration-tests</module>
586             </modules>
587         </profile>
588         <profile>
589             <id>skip-integration-tests</id>
590             <activation>
591                 <property>
592                     <name>skipITs</name>
593                     <value>true</value>
594                 </property>
595             </activation>
596             <properties>
597                 <checkstyle.skip>true</checkstyle.skip>
598             </properties>
599             <modules>
600                 <module>onboarding</module>
601                 <module>common-app-logging</module>
602                 <module>common-app-api</module>
603                 <module>common-be</module>
604                 <module>catalog-dao</module>
605                 <module>catalog-model</module>
606                 <module>catalog-be</module>
607                 <module>catalog-be-plugins</module>
608                 <module>asdctool</module>
609                 <module>catalog-ui</module>
610                 <module>catalog-fe</module>
611                 <module>sdc-os-chef</module>
612                 <module>utils/webseal-simulator</module>
613             </modules>
614         </profile>
615         <profile>
616             <id>skip-tests</id>
617             <activation>
618                 <property>
619                     <name>skipTests</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>
643             <id>fast-build</id>
644             <activation>
645                 <activeByDefault>false</activeByDefault>
646             </activation>
647             <properties>
648                 <maven.test.skip>true</maven.test.skip>
649                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
650                 <checkstyle.skip>true</checkstyle.skip>
651                 <jacoco.skip>true</jacoco.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>
670             <id>start-sdc</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                 <docker.keepRunning>true</docker.keepRunning>
680             </properties>
681             <modules>
682                 <module>integration-tests</module>
683             </modules>
684         </profile>
685         <profile>
686             <id>stop-sdc</id>
687             <activation>
688                 <activeByDefault>false</activeByDefault>
689             </activation>
690             <properties>
691                 <maven.test.skip>true</maven.test.skip>
692                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
693                 <checkstyle.skip>true</checkstyle.skip>
694                 <jacoco.skip>true</jacoco.skip>
695                 <docker.skip.run>true</docker.skip.run>
696             </properties>
697             <modules>
698                 <module>integration-tests</module>
699             </modules>
700         </profile>
701         <profile>
702             <id>run-integration-tests</id>
703             <activation>
704                 <activeByDefault>false</activeByDefault>
705             </activation>
706             <properties>
707                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
708                 <checkstyle.skip>true</checkstyle.skip>
709                 <docker.skip>true</docker.skip>
710             </properties>
711             <modules>
712                 <module>integration-tests</module>
713             </modules>
714         </profile>
715
716     </profiles>
717
718     <repositories>
719         <!-- LF repositories -->
720         <repository>
721             <id>ecomp-releases</id>
722             <name>Release Repository</name>
723             <url>${nexus.proxy}/content/repositories/releases/</url>
724         </repository>
725         <repository>
726             <id>ecomp-snapshots</id>
727             <name>Snapshots Repository</name>
728             <url>${nexus.proxy}/content/repositories/snapshots/</url>
729         </repository>
730         <repository>
731             <id>ecomp-public</id>
732             <name>Public Repository</name>
733             <url>${nexus.proxy}/content/repositories/public/</url>
734         </repository>
735         <!-- LF repositories END-->
736     </repositories>
737
738     <distributionManagement>
739         <repository>
740             <id>ecomp-releases</id>
741             <name>Release Repository</name>
742             <url>${nexus.proxy}/content/repositories/releases/</url>
743         </repository>
744         <snapshotRepository>
745             <id>ecomp-snapshots</id>
746             <name>Snapshot Repository</name>
747             <url>${nexus.proxy}/content/repositories/snapshots/</url>
748         </snapshotRepository>
749         <site>
750             <id>ecomp-site</id>
751             <url>dav:${nexus.proxy}${sitePath}</url>
752         </site>
753     </distributionManagement>
754 </project>
755