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