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