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