Fix test coverage drop introduced by #109510
[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.7.0-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>2.0.0</version>
37     <relativePath/>
38   </parent>
39
40   <properties>
41     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42
43     <tosca.datatype.version>${project.version}</tosca.datatype.version>
44
45     <!-- 3rd parties versions -->
46     <bean-matcher.version>0.11</bean-matcher.version>
47     <lang3.version>3.10</lang3.version>
48     <guava.version>18.0</guava.version>
49     <janusgraph.version>0.3.1</janusgraph.version>
50     <spring.version>4.3.18.RELEASE</spring.version>
51     <jersey-bom.version>2.27</jersey-bom.version>
52     <netty.version>4.1.36.Final</netty.version>
53     <servlet-api.version>3.1.0</servlet-api.version>
54     <wire-mock.version>2.26.3</wire-mock.version>
55     <ecomp.version>2.6.0</ecomp.version>
56     <cassandra.unit.version>4.3.1.0</cassandra.unit.version>
57     <cadi.version>2.1.8</cadi.version>
58     <lombok.version>1.18.12</lombok.version>
59     <commons-beanutils>1.9.3</commons-beanutils>
60     <commons-configuration>2.3</commons-configuration>
61     <apache-poi.version>4.1.0</apache-poi.version>
62     <onap.logging.version>1.6.1</onap.logging.version>
63
64     <commons.collections.version>4.1</commons.collections.version>
65     <ws.rs.version>2.1</ws.rs.version>
66
67     <jetty.version>9.4.18.v20190429</jetty.version>
68
69     <!-- JSON and YAML Parsing -->
70     <jackson.version>2.10.0</jackson.version>
71     <jackson-annotations.version>${jackson.version}</jackson-annotations.version>
72     <jackson.mapper.version>1.9.13</jackson.mapper.version>
73     <clearspring.version>2.1.1</clearspring.version>
74     <skipYamlJsonValidator>false</skipYamlJsonValidator>
75
76     <!-- Yaml for properties -->
77     <snakeyaml.version>1.14</snakeyaml.version>
78     <functionaljava.version>4.7</functionaljava.version>
79     <httpclient.version>4.5.3</httpclient.version>
80     <httpcore.version>4.4.1</httpcore.version>
81     <json-simple.version>1.1</json-simple.version>
82
83     <!-- Logging start -->
84     <!-- logback -->
85     <logback.version>1.2.3</logback.version>
86     <slf4j-api.version>1.7.25</slf4j-api.version>
87     <commons-codec>1.10</commons-codec>
88     <commons-logging>1.2</commons-logging>
89     <janino.version>3.0.6</janino.version>
90
91     <!-- aspects -->
92     <jcabi.version>0.20.1</jcabi.version>
93     <aspectjrt.version>1.8.4</aspectjrt.version>
94     <aspectj.version>1.7.4</aspectj.version>
95     <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version>
96
97     <!-- Logging end -->
98     <!-- System Metrics -->
99     <sigar.version>1.6.4</sigar.version>
100
101     <regex.version>3.0.3</regex.version>
102
103     <!--GSON-->
104     <gson.version>2.3.1</gson.version>
105
106     <!--listen to file changes-->
107     <commons-jci-core.version>1.1</commons-jci-core.version>
108
109     <!--TESTING-->
110     <mockito.version>3.3.3</mockito.version>
111     <mockitoJupiter.version>3.3.3</mockitoJupiter.version>
112     <jmockit.version>1.35</jmockit.version>
113     <junit.version>4.12</junit.version>
114     <junit.platform.version>1.6.0</junit.platform.version>
115     <junitJupiter.version>5.6.0</junitJupiter.version>
116     <assertj.version>3.16.0</assertj.version>
117     <testng.version>6.14.3</testng.version>
118     <cucumber.version>5.6.0</cucumber.version>
119     <bean-matchers.version>0.11</bean-matchers.version>
120     <hamcrest.version>2.1</hamcrest.version>
121     <hamcrest-all.version>1.3</hamcrest-all.version>
122     <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
123     <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
124
125     <!-- parser-->
126     <sdc-tosca-parser.version>1.6.5</sdc-tosca-parser.version>
127
128     <!-- sonar -->
129     <sonar.projectVersion>${project.version}</sonar.projectVersion>
130     <sonar.nodejs.executable>${project.basedir}/node/node</sonar.nodejs.executable>
131     <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports
132     </sonar.surefire.reportsPath>
133     <sonar.javascript.lcov.reportPaths>${project.build.directory}/code-coverage/lcov.info
134     </sonar.javascript.lcov.reportPaths>
135     <sonar.coverage.jacoco.xmlReportPaths>
136       ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
137     </sonar.coverage.jacoco.xmlReportPaths>
138     <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
139     <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
140     <sonar.coverage.exclusions>pom.xml,src/test</sonar.coverage.exclusions>
141     <!--cassandra -->
142     <cassandra.driver.version>3.8.0</cassandra.driver.version>
143     <!-- maven central (Nexus) -->
144     <nexus.id.release>nexus</nexus.id.release>
145     <nexus.id.snapshot>nexus</nexus.id.snapshot>
146
147     <!--nexus-->
148     <npm.registry>https://nexus3.onap.org/repository/npm.public/</npm.registry>
149     <nexus.proxy>https://nexus.onap.org</nexus.proxy>
150     <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
151     <staging.profile.id>176c31dfe190a</staging.profile.id>
152     <!--maven-->
153     <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
154     <!--docker tags-->
155     <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
156     <!--togglz version-->
157     <togglz.version>2.4.1.Final</togglz.version>
158
159     <joda.time.version>2.9.9</joda.time.version>
160
161     <!--sdc-security-utils-->
162     <security.util.lib.version>1.6.0</security.util.lib.version>
163     <!--jacoco-->
164     <jacoco.version>0.8.5</jacoco.version>
165
166     <java.driver.core.version>4.5.1</java.driver.core.version>
167
168   </properties>
169
170
171   <dependencyManagement>
172     <dependencies>
173       <dependency>
174         <groupId>com.google.guava</groupId>
175         <artifactId>guava</artifactId>
176         <version>${guava.version}</version>
177       </dependency>
178
179       <dependency>
180         <groupId>org.glassfish.jersey.ext</groupId>
181         <artifactId>jersey-bean-validation</artifactId>
182         <version>${jersey-bom.version}</version>
183       </dependency>
184
185       <dependency>
186         <groupId>org.glassfish.hk2.external</groupId>
187         <artifactId>asm-all-repackaged</artifactId>
188         <version>2.4.0</version>
189       </dependency>
190
191       <dependency>
192         <groupId>org.assertj</groupId>
193         <artifactId>assertj-core</artifactId>
194         <version>${assertj.version}</version>
195       </dependency>
196
197       <dependency>
198         <groupId>org.jmockit</groupId>
199         <artifactId>jmockit</artifactId>
200         <version>${jmockit.version}</version>
201       </dependency>
202
203       <dependency>
204         <groupId>com.github.tomakehurst</groupId>
205         <artifactId>wiremock-standalone</artifactId>
206         <version>${wire-mock.version}</version>
207       </dependency>
208
209       <dependency>
210         <groupId>io.cucumber</groupId>
211         <artifactId>cucumber-java</artifactId>
212         <version>${cucumber.version}</version>
213       </dependency>
214
215       <dependency>
216         <groupId>io.cucumber</groupId>
217         <artifactId>cucumber-junit</artifactId>
218         <version>${cucumber.version}</version>
219       </dependency>
220
221       <dependency>
222         <groupId>org.apache.commons</groupId>
223         <artifactId>commons-lang3</artifactId>
224         <version>${lang3.version}</version>
225       </dependency>
226       <dependency>
227         <groupId>org.codehaus.groovy</groupId>
228         <artifactId>groovy</artifactId>
229         <version>2.4.13</version>
230       </dependency>
231       <dependency>
232         <groupId>io.netty</groupId>
233         <artifactId>netty-all</artifactId>
234         <version>${netty.version}</version>
235       </dependency>
236       <dependency>
237         <groupId>io.netty</groupId>
238         <artifactId>netty-handler</artifactId>
239         <version>${netty.version}</version>
240       </dependency>
241     </dependencies>
242   </dependencyManagement>
243
244   <dependencies>
245     <dependency>
246       <!-- must be on the classpath -->
247       <groupId>org.jacoco</groupId>
248       <artifactId>org.jacoco.agent</artifactId>
249       <classifier>runtime</classifier>
250       <version>${jacoco.version}</version>
251       <scope>test</scope>
252     </dependency>
253     <!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API -->
254     <dependency>
255       <groupId>org.junit.jupiter</groupId>
256       <artifactId>junit-jupiter-engine</artifactId>
257       <version>${junitJupiter.version}</version>
258       <scope>test</scope>
259     </dependency>
260     <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API  -->
261     <dependency>
262       <groupId>org.junit.vintage</groupId>
263       <artifactId>junit-vintage-engine</artifactId>
264       <version>${junitJupiter.version}</version>
265       <scope>test</scope>
266     </dependency>
267
268     <dependency>
269       <groupId>org.mockito</groupId>
270       <artifactId>mockito-core</artifactId>
271       <version>${mockito.version}</version>
272       <scope>test</scope>
273     </dependency>
274   </dependencies>
275
276   <reporting>
277     <plugins>
278       <plugin>
279         <groupId>org.apache.maven.plugins</groupId>
280         <artifactId>maven-javadoc-plugin</artifactId>
281         <version>3.0.1</version>
282         <configuration>
283           <failOnError>false</failOnError>
284           <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
285           <docletArtifact>
286             <groupId>org.umlgraph</groupId>
287             <artifactId>umlgraph</artifactId>
288             <version>5.6</version>
289           </docletArtifact>
290           <useStandardDocletOptions>true</useStandardDocletOptions>
291         </configuration>
292       </plugin>
293     </plugins>
294   </reporting>
295
296   <build>
297     <pluginManagement>
298       <plugins>
299         <plugin>
300           <groupId>org.jacoco</groupId>
301           <artifactId>jacoco-maven-plugin</artifactId>
302           <version>${jacoco.version}</version>
303         </plugin>
304         <plugin>
305           <groupId>org.apache.maven.plugins</groupId>
306           <artifactId>maven-assembly-plugin</artifactId>
307           <version>3.1.0</version>
308           <configuration>
309             <tarLongFileMode>posix</tarLongFileMode>
310           </configuration>
311         </plugin>
312
313         <plugin>
314           <groupId>org.codehaus.mojo</groupId>
315           <artifactId>exec-maven-plugin</artifactId>
316           <version>1.6.0</version>
317         </plugin>
318         <plugin>
319           <groupId>org.sonarsource.scanner.maven</groupId>
320           <artifactId>sonar-maven-plugin</artifactId>
321           <version>3.7.0.1746</version>
322         </plugin>
323         <plugin>
324           <groupId>org.apache.maven.plugins</groupId>
325           <artifactId>maven-clean-plugin</artifactId>
326           <version>3.1.0</version>
327         </plugin>
328         <plugin>
329           <groupId>ru.yaal.maven</groupId>
330           <artifactId>write-text-files-maven-plugin</artifactId>
331           <version>1.1</version>
332         </plugin>
333         <plugin>
334           <groupId>org.codehaus.gmaven</groupId>
335           <artifactId>gmaven-plugin</artifactId>
336           <version>1.5</version>
337         </plugin>
338         <plugin>
339           <groupId>org.codehaus.mojo</groupId>
340           <artifactId>build-helper-maven-plugin</artifactId>
341           <version>3.0.0</version>
342         </plugin>
343         <plugin>
344           <groupId>org.apache.maven.plugins</groupId>
345           <artifactId>maven-deploy-plugin</artifactId>
346           <version>2.8.2</version>
347         </plugin>
348         <plugin>
349           <groupId>org.apache.maven.plugins</groupId>
350           <artifactId>maven-shade-plugin</artifactId>
351           <version>3.1.1</version>
352         </plugin>
353         <plugin>
354           <groupId>org.apache.maven.plugins</groupId>
355           <artifactId>maven-resources-plugin</artifactId>
356           <version>3.1.0</version>
357         </plugin>
358         <plugin>
359           <groupId>io.fabric8</groupId>
360           <artifactId>docker-maven-plugin</artifactId>
361           <version>0.26.0</version>
362         </plugin>
363         <plugin>
364           <groupId>org.apache.maven.plugins</groupId>
365           <artifactId>maven-war-plugin</artifactId>
366           <version>3.2.2</version>
367         </plugin>
368         <plugin>
369           <groupId>com.github.eirslett</groupId>
370           <artifactId>frontend-maven-plugin</artifactId>
371           <version>1.8.0</version>
372         </plugin>
373         <plugin>
374           <groupId>org.apache.maven.plugins</groupId>
375           <artifactId>maven-surefire-plugin</artifactId>
376           <version>${maven-surefire-plugin.version}</version>
377         </plugin>
378         <plugin>
379           <groupId>org.apache.maven.plugins</groupId>
380           <artifactId>maven-failsafe-plugin</artifactId>
381           <version>${maven-surefire-plugin.version}</version>
382         </plugin>
383         <plugin>
384           <groupId>org.apache.maven.plugins</groupId>
385           <artifactId>maven-compiler-plugin</artifactId>
386           <version>3.8.0</version>
387         </plugin>
388         <plugin>
389           <groupId>com.github.sylvainlaurent.maven</groupId>
390           <artifactId>yaml-json-validator-maven-plugin</artifactId>
391           <version>1.0.2</version>
392         </plugin>
393         <plugin>
394           <groupId>pl.project13.maven</groupId>
395           <artifactId>git-commit-id-plugin</artifactId>
396           <version>4.0.0</version>
397         </plugin>
398       </plugins>
399     </pluginManagement>
400
401     <plugins>
402       <plugin>
403         <artifactId>maven-checkstyle-plugin</artifactId>
404         <version>2.17</version>
405         <configuration>
406           <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
407           <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
408           <skip>${checkstyle.skip}</skip>
409         </configuration>
410       </plugin>
411       <!-- plugin for parsing the project version -->
412       <plugin>
413         <groupId>org.codehaus.mojo</groupId>
414         <artifactId>build-helper-maven-plugin</artifactId>
415         <executions>
416           <execution>
417             <id>parse-version</id>
418             <phase>pre-clean</phase>
419             <goals>
420               <goal>parse-version</goal>
421             </goals>
422           </execution>
423         </executions>
424       </plugin>
425
426       <!-- Java Code Coverage -->
427       <plugin>
428         <groupId>org.jacoco</groupId>
429         <artifactId>jacoco-maven-plugin</artifactId>
430         <inherited>false</inherited>
431         <executions>
432           <execution>
433             <id>default-instrument</id>
434             <goals>
435               <goal>instrument</goal>
436             </goals>
437           </execution>
438           <execution>
439             <id>default-restore-instrumented-classes</id>
440             <goals>
441               <goal>restore-instrumented-classes</goal>
442             </goals>
443           </execution>
444           <execution>
445             <id>default-report</id>
446             <goals>
447               <goal>report</goal>
448             </goals>
449             <configuration>
450               <dataFile>${project.build.directory}/jacoco.exec</dataFile>
451             </configuration>
452           </execution>
453         </executions>
454       </plugin>
455
456       <plugin>
457         <groupId>org.apache.maven.plugins</groupId>
458         <artifactId>maven-site-plugin</artifactId>
459         <version>3.7.1</version>
460         <dependencies>
461           <dependency>
462             <groupId>org.apache.maven.wagon</groupId>
463             <artifactId>wagon-webdav-jackrabbit</artifactId>
464             <version>3.0.0</version>
465           </dependency>
466         </dependencies>
467       </plugin>
468
469       <!-- Set the deployment repositories properties. -->
470       <plugin>
471         <groupId>org.codehaus.gmaven</groupId>
472         <artifactId>gmaven-plugin</artifactId>
473         <executions>
474           <execution>
475             <inherited>false</inherited>
476             <phase>integration-test</phase>
477             <goals>
478               <goal>execute</goal>
479             </goals>
480             <configuration>
481               <source>
482                 pom.properties['deploy.url'] =
483                   pom.version.contains('-SNAPSHOT') ?
484                     project.distributionManagement.snapshotRepository.url :
485                     project.distributionManagement.repository.url;
486                 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
487                   project.distributionManagement.snapshotRepository.id :
488                   project.distributionManagement.repository.id;
489               </source>
490             </configuration>
491           </execution>
492         </executions>
493       </plugin>
494       <plugin>
495         <groupId>org.apache.maven.plugins</groupId>
496         <artifactId>maven-compiler-plugin</artifactId>
497         <configuration>
498           <source>1.8</source>
499           <target>1.8</target>
500         </configuration>
501       </plugin>
502       <plugin>
503         <groupId>org.apache.maven.plugins</groupId>
504         <artifactId>maven-surefire-plugin</artifactId>
505         <dependencies>
506           <dependency>
507             <groupId>org.apache.maven.surefire</groupId>
508             <artifactId>surefire-junit-platform</artifactId>
509             <version>${maven-surefire-plugin.version}</version>
510           </dependency>
511         </dependencies>
512         <configuration>
513           <printSummary>false</printSummary>
514           <systemPropertyVariables>
515             <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile>
516           </systemPropertyVariables>
517         </configuration>
518       </plugin>
519       <plugin>
520         <groupId>pl.project13.maven</groupId>
521         <artifactId>git-commit-id-plugin</artifactId>
522         <executions>
523           <execution>
524             <goals>
525               <goal>revision</goal>
526             </goals>
527           </execution>
528         </executions>
529         <configuration>
530           <generateGitPropertiesFile>true</generateGitPropertiesFile>
531           <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties
532           </generateGitPropertiesFilename>
533           <failOnNoGitDirectory>true</failOnNoGitDirectory>
534           <verbose>false</verbose>
535           <includeOnlyProperties>
536             <includeOnlyProperty>git.build.version</includeOnlyProperty>
537             <includeOnlyProperty>git.build.time</includeOnlyProperty>
538             <includeOnlyProperty>git.commit.id</includeOnlyProperty>
539             <includeOnlyProperty>git.commit.time</includeOnlyProperty>
540             <includeOnlyProperty>git.commit.user.name</includeOnlyProperty>
541             <includeOnlyProperty>git.commit.user.email</includeOnlyProperty>
542             <includeOnlyProperty>git.commit.message.short</includeOnlyProperty>
543             <includeOnlyProperty>git.commit.message.full</includeOnlyProperty>
544           </includeOnlyProperties>
545           <gitDescribe>
546             <skip>true</skip>
547           </gitDescribe>
548           <useNativeGit>false</useNativeGit>
549         </configuration>
550       </plugin>
551     </plugins>
552   </build>
553
554   <profiles>
555     <profile>
556       <id>all</id>
557       <activation>
558         <activeByDefault>true</activeByDefault>
559       </activation>
560       <modules>
561         <module>onboarding</module>
562         <module>common-app-logging</module>
563         <module>common-app-api</module>
564         <module>common-be</module>
565         <module>catalog-dao</module>
566         <module>catalog-model</module>
567         <module>catalog-be</module>
568         <module>asdctool</module>
569         <module>catalog-ui</module>
570         <module>catalog-fe</module>
571         <module>test-apis-ci</module>
572         <module>ui-ci</module>
573         <module>sdc-os-chef</module>
574         <module>utils/webseal-simulator</module>
575       </modules>
576
577     </profile>
578
579     <profile>
580       <id>catalog</id>
581       <activation>
582         <activeByDefault>false</activeByDefault>
583       </activation>
584       <modules>
585         <module>common-app-logging</module>
586         <module>common-app-api</module>
587         <module>common-be</module>
588         <module>catalog-dao</module>
589         <module>catalog-model</module>
590         <module>catalog-be</module>
591         <module>asdctool</module>
592         <module>catalog-ui</module>
593         <module>catalog-fe</module>
594         <module>test-apis-ci</module>
595         <module>ui-ci</module>
596       </modules>
597     </profile>
598
599     <profile>
600       <id>catalog-be</id>
601       <activation>
602         <activeByDefault>false</activeByDefault>
603       </activation>
604       <modules>
605         <module>common-app-logging</module>
606         <module>common-app-api</module>
607         <module>common-be</module>
608         <module>catalog-dao</module>
609         <module>catalog-model</module>
610         <module>catalog-be</module>
611       </modules>
612     </profile>
613
614     <profile>
615       <id>onboarding</id>
616       <activation>
617         <activeByDefault>false</activeByDefault>
618       </activation>
619       <modules>
620         <module>onboarding</module>
621       </modules>
622     </profile>
623     <profile>
624       <id>fast-build</id>
625       <activation>
626         <activeByDefault>false</activeByDefault>
627       </activation>
628       <properties>
629         <maven.test.skip>true</maven.test.skip>
630         <skipYamlJsonValidator>true</skipYamlJsonValidator>
631         <checkstyle.skip>true</checkstyle.skip>
632         <jacoco.skip>true</jacoco.skip>
633       </properties>
634       <modules>
635         <module>ui-ci</module>
636         <module>asdctool</module>
637         <module>common-be</module>
638         <module>onboarding</module>
639         <module>catalog-be</module>
640         <module>catalog-ui</module>
641         <module>catalog-fe</module>
642         <module>catalog-dao</module>
643         <module>sdc-os-chef</module>
644         <module>test-apis-ci</module>
645         <module>catalog-model</module>
646         <module>common-app-api</module>
647         <module>common-app-logging</module>
648       </modules>
649     </profile>
650
651   </profiles>
652
653   <repositories>
654     <!-- LF repositories -->
655     <repository>
656       <id>ecomp-releases</id>
657       <name>Release Repository</name>
658       <url>${nexus.proxy}/content/repositories/releases/</url>
659     </repository>
660     <repository>
661       <id>ecomp-snapshots</id>
662       <name>Snapshots Repository</name>
663       <url>${nexus.proxy}/content/repositories/snapshots/</url>
664     </repository>
665     <repository>
666       <id>ecomp-public</id>
667       <name>Public Repository</name>
668       <url>${nexus.proxy}/content/repositories/public/</url>
669     </repository>
670     <!-- LF repositories END-->
671   </repositories>
672
673   <distributionManagement>
674     <repository>
675       <id>ecomp-releases</id>
676       <name>Release Repository</name>
677       <url>${nexus.proxy}/content/repositories/releases/</url>
678     </repository>
679     <snapshotRepository>
680       <id>ecomp-snapshots</id>
681       <name>Snapshot Repository</name>
682       <url>${nexus.proxy}/content/repositories/snapshots/</url>
683     </snapshotRepository>
684     <site>
685       <id>ecomp-site</id>
686       <url>dav:${nexus.proxy}${sitePath}</url>
687     </site>
688   </distributionManagement>
689 </project>
690