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