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