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