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