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