Updated release notes for 1.13.3
[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.13.2-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         <lang3.version>3.12.0</lang3.version>
47         <guava.version>32.1.1-jre</guava.version>
48         <janusgraph.version>0.3.3</janusgraph.version>
49         <spring.version>5.3.27</spring.version>
50         <mvn.assembly.version>3.6.0</mvn.assembly.version>
51
52         <!-- update to 2.36 bring error-->
53         <!-- java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/AnnotationIntrospector$XmlExtensions-->
54         <jersey-bom.version>2.34</jersey-bom.version>
55         <jakarta.el.version>3.0.4</jakarta.el.version>
56
57         <netty.version>4.1.92.Final</netty.version>
58         <servlet-api.version>4.0.4</servlet-api.version>
59         <wire-mock.version>2.26.3</wire-mock.version>
60         <ecomp.version>3.4.0</ecomp.version>
61         <cassandra.unit.version>4.3.1.0</cassandra.unit.version>
62         <cadi.version>2.1.21</cadi.version>
63         <lombok.version>1.18.24</lombok.version>
64         <commons-beanutils>1.9.4</commons-beanutils>
65         <commons.io.version>2.13.0</commons.io.version>
66         <commons-configuration>2.8.0</commons-configuration>
67         <onap.logging.version>1.6.1</onap.logging.version>
68         <apache-commons-text.version>1.10.0</apache-commons-text.version>
69         <jaxb-api.version>2.3.1</jaxb-api.version>
70         <io.vavr.version>0.10.3</io.vavr.version>
71         <groovy.version>4.0.13</groovy.version>
72         <swagger-core-mvn-plugin.version>2.1.7</swagger-core-mvn-plugin.version>
73         <maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
74         <hibernate.validator.version>6.2.5.Final</hibernate.validator.version>
75         <org.json.version>20220320</org.json.version>
76
77         <commons.collections.version>4.3</commons.collections.version>
78         <ws.rs.version>2.1.6</ws.rs.version>
79         <javax.validation.version>2.0.1.Final</javax.validation.version>
80
81         <jetty.version>9.4.51.v20230217</jetty.version>
82         <jetty-distribution.version>${jetty.version}</jetty-distribution.version>
83         <cxf.version>3.6.1</cxf.version>
84
85         <org.owasp.esapi.version>2.4.0.0</org.owasp.esapi.version>
86         <org.dom4j.version>2.1.3</org.dom4j.version>
87
88         <!-- Keycloak authentication-->
89         <keycloak.version>21.1.1</keycloak.version>
90
91         <!-- JSON and YAML Parsing -->
92         <jackson.version>2.14.2</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.33</snakeyaml.version>
100         <functionaljava.version>4.9</functionaljava.version>
101         <httpmime.version>4.5.14</httpmime.version>
102         <httpclient.version>5.2.1</httpclient.version>
103         <httpcore.version>4.4.15</httpcore.version>
104         <json-simple.version>1.1.1</json-simple.version>
105
106         <!-- PM Dictionary validation -->
107         <onap.vnfsdk.validation.pmdictionary.version>1.2.15</onap.vnfsdk.validation.pmdictionary.version>
108
109         <!-- Logging start -->
110         <!-- logback -->
111         <logback.version>1.2.12</logback.version>
112         <slf4j-api.version>1.7.36</slf4j-api.version>
113         <commons-codec>1.15</commons-codec>
114         <janino.version>3.1.9</janino.version>
115
116         <!-- aspects -->
117         <jcabi.version>0.21.1</jcabi.version>
118         <aspectj.version>1.9.19</aspectj.version>
119         <aspectjrt.version>${aspectj.version}</aspectjrt.version>
120         <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version>
121
122         <!-- Logging end -->
123         <!-- System Metrics -->
124         <sigar.version>1.6.4</sigar.version>
125
126         <!--GSON-->
127         <gson.version>2.10.1</gson.version>
128
129         <!--TESTING-->
130         <mockito.version>4.10.0</mockito.version>
131         <mockitoJupiter.version>${mockito.version}</mockitoJupiter.version>
132         <jmockit.version>1.35</jmockit.version>
133         <junit.platform.version>1.9.1</junit.platform.version>
134         <junitJupiter.version>5.9.1</junitJupiter.version>
135         <assertj.version>3.16.0</assertj.version>
136         <testng.version>7.7.0</testng.version>
137         <cucumber.version>7.10.1</cucumber.version>
138         <bean-matchers.version>0.14</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>3.3.3</togglz.version>
170
171         <!--sdc-security-utils-->
172         <security.util.lib.version>1.8.0</security.util.lib.version>
173         <!--jacoco-->
174         <jacoco.version>0.8.7</jacoco.version>
175
176         <java.driver.core.version>4.14.1</java.driver.core.version>
177
178         <!-- Surefire parameters  -->
179         <surefire.forkCount>1C</surefire.forkCount>
180         <surefire.reuseForks>true</surefire.reuseForks>
181         <surefire.skip.tests>false</surefire.skip.tests>
182
183         <bouncycastle.version>2.73.2</bouncycastle.version>
184
185         <!--DOCKER-->
186         <docker.api.version>1.43</docker.api.version>
187         <docker.namespace>onap</docker.namespace>
188         <docker.password>docker</docker.password>
189         <docker.username>docker</docker.username>
190         <docker.registry>nexus3.onap.org:10001</docker.registry>
191
192         <micrometer.version>1.8.4</micrometer.version>
193
194         <minio.version>8.5.4</minio.version>
195         <okhttp.version>4.11.0</okhttp.version>
196
197         <jsoup.version>1.15.3</jsoup.version>
198
199         <verbose>false</verbose>
200     </properties>
201
202     <dependencyManagement>
203         <dependencies>
204             <dependency>
205                 <groupId>org.apache.kafka</groupId>
206                 <artifactId>kafka-clients</artifactId>
207                 <version>3.3.1</version>
208             </dependency>
209             <dependency>
210                 <groupId>com.google.guava</groupId>
211                 <artifactId>guava</artifactId>
212                 <version>${guava.version}</version>
213             </dependency>
214
215             <dependency>
216                 <groupId>org.glassfish.jersey.ext</groupId>
217                 <artifactId>jersey-bean-validation</artifactId>
218                 <version>${jersey-bom.version}</version>
219             </dependency>
220
221             <dependency>
222                 <groupId>org.glassfish.hk2.external</groupId>
223                 <artifactId>asm-all-repackaged</artifactId>
224                 <version>2.4.0</version>
225             </dependency>
226
227             <dependency>
228                 <groupId>org.assertj</groupId>
229                 <artifactId>assertj-core</artifactId>
230                 <version>${assertj.version}</version>
231             </dependency>
232
233             <dependency>
234                 <groupId>org.jmockit</groupId>
235                 <artifactId>jmockit</artifactId>
236                 <version>${jmockit.version}</version>
237             </dependency>
238
239             <dependency>
240                 <groupId>com.github.tomakehurst</groupId>
241                 <artifactId>wiremock-standalone</artifactId>
242                 <version>${wire-mock.version}</version>
243             </dependency>
244
245             <dependency>
246                 <groupId>io.cucumber</groupId>
247                 <artifactId>cucumber-java</artifactId>
248                 <version>${cucumber.version}</version>
249             </dependency>
250
251             <dependency>
252                 <groupId>io.cucumber</groupId>
253                 <artifactId>cucumber-junit</artifactId>
254                 <version>${cucumber.version}</version>
255             </dependency>
256
257             <dependency>
258                 <groupId>org.apache.commons</groupId>
259                 <artifactId>commons-lang3</artifactId>
260                 <version>${lang3.version}</version>
261             </dependency>
262             <dependency>
263                 <groupId>org.apache.groovy</groupId>
264                 <artifactId>groovy</artifactId>
265                 <version>${groovy.version}</version>
266             </dependency>
267             <dependency>
268                 <groupId>io.netty</groupId>
269                 <artifactId>netty-all</artifactId>
270                 <version>${netty.version}</version>
271             </dependency>
272             <dependency>
273                 <groupId>io.netty</groupId>
274                 <artifactId>netty-handler</artifactId>
275                 <version>${netty.version}</version>
276             </dependency>
277             <dependency>
278                 <groupId>io.swagger.core.v3</groupId>
279                 <artifactId>swagger-maven-plugin</artifactId>
280                 <version>${swagger-core-mvn-plugin.version}</version>
281             </dependency>
282         </dependencies>
283     </dependencyManagement>
284
285     <dependencies>
286         <dependency>
287             <!-- must be on the classpath -->
288             <groupId>org.jacoco</groupId>
289             <artifactId>org.jacoco.agent</artifactId>
290             <classifier>runtime</classifier>
291             <version>${jacoco.version}</version>
292             <scope>test</scope>
293         </dependency>
294         <!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API -->
295         <dependency>
296             <groupId>org.junit.jupiter</groupId>
297             <artifactId>junit-jupiter-engine</artifactId>
298             <version>${junitJupiter.version}</version>
299             <scope>test</scope>
300         </dependency>
301         <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API  -->
302         <dependency>
303             <groupId>org.junit.vintage</groupId>
304             <artifactId>junit-vintage-engine</artifactId>
305             <version>${junitJupiter.version}</version>
306             <scope>test</scope>
307         </dependency>
308
309         <dependency>
310             <groupId>org.mockito</groupId>
311             <artifactId>mockito-core</artifactId>
312             <version>${mockito.version}</version>
313             <scope>test</scope>
314         </dependency>
315         <dependency>
316             <groupId>org.mockito</groupId>
317             <artifactId>mockito-inline</artifactId>
318             <version>${mockito.version}</version>
319             <scope>test</scope>
320         </dependency>
321
322         <!-- KEYCLOAK Authentication and authorization-->
323         <dependency>
324             <groupId>org.keycloak</groupId>
325             <artifactId>keycloak-servlet-filter-adapter</artifactId>
326             <version>${keycloak.version}</version>
327             <exclusions>
328                 <exclusion>
329                     <groupId>org.bouncycastle</groupId>
330                     <artifactId>*</artifactId>
331                 </exclusion>
332                 <exclusion>
333                     <groupId>com.fasterxml.jackson.core</groupId>
334                     <artifactId>jackson-core</artifactId>
335                 </exclusion>
336                 <exclusion>
337                     <groupId>com.fasterxml.jackson.core</groupId>
338                     <artifactId>jackson-databind</artifactId>
339                 </exclusion>
340                 <exclusion>
341                     <groupId>com.fasterxml.jackson.core</groupId>
342                     <artifactId>jackson-annotations</artifactId>
343                 </exclusion>
344             </exclusions>
345         </dependency>
346         <dependency>
347             <groupId>org.keycloak</groupId>
348             <artifactId>keycloak-authz-client</artifactId>
349             <version>${keycloak.version}</version>
350         </dependency>
351         <dependency>
352             <groupId>org.keycloak</groupId>
353             <artifactId>keycloak-spring-security-adapter</artifactId>
354             <version>${keycloak.version}</version>
355             <exclusions>
356                 <exclusion>
357                     <groupId>org.bouncycastle</groupId>
358                     <artifactId>*</artifactId>
359                 </exclusion>
360                 <exclusion>
361                     <groupId>com.fasterxml.jackson.core</groupId>
362                     <artifactId>jackson-core</artifactId>
363                 </exclusion>
364                 <exclusion>
365                     <groupId>com.fasterxml.jackson.core</groupId>
366                     <artifactId>jackson-databind</artifactId>
367                 </exclusion>
368                 <exclusion>
369                     <groupId>com.fasterxml.jackson.core</groupId>
370                     <artifactId>jackson-annotations</artifactId>
371                 </exclusion>
372             </exclusions>
373         </dependency>
374         <dependency>
375             <groupId>org.keycloak</groupId>
376             <artifactId>keycloak-core</artifactId>
377             <version>${keycloak.version}</version>
378             <exclusions>
379                 <exclusion>
380                     <groupId>org.bouncycastle</groupId>
381                     <artifactId>*</artifactId>
382                 </exclusion>
383                 <exclusion>
384                     <groupId>com.fasterxml.jackson.core</groupId>
385                     <artifactId>jackson-core</artifactId>
386                 </exclusion>
387                 <exclusion>
388                     <groupId>com.fasterxml.jackson.core</groupId>
389                     <artifactId>jackson-databind</artifactId>
390                 </exclusion>
391             </exclusions>
392         </dependency>
393         <dependency>
394             <groupId>org.keycloak</groupId>
395             <artifactId>keycloak-common</artifactId>
396             <version>${keycloak.version}</version>
397             <exclusions>
398                 <exclusion>
399                     <groupId>org.bouncycastle</groupId>
400                     <artifactId>*</artifactId>
401                 </exclusion>
402             </exclusions>
403         </dependency>
404         <!-- https://mvnrepository.com/artifact/jakarta.servlet/jakarta.servlet-api -->
405         <dependency>
406             <groupId>jakarta.servlet</groupId>
407             <artifactId>jakarta.servlet-api</artifactId>
408             <version>${servlet-api.version}</version>
409             <scope>provided</scope>
410         </dependency>
411         <dependency>
412             <groupId>org.springframework.security</groupId>
413             <artifactId>spring-security-core</artifactId>
414             <version>5.6.3</version>
415         </dependency>
416     </dependencies>
417
418     <reporting>
419         <plugins>
420             <plugin>
421                 <groupId>org.apache.maven.plugins</groupId>
422                 <artifactId>maven-javadoc-plugin</artifactId>
423                 <version>3.0.1</version>
424                 <configuration>
425                     <failOnError>false</failOnError>
426                     <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
427                     <docletArtifact>
428                         <groupId>org.umlgraph</groupId>
429                         <artifactId>umlgraph</artifactId>
430                         <version>5.6</version>
431                     </docletArtifact>
432                     <useStandardDocletOptions>true</useStandardDocletOptions>
433                 </configuration>
434             </plugin>
435         </plugins>
436     </reporting>
437
438     <build>
439         <pluginManagement>
440             <plugins>
441                 <plugin>
442                     <groupId>org.jacoco</groupId>
443                     <artifactId>jacoco-maven-plugin</artifactId>
444                     <version>${jacoco.version}</version>
445                 </plugin>
446                 <plugin>
447                     <groupId>org.apache.maven.plugins</groupId>
448                     <artifactId>maven-assembly-plugin</artifactId>
449                     <version>${mvn.assembly.version}</version>
450                     <configuration>
451                         <tarLongFileMode>posix</tarLongFileMode>
452                     </configuration>
453                 </plugin>
454
455                 <plugin>
456                     <groupId>org.codehaus.mojo</groupId>
457                     <artifactId>exec-maven-plugin</artifactId>
458                     <version>1.6.0</version>
459                 </plugin>
460                 <plugin>
461                     <groupId>org.sonarsource.scanner.maven</groupId>
462                     <artifactId>sonar-maven-plugin</artifactId>
463                     <version>3.7.0.1746</version>
464                 </plugin>
465                 <plugin>
466                     <groupId>org.apache.maven.plugins</groupId>
467                     <artifactId>maven-clean-plugin</artifactId>
468                     <version>3.1.0</version>
469                 </plugin>
470                 <plugin>
471                     <groupId>ru.yaal.maven</groupId>
472                     <artifactId>write-text-files-maven-plugin</artifactId>
473                     <version>1.1</version>
474                 </plugin>
475                 <plugin>
476                     <groupId>org.codehaus.mojo</groupId>
477                     <artifactId>build-helper-maven-plugin</artifactId>
478                     <version>3.2.0</version>
479                 </plugin>
480                 <plugin>
481                     <groupId>org.apache.maven.plugins</groupId>
482                     <artifactId>maven-deploy-plugin</artifactId>
483                     <version>2.8.2</version>
484                 </plugin>
485                 <plugin>
486                     <groupId>org.apache.maven.plugins</groupId>
487                     <artifactId>maven-shade-plugin</artifactId>
488                     <version>3.1.1</version>
489                 </plugin>
490                 <plugin>
491                     <groupId>org.apache.maven.plugins</groupId>
492                     <artifactId>maven-resources-plugin</artifactId>
493                     <version>3.2.0</version>
494                 </plugin>
495                 <plugin>
496                     <groupId>io.fabric8</groupId>
497                     <artifactId>docker-maven-plugin</artifactId>
498                     <version>0.43.0</version>
499                 </plugin>
500                 <plugin>
501                     <groupId>org.apache.maven.plugins</groupId>
502                     <artifactId>maven-jar-plugin</artifactId>
503                     <version>3.2.0</version>
504                 </plugin>
505                 <plugin>
506                     <groupId>org.apache.maven.plugins</groupId>
507                     <artifactId>maven-war-plugin</artifactId>
508                     <version>3.3.2</version>
509                 </plugin>
510                 <plugin>
511                     <groupId>com.github.eirslett</groupId>
512                     <artifactId>frontend-maven-plugin</artifactId>
513                     <version>1.12.0</version>
514                 </plugin>
515                 <plugin>
516                     <groupId>org.apache.maven.plugins</groupId>
517                     <artifactId>maven-surefire-plugin</artifactId>
518                     <version>${maven-surefire-plugin.version}</version>
519                 </plugin>
520                 <plugin>
521                     <groupId>org.apache.maven.plugins</groupId>
522                     <artifactId>maven-failsafe-plugin</artifactId>
523                     <version>${maven-surefire-plugin.version}</version>
524                 </plugin>
525                 <plugin>
526                     <groupId>org.apache.maven.plugins</groupId>
527                     <artifactId>maven-compiler-plugin</artifactId>
528                     <version>3.8.1</version>
529                 </plugin>
530                 <plugin>
531                     <groupId>com.github.sylvainlaurent.maven</groupId>
532                     <artifactId>yaml-json-validator-maven-plugin</artifactId>
533                     <version>1.0.2</version>
534                 </plugin>
535                 <plugin>
536                     <groupId>pl.project13.maven</groupId>
537                     <artifactId>git-commit-id-plugin</artifactId>
538                     <version>4.0.0</version>
539                 </plugin>
540             </plugins>
541         </pluginManagement>
542
543         <plugins>
544             <plugin>
545                 <artifactId>maven-checkstyle-plugin</artifactId>
546                 <version>2.17</version>
547                 <configuration>
548                     <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
549                     <suppressionsFileExpression>checkstyle.suppressions.file
550                     </suppressionsFileExpression>
551                     <skip>${checkstyle.skip}</skip>
552                 </configuration>
553             </plugin>
554             <!-- plugin for parsing the project version -->
555             <plugin>
556                 <groupId>org.codehaus.mojo</groupId>
557                 <artifactId>build-helper-maven-plugin</artifactId>
558                 <executions>
559                     <execution>
560                         <id>parse-version</id>
561                         <phase>pre-clean</phase>
562                         <goals>
563                             <goal>parse-version</goal>
564                         </goals>
565                     </execution>
566                 </executions>
567             </plugin>
568
569             <!-- Java Code Coverage -->
570             <plugin>
571                 <groupId>org.jacoco</groupId>
572                 <artifactId>jacoco-maven-plugin</artifactId>
573                 <inherited>false</inherited>
574                 <executions>
575                     <execution>
576                         <id>default-instrument</id>
577                         <goals>
578                             <goal>instrument</goal>
579                         </goals>
580                     </execution>
581                     <execution>
582                         <id>default-restore-instrumented-classes</id>
583                         <goals>
584                             <goal>restore-instrumented-classes</goal>
585                         </goals>
586                     </execution>
587                     <execution>
588                         <id>default-report</id>
589                         <goals>
590                             <goal>report</goal>
591                         </goals>
592                         <configuration>
593                             <dataFile>${project.build.directory}/jacoco.exec</dataFile>
594                         </configuration>
595                     </execution>
596                 </executions>
597             </plugin>
598
599             <plugin>
600                 <groupId>org.apache.maven.plugins</groupId>
601                 <artifactId>maven-site-plugin</artifactId>
602                 <version>3.7.1</version>
603                 <dependencies>
604                     <dependency>
605                         <groupId>org.apache.maven.wagon</groupId>
606                         <artifactId>wagon-webdav-jackrabbit</artifactId>
607                         <version>3.0.0</version>
608                     </dependency>
609                 </dependencies>
610             </plugin>
611
612             <plugin>
613                 <groupId>org.apache.maven.plugins</groupId>
614                 <artifactId>maven-compiler-plugin</artifactId>
615                 <configuration>
616                     <source>11</source>
617                     <target>11</target>
618                     <forceJavacCompilerUse>true</forceJavacCompilerUse>
619                 </configuration>
620             </plugin>
621             <plugin>
622                 <groupId>org.apache.maven.plugins</groupId>
623                 <artifactId>maven-surefire-plugin</artifactId>
624                 <dependencies>
625                     <dependency>
626                         <groupId>org.apache.maven.surefire</groupId>
627                         <artifactId>surefire-junit-platform</artifactId>
628                         <version>${maven-surefire-plugin.version}</version>
629                     </dependency>
630                 </dependencies>
631                 <configuration>
632                     <printSummary>false</printSummary>
633                     <systemPropertyVariables>
634                         <jacoco-agent.destfile>${project.build.directory}/jacoco.exec
635                         </jacoco-agent.destfile>
636                     </systemPropertyVariables>
637                     <forkCount>${surefire.forkCount}</forkCount>
638                     <reuseForks>${surefire.reuseForks}</reuseForks>
639                     <parallel>methods</parallel>
640                     <skip>${surefire.skip.tests}</skip>
641                 </configuration>
642             </plugin>
643             <plugin>
644                 <groupId>pl.project13.maven</groupId>
645                 <artifactId>git-commit-id-plugin</artifactId>
646                 <executions>
647                     <execution>
648                         <goals>
649                             <goal>revision</goal>
650                         </goals>
651                     </execution>
652                 </executions>
653                 <configuration>
654                     <generateGitPropertiesFile>true</generateGitPropertiesFile>
655                     <generateGitPropertiesFilename>
656                         ${project.build.outputDirectory}/META-INF/git.properties
657                     </generateGitPropertiesFilename>
658                     <failOnNoGitDirectory>true</failOnNoGitDirectory>
659                     <verbose>false</verbose>
660                     <includeOnlyProperties>
661                         <includeOnlyProperty>git.build.version</includeOnlyProperty>
662                         <includeOnlyProperty>git.build.time</includeOnlyProperty>
663                         <includeOnlyProperty>git.commit.id</includeOnlyProperty>
664                         <includeOnlyProperty>git.commit.time</includeOnlyProperty>
665                         <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
666                         <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
667                         <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
668                         <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
669                     </includeOnlyProperties>
670                     <gitDescribe>
671                         <skip>true</skip>
672                     </gitDescribe>
673                     <useNativeGit>false</useNativeGit>
674                 </configuration>
675             </plugin>
676         </plugins>
677     </build>
678
679     <profiles>
680         <profile>
681             <id>all</id>
682             <activation>
683                 <activeByDefault>true</activeByDefault>
684             </activation>
685             <properties>
686                 <checkstyle.skip>true</checkstyle.skip>
687             </properties>
688             <modules>
689                 <module>onboarding</module>
690                 <module>common-app-logging</module>
691                 <module>common-app-api</module>
692                 <module>common-be</module>
693                 <module>common-be-tests-utils</module>
694                 <module>catalog-dao</module>
695                 <module>catalog-model</module>
696                 <module>catalog-be</module>
697                 <module>catalog-be-plugins</module>
698                 <module>asdctool</module>
699                 <module>catalog-ui</module>
700                 <module>catalog-fe</module>
701                 <module>sdc-os-chef</module>
702                 <module>utils/webseal-simulator</module>
703                 <module>integration-tests</module>
704             </modules>
705         </profile>
706         <profile>
707             <id>all-for-integration-tests-only</id>
708             <properties>
709                 <checkstyle.skip>true</checkstyle.skip>
710                 <surefire.skip.tests>true</surefire.skip.tests>
711             </properties>
712             <modules>
713                 <module>onboarding</module>
714                 <module>common-app-logging</module>
715                 <module>common-app-api</module>
716                 <module>common-be</module>
717                 <module>common-be-tests-utils</module>
718                 <module>catalog-dao</module>
719                 <module>catalog-model</module>
720                 <module>catalog-be</module>
721                 <module>catalog-be-plugins</module>
722                 <module>asdctool</module>
723                 <module>catalog-ui</module>
724                 <module>catalog-fe</module>
725                 <module>sdc-os-chef</module>
726                 <module>utils/webseal-simulator</module>
727                 <module>integration-tests</module>
728             </modules>
729         </profile>
730         <profile>
731             <id>skip-integration-tests</id>
732             <activation>
733                 <property>
734                     <name>skipITs</name>
735                     <value>true</value>
736                 </property>
737             </activation>
738             <properties>
739                 <checkstyle.skip>true</checkstyle.skip>
740                 <maven.antrun.skip>true</maven.antrun.skip>
741                 <swagger.skip>true</swagger.skip>
742             </properties>
743             <modules>
744                 <module>onboarding</module>
745                 <module>common-app-logging</module>
746                 <module>common-app-api</module>
747                 <module>common-be</module>
748                 <module>common-be-tests-utils</module>
749                 <module>catalog-dao</module>
750                 <module>catalog-model</module>
751                 <module>catalog-be</module>
752                 <module>catalog-be-plugins</module>
753                 <module>asdctool</module>
754                 <module>catalog-ui</module>
755                 <module>catalog-fe</module>
756                 <module>sdc-os-chef</module>
757                 <module>utils/webseal-simulator</module>
758             </modules>
759         </profile>
760         <profile>
761             <id>skip-tests</id>
762             <activation>
763                 <property>
764                     <name>skipTests</name>
765                     <value>true</value>
766                 </property>
767             </activation>
768             <properties>
769                 <checkstyle.skip>true</checkstyle.skip>
770                 <maven.antrun.skip>true</maven.antrun.skip>
771                 <swagger.skip>true</swagger.skip>
772             </properties>
773             <modules>
774                 <module>onboarding</module>
775                 <module>common-app-logging</module>
776                 <module>common-app-api</module>
777                 <module>common-be</module>
778                 <module>common-be-tests-utils</module>
779                 <module>catalog-dao</module>
780                 <module>catalog-model</module>
781                 <module>catalog-be</module>
782                 <module>catalog-be-plugins</module>
783                 <module>asdctool</module>
784                 <module>catalog-ui</module>
785                 <module>catalog-fe</module>
786                 <module>sdc-os-chef</module>
787                 <module>utils/webseal-simulator</module>
788             </modules>
789         </profile>
790         <profile>
791             <id>fast-build</id>
792             <activation>
793                 <activeByDefault>false</activeByDefault>
794             </activation>
795             <properties>
796                 <maven.test.skip>true</maven.test.skip>
797                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
798                 <checkstyle.skip>true</checkstyle.skip>
799                 <jacoco.skip>true</jacoco.skip>
800                 <maven.antrun.skip>true</maven.antrun.skip>
801                 <swagger.skip>true</swagger.skip>
802             </properties>
803             <modules>
804                 <module>onboarding</module>
805                 <module>common-app-logging</module>
806                 <module>common-app-api</module>
807                 <module>common-be</module>
808                 <module>common-be-tests-utils</module>
809                 <module>catalog-dao</module>
810                 <module>catalog-model</module>
811                 <module>catalog-be</module>
812                 <module>catalog-be-plugins</module>
813                 <module>asdctool</module>
814                 <module>catalog-ui</module>
815                 <module>catalog-fe</module>
816                 <module>sdc-os-chef</module>
817                 <module>utils/webseal-simulator</module>
818             </modules>
819         </profile>
820         <profile>
821             <id>fast-build-no-ui</id>
822             <activation>
823                 <activeByDefault>false</activeByDefault>
824             </activation>
825             <properties>
826                 <maven.test.skip>true</maven.test.skip>
827                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
828                 <checkstyle.skip>true</checkstyle.skip>
829                 <jacoco.skip>true</jacoco.skip>
830                 <maven.antrun.skip>true</maven.antrun.skip>
831                 <swagger.skip>true</swagger.skip>
832             </properties>
833             <modules>
834                 <module>openecomp-be</module>
835                 <module>common</module>
836                 <module>common-app-logging</module>
837                 <module>common-app-api</module>
838                 <module>common-be</module>
839                 <module>common-be-tests-utils</module>
840                 <module>catalog-dao</module>
841                 <module>catalog-model</module>
842                 <module>catalog-be</module>
843                 <module>catalog-be-plugins</module>
844                 <module>asdctool</module>
845                 <module>sdc-os-chef</module>
846                 <module>utils/webseal-simulator</module>
847             </modules>
848         </profile>
849         <profile>
850             <id>start-sdc</id>
851             <activation>
852                 <activeByDefault>false</activeByDefault>
853             </activation>
854             <properties>
855                 <maven.test.skip>true</maven.test.skip>
856                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
857                 <checkstyle.skip>true</checkstyle.skip>
858                 <jacoco.skip>true</jacoco.skip>
859                 <docker.keepRunning>true</docker.keepRunning>
860                 <swagger.skip>true</swagger.skip>
861             </properties>
862             <modules>
863                 <module>integration-tests</module>
864             </modules>
865         </profile>
866         <profile>
867             <id>stop-sdc</id>
868             <activation>
869                 <activeByDefault>false</activeByDefault>
870             </activation>
871             <properties>
872                 <maven.test.skip>true</maven.test.skip>
873                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
874                 <checkstyle.skip>true</checkstyle.skip>
875                 <jacoco.skip>true</jacoco.skip>
876
877                 <docker.skip.run>true</docker.skip.run>
878                 <maven.antrun.skip>true</maven.antrun.skip>
879                 <swagger.skip>true</swagger.skip>
880             </properties>
881             <modules>
882                 <module>integration-tests</module>
883             </modules>
884         </profile>
885         <profile>
886             <id>run-integration-tests</id>
887             <activation>
888                 <activeByDefault>false</activeByDefault>
889             </activation>
890             <properties>
891                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
892                 <checkstyle.skip>true</checkstyle.skip>
893                 <docker.skip>true</docker.skip>
894                 <maven.antrun.skip>true</maven.antrun.skip>
895                 <swagger.skip>true</swagger.skip>
896             </properties>
897             <modules>
898                 <module>integration-tests</module>
899             </modules>
900         </profile>
901         <profile>
902             <id>run-integration-tests-api</id>
903             <activation>
904                 <activeByDefault>false</activeByDefault>
905             </activation>
906             <properties>
907                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
908                 <checkstyle.skip>true</checkstyle.skip>
909                 <surefire.skip.tests>true</surefire.skip.tests>
910             </properties>
911             <modules>
912                 <module>onboarding</module>
913                 <module>common-app-logging</module>
914                 <module>common-app-api</module>
915                 <module>common-be</module>
916                 <module>common-be-tests-utils</module>
917                 <module>catalog-dao</module>
918                 <module>catalog-model</module>
919                 <module>catalog-be</module>
920                 <module>catalog-be-plugins</module>
921                 <module>asdctool</module>
922                 <module>catalog-ui</module>
923                 <module>catalog-fe</module>
924                 <module>sdc-os-chef</module>
925                 <module>utils/webseal-simulator</module>
926                 <module>integration-tests</module>
927             </modules>
928         </profile>
929         <profile>
930             <id>run-integration-tests-ui</id>
931             <activation>
932                 <activeByDefault>false</activeByDefault>
933             </activation>
934             <properties>
935                 <skipYamlJsonValidator>true</skipYamlJsonValidator>
936                 <checkstyle.skip>true</checkstyle.skip>
937                 <surefire.skip.tests>true</surefire.skip.tests>
938             </properties>
939             <modules>
940                 <module>onboarding</module>
941                 <module>common-app-logging</module>
942                 <module>common-app-api</module>
943                 <module>common-be</module>
944                 <module>common-be-tests-utils</module>
945                 <module>catalog-dao</module>
946                 <module>catalog-model</module>
947                 <module>catalog-be</module>
948                 <module>catalog-be-plugins</module>
949                 <module>asdctool</module>
950                 <module>catalog-ui</module>
951                 <module>catalog-fe</module>
952                 <module>sdc-os-chef</module>
953                 <module>utils/webseal-simulator</module>
954                 <module>integration-tests</module>
955             </modules>
956         </profile>
957     </profiles>
958
959     <repositories>
960         <!-- LF repositories -->
961         <repository>
962             <id>ecomp-releases</id>
963             <name>Release Repository</name>
964             <url>${nexus.proxy}/content/repositories/releases/</url>
965         </repository>
966         <repository>
967             <id>ecomp-snapshots</id>
968             <name>Snapshots Repository</name>
969             <url>${nexus.proxy}/content/repositories/snapshots/</url>
970         </repository>
971         <repository>
972             <id>ecomp-public</id>
973             <name>Public Repository</name>
974             <url>${nexus.proxy}/content/repositories/public/</url>
975         </repository>
976         <!-- LF repositories END-->
977     </repositories>
978
979     <distributionManagement>
980         <repository>
981             <id>ecomp-releases</id>
982             <name>Release Repository</name>
983             <url>${nexus.proxy}/content/repositories/releases/</url>
984         </repository>
985         <site>
986             <id>ecomp-site</id>
987             <url>dav:${nexus.proxy}${sitePath}</url>
988         </site>
989         <snapshotRepository>
990             <id>ecomp-snapshots</id>
991             <name>Snapshot Repository</name>
992             <url>${nexus.proxy}/content/repositories/snapshots/</url>
993         </snapshotRepository>
994     </distributionManagement>
995
996 </project>