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