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