blob: c9851ba36ad2fa597fff7fc49b5f6cf5f9aca19c [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5 <groupId>org.openecomp.sdc</groupId>
6 <artifactId>sdc-main</artifactId>
Michael Lando0ad3c802017-09-19 16:32:59 +03007 <version>1.2.0-SNAPSHOT</version>
Michael Lando451a3402017-02-19 10:28:42 +02008 <packaging>pom</packaging>
Jessica Wagantalla38bdc62017-09-08 12:29:32 -07009 <name>sdc</name>
Michael Lando451a3402017-02-19 10:28:42 +020010 <properties>
11
Tal Gitelman51d50f02017-12-10 18:55:03 +020012 <maven.compiler.source>1.8</maven.compiler.source>
13 <maven.compiler.target>1.8</maven.compiler.target>
14
Michael Lando451a3402017-02-19 10:28:42 +020015 <!-- ==================== -->
16 <!-- Generic properties -->
17 <!-- ==================== -->
Michael Lando9db40522017-07-22 17:10:02 +030018 <build.type>-SNAPSHOT</build.type>
Michael Lando451a3402017-02-19 10:28:42 +020019 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Michael Lando75aacbb2017-07-17 21:12:03 +030020 <sprint.number>74</sprint.number>
Michael Lando451a3402017-02-19 10:28:42 +020021
22 <!-- 3rd parties versions -->
23 <lang3.version>3.3.2</lang3.version>
24 <guava.version>18.0</guava.version>
25 <titan.version>1.0.0</titan.version>
26 <spring-boot.version>1.1.6.RELEASE</spring-boot.version>
Michael Landoa5445102018-03-04 14:53:33 +020027 <spring.version>4.3.13.RELEASE</spring.version>
Michael Lando451a3402017-02-19 10:28:42 +020028 <spring.security.version>3.2.3.RELEASE</spring.security.version>
29 <spring.ldap.version>2.0.1.RELEASE</spring.ldap.version>
Michael Landoa5445102018-03-04 14:53:33 +020030 <jersey-bom.version>2.26</jersey-bom.version>
AviZi280f8012017-06-09 02:39:56 +030031 <servlet-api.version>2.5</servlet-api.version>
Michael Landoa5445102018-03-04 14:53:33 +020032 <wire-mock.version>2.11.0</wire-mock.version>
AviZi280f8012017-06-09 02:39:56 +030033
Yuli Shlosberg9dde9262017-09-12 14:11:48 +030034 <artifact-generator-api.version>${project.version}</artifact-generator-api.version>
35 <artifact-generator-core.version>${project.version}</artifact-generator-core.version>
Avi Ziv11c43842017-07-16 15:21:15 +030036 <ecomp.version>1.1.0</ecomp.version>
Yuli Shlosberg9dde9262017-09-12 14:11:48 +030037 <dox-common-lib.version>${project.version}</dox-common-lib.version>
Michael Lando451a3402017-02-19 10:28:42 +020038
Michael Lando451a3402017-02-19 10:28:42 +020039 <!-- Elastic Search mapper (reference the elastic search version actually). -->
Michael Landoa5445102018-03-04 14:53:33 +020040 <elastic-search.version>2.4.0</elastic-search.version>
41 <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version>
42 <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version>
Michael Lando451a3402017-02-19 10:28:42 +020043 <jetty.version>9.2.10.v20150310</jetty.version>
44
45 <!-- JSON and YAML Parsing -->
Michael Landoa5445102018-03-04 14:53:33 +020046 <jackson.version>2.8.4</jackson.version>
Michael Landob3d48982017-06-11 14:22:02 +030047 <jackson.yaml.version>2.8.1</jackson.yaml.version>
Michael Landoa5445102018-03-04 14:53:33 +020048 <jackson.annotations.version>2.8.4</jackson.annotations.version>
Michael Lando451a3402017-02-19 10:28:42 +020049
50 <!-- Yaml for properties -->
AviZi280f8012017-06-09 02:39:56 +030051 <snakeyaml.version>1.14</snakeyaml.version>
52 <functionaljava.version>4.4</functionaljava.version>
Michael Lando451a3402017-02-19 10:28:42 +020053 <httpclient.version>4.4.1</httpclient.version>
54 <httpcore.version>4.4.1</httpcore.version>
55 <json-simple.version>1.1</json-simple.version>
AviZi280f8012017-06-09 02:39:56 +030056
Michael Lando451a3402017-02-19 10:28:42 +020057
58 <!-- Logging start -->
59 <!-- logback -->
AviZi280f8012017-06-09 02:39:56 +030060 <logback.version>1.1.2</logback.version>
61 <slf4j-api.version>1.7.10</slf4j-api.version>
62 <commons-codec>1.10</commons-codec>
63 <commons-logging>1.2</commons-logging>
Michael Lando451a3402017-02-19 10:28:42 +020064 <groovy.version>2.3.5</groovy.version>
65 <janino.version>3.0.6</janino.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030066
Michael Lando451a3402017-02-19 10:28:42 +020067 <!-- aspects -->
68 <jcabi.version>0.20.1</jcabi.version>
69 <aspectjrt.version>1.8.4</aspectjrt.version>
AviZi280f8012017-06-09 02:39:56 +030070 <aspectj.version>1.7.4</aspectj.version>
Michael Lando451a3402017-02-19 10:28:42 +020071 <jcabi.plugin.version>0.13.2</jcabi.plugin.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030072
Michael Lando451a3402017-02-19 10:28:42 +020073 <!-- Logging end -->
74 <!-- System Metrics -->
75 <sigar.version>1.6.4</sigar.version>
76
AviZi280f8012017-06-09 02:39:56 +030077 <regex.version>3.0.3</regex.version>
Michael Lando451a3402017-02-19 10:28:42 +020078
AviZi280f8012017-06-09 02:39:56 +030079 <!--GSON-->
80 <gson.version>2.3.1</gson.version>
81
82 <!--listen to file changes-->
83 <commons-jci-core.version>1.1</commons-jci-core.version>
84
85 <!--TESTING-->
Tal Gitelman51d50f02017-12-10 18:55:03 +020086 <mockito.version>2.12.0</mockito.version>
AviZi280f8012017-06-09 02:39:56 +030087 <junit.version>4.12</junit.version>
Michael Landoa5445102018-03-04 14:53:33 +020088 <assertj.version>3.8.0</assertj.version>
AviZi280f8012017-06-09 02:39:56 +030089 <testng.version>6.9.10</testng.version>
90 <extentreports.version>3.0.3</extentreports.version>
Michael Landoa5445102018-03-04 14:53:33 +020091 <cucumber.version>2.3.1</cucumber.version>
92
Tal Gitelmaned7e1c32017-06-29 19:30:00 +030093 <!-- parser-->
priyanshue812c4f2018-03-05 15:00:10 +053094 <sdc-tosca-parser.version>1.2.3-SNAPSHOT</sdc-tosca-parser.version>
Michael Landoa5445102018-03-04 14:53:33 +020095
Michael Lando451a3402017-02-19 10:28:42 +020096 <!--JaCoCO -->
97 <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
Michael Landoa5445102018-03-04 14:53:33 +020098 <sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPath>
99 <sonar.jacoco.itReportPath>${project.basedir}/../target/it-jacoco.exec</sonar.jacoco.itReportPath>
AviZi280f8012017-06-09 02:39:56 +0300100 <sonar.language>java</sonar.language>
Michael Lando451a3402017-02-19 10:28:42 +0200101 <!-- Sonar properties -->
Michael Lando451a3402017-02-19 10:28:42 +0200102 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
Michael Lando451a3402017-02-19 10:28:42 +0200103 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
Michael Landoe2598f02017-10-18 02:01:08 +0300104 <sonar.branch>${project.version}</sonar.branch>
ml636rd0214c72017-02-22 11:36:55 +0200105
Tal Gitelman51d50f02017-12-10 18:55:03 +0200106 <!--cassandra -->
107 <cassandra.driver.version>3.0.0</cassandra.driver.version>
108 <!-- maven central (Nexus) -->
109 <nexus.id.release>nexus</nexus.id.release>
110 <nexus.id.snapshot>nexus</nexus.id.snapshot>
111
ml636rd0214c72017-02-22 11:36:55 +0200112 <!--nexus-->
Andrew Grimberge636a202017-03-29 13:11:14 -0700113 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
ig6133a16ca442017-04-05 16:10:49 +0300114 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
ml636rd0214c72017-02-22 11:36:55 +0200115 <staging.profile.id>176c31dfe190a</staging.profile.id>
Michael Lando5e3ea6a2017-03-15 22:15:17 +0200116 <!--maven-->
117 <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
Michael Landoa5445102018-03-04 14:53:33 +0200118 <!--io.fabric8-->
119 <fabric8.version>0.23.0</fabric8.version>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200120 <!--docker tags-->
121 <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
122 <docker.latest.tag>${project.version}-latest</docker.latest.tag>
123
Michael Lando451a3402017-02-19 10:28:42 +0200124 </properties>
125
Michael Landoa5445102018-03-04 14:53:33 +0200126 <dependencyManagement>
127 <dependencies>
128 <dependency>
129 <groupId>org.glassfish.jersey.ext</groupId>
130 <artifactId>jersey-bean-validation</artifactId>
131 <version>${jersey-bom.version}</version>
132 </dependency>
133
134 <dependency>
135 <groupId>org.glassfish.hk2.external</groupId>
136 <artifactId>asm-all-repackaged</artifactId>
137 <version>2.4.0</version>
138 </dependency>
139
140 <dependency>
141 <groupId>org.assertj</groupId>
142 <artifactId>assertj-core</artifactId>
143 <version>${assertj.version}</version>
144 </dependency>
145
146 <dependency>
147 <groupId>org.mockito</groupId>
148 <artifactId>mockito-core</artifactId>
149 <version>${mockito.version}</version>
150 </dependency>
151
152 <dependency>
153 <groupId>com.github.tomakehurst</groupId>
154 <artifactId>wiremock</artifactId>
155 <version>${wire-mock.version}</version>
156 </dependency>
157
158 <dependency>
159 <groupId>io.cucumber</groupId>
160 <artifactId>cucumber-java</artifactId>
161 <version>${cucumber.version}</version>
162 </dependency>
163
164 <dependency>
165 <groupId>io.cucumber</groupId>
166 <artifactId>cucumber-junit</artifactId>
167 <version>${cucumber.version}</version>
168 </dependency>
169 </dependencies>
170 </dependencyManagement>
171
Michael Lando451a3402017-02-19 10:28:42 +0200172 <reporting>
173 <plugins>
174 <plugin>
175 <groupId>org.apache.maven.plugins</groupId>
176 <artifactId>maven-javadoc-plugin</artifactId>
vempofcfaa3e2017-10-10 15:50:37 +0000177 <version>3.0.0-M1</version>
Michael Lando451a3402017-02-19 10:28:42 +0200178 <configuration>
179 <failOnError>false</failOnError>
180 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
181 <docletArtifact>
182 <groupId>org.umlgraph</groupId>
183 <artifactId>umlgraph</artifactId>
184 <version>5.6</version>
185 </docletArtifact>
186 <additionalparam>-views</additionalparam>
187 <useStandardDocletOptions>true</useStandardDocletOptions>
188 </configuration>
189 </plugin>
190 </plugins>
191 </reporting>
192
Michael Lando451a3402017-02-19 10:28:42 +0200193 <build>
194 <pluginManagement>
195 <plugins>
196
197 <plugin>
198 <groupId>org.apache.maven.plugins</groupId>
199 <artifactId>maven-site-plugin</artifactId>
200 <version>3.4</version>
201 <dependencies>
202 <dependency>
203 <groupId>org.apache.maven.wagon</groupId>
204 <artifactId>wagon-webdav-jackrabbit</artifactId>
205 <version>2.10</version>
206 </dependency>
207 </dependencies>
208 </plugin>
209
210
211 <plugin>
212 <groupId>org.apache.maven.plugins</groupId>
213 <artifactId>maven-assembly-plugin</artifactId>
214 <version>2.6</version>
215 </plugin>
216
217 <plugin>
218 <groupId>org.codehaus.mojo</groupId>
219 <artifactId>exec-maven-plugin</artifactId>
220 <version>1.4.0</version>
221 </plugin>
222 <plugin>
223 <groupId>org.sonarsource.scanner.maven</groupId>
224 <artifactId>sonar-maven-plugin</artifactId>
225 <version>3.0.2</version>
226 </plugin>
227 </plugins>
228 </pluginManagement>
229
230 <plugins>
Michael Lando546f7cf2017-09-23 00:05:17 +0300231
232 <!-- Staging Plugin -->
233 <plugin>
234 <groupId>org.sonatype.plugins</groupId>
235 <artifactId>nexus-staging-maven-plugin</artifactId>
236 <version>1.6.7</version>
237 <extensions>true</extensions>
238 <configuration>
239 <nexusUrl>${nexus.proxy}</nexusUrl>
240 <stagingProfileId>${staging.profile.id}</stagingProfileId>
241 <serverId>ecomp-staging</serverId>
242 </configuration>
243 </plugin>
244
Michael Lando451a3402017-02-19 10:28:42 +0200245 <plugin>
246 <artifactId>maven-surefire-plugin</artifactId>
247 <version>2.19.1</version>
248 <configuration>
249 <systemPropertyVariables>
250 <logback.configurationFile>src/test/resources/logback-test.xml</logback.configurationFile>
251 </systemPropertyVariables>
252 </configuration>
253 </plugin>
AviZi280f8012017-06-09 02:39:56 +0300254 <!-- plugin for parsing the project version -->
255 <plugin>
256 <groupId>org.codehaus.mojo</groupId>
257 <artifactId>build-helper-maven-plugin</artifactId>
258 <version>1.8</version>
259 <executions>
260 <execution>
261 <id>parse-version</id>
262 <goals>
263 <goal>parse-version</goal>
264 </goals>
265 </execution>
266 </executions>
267 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200268
Michael Lando451a3402017-02-19 10:28:42 +0200269 <!-- Java Code Coverage -->
Michael Lando451a3402017-02-19 10:28:42 +0200270 <plugin>
271 <groupId>org.jacoco</groupId>
272 <artifactId>jacoco-maven-plugin</artifactId>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200273 <version>0.7.9</version>
274 <configuration>
275 <append>true</append>
276 <destFile>${sonar.jacoco.reportPath}</destFile>
277 <dataFile>${sonar.jacoco.reportPath}</dataFile>
278 </configuration>
Michael Lando451a3402017-02-19 10:28:42 +0200279 <executions>
Michael Lando451a3402017-02-19 10:28:42 +0200280 <execution>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200281 <id>default-prepare-agent</id>
Michael Lando451a3402017-02-19 10:28:42 +0200282 <goals>
283 <goal>prepare-agent</goal>
284 </goals>
Michael Lando451a3402017-02-19 10:28:42 +0200285 </execution>
Michael Lando451a3402017-02-19 10:28:42 +0200286 <execution>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200287 <id>default-report</id>
Michael Lando451a3402017-02-19 10:28:42 +0200288 <goals>
289 <goal>report</goal>
290 </goals>
Michael Lando451a3402017-02-19 10:28:42 +0200291 </execution>
292 </executions>
293 </plugin>
Idan Amit86e98e72017-10-03 14:29:28 +0300294
295 <plugin>
296 <groupId>org.apache.maven.plugins</groupId>
297 <artifactId>maven-site-plugin</artifactId>
Idan Amit86e98e72017-10-03 14:29:28 +0300298 <dependencies>
299 <dependency>
300 <groupId>org.apache.maven.wagon</groupId>
301 <artifactId>wagon-webdav-jackrabbit</artifactId>
302 <version>2.10</version>
303 </dependency>
304 </dependencies>
305 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200306
Michael Lando451a3402017-02-19 10:28:42 +0200307 <!-- Set the deployment repositories properties. -->
Michael Lando451a3402017-02-19 10:28:42 +0200308 <plugin>
309 <groupId>org.codehaus.gmaven</groupId>
310 <artifactId>gmaven-plugin</artifactId>
311 <version>1.4</version>
312 <executions>
313 <execution>
314 <inherited>false</inherited>
315 <phase>integration-test</phase>
316 <goals>
317 <goal>execute</goal>
318 </goals>
319 <configuration>
320 <source>
321 pom.properties['deploy.url']=
322 pom.version.contains('-SNAPSHOT') ?
323 project.distributionManagement.snapshotRepository.url :
324 project.distributionManagement.repository.url;
325 pom.properties['repo.id']= pom.version.contains('-SNAPSHOT') ?
326 project.distributionManagement.snapshotRepository.id :
327 project.distributionManagement.repository.id;
328 </source>
329 </configuration>
330 </execution>
331 </executions>
332 </plugin>
Michael Landoa5445102018-03-04 14:53:33 +0200333
334 <!-- license plugin -->
335 <plugin>
336 <groupId>org.codehaus.mojo</groupId>
337 <artifactId>license-maven-plugin</artifactId>
338 <version>1.10</version>
339 <configuration>
340 <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
341 <processStartTag>============LICENSE_START=======================================================</processStartTag>
342 <processEndTag>============LICENSE_END=========================================================</processEndTag>
343 <sectionDelimiter>================================================================================</sectionDelimiter>
344 <licenseName>apache_v2</licenseName>
345 <inceptionYear>2017</inceptionYear>
346 <organizationName>AT&amp;T Intellectual Property. All rights
347 reserved.</organizationName>
348 <projectName>SDC</projectName>
349 <canUpdateCopyright>true</canUpdateCopyright>
350 <canUpdateDescription>true</canUpdateDescription>
351 <canUpdateLicense>true</canUpdateLicense>
352 <emptyLineAfterHeader>true</emptyLineAfterHeader>
353 <verbose>false</verbose>
354 <includes>
355 <include>**/*.java</include>
356 <include>**/*.ts</include>
357 </includes>
358 <excludes>
359 <exclude>**/*.d.ts</exclude>
360 </excludes>
361 <roots>
362 <root>src</root>
363 <root>app</root>
364 <root>server-mock</root>
365 <root>typings</root>
366 </roots>
367 <extraExtensions>
368 <ts>java</ts>
369 </extraExtensions>
370 </configuration>
371 <executions>
372 <execution>
373 <id>first</id>
374 <goals>
375 <goal>update-file-header</goal>
376 </goals>
377 <!--phase>process-sources</phase -->
378 </execution>
379 </executions>
380 </plugin>
AviZi280f8012017-06-09 02:39:56 +0300381 </plugins>
382 </build>
Michael Lando451a3402017-02-19 10:28:42 +0200383
AviZi280f8012017-06-09 02:39:56 +0300384 <profiles>
385 <profile>
386 <id>all</id>
387 <activation>
388 <activeByDefault>true</activeByDefault>
389 </activation>
390 <modules>
vempo09d4f062017-08-29 18:15:04 +0300391 <module>build-tools</module>
AviZi280f8012017-06-09 02:39:56 +0300392 <module>onboarding</module>
Michael Landoed64b5e2017-06-09 03:19:04 +0300393 <module>security-utils</module>
AviZi280f8012017-06-09 02:39:56 +0300394 <module>common-app-api</module>
395 <module>common-be</module>
396 <module>catalog-dao</module>
397 <module>catalog-model</module>
398 <module>catalog-be</module>
399 <module>asdctool</module>
400 <module>catalog-ui</module>
401 <module>catalog-fe</module>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300402 <module>test-apis-ci</module>
403 <module>ui-ci</module>
Michael Landoed64b5e2017-06-09 03:19:04 +0300404 <module>sdc-os-chef</module>
AviZi280f8012017-06-09 02:39:56 +0300405 </modules>
406
407 </profile>
Michael Lando451a3402017-02-19 10:28:42 +0200408
AviZi280f8012017-06-09 02:39:56 +0300409 <profile>
410 <id>catalog</id>
411 <activation>
412 <activeByDefault>false</activeByDefault>
413 </activation>
414 <modules>
415 <module>security-utils</module>
416 <module>common-app-api</module>
417 <module>common-be</module>
418 <module>catalog-dao</module>
419 <module>catalog-model</module>
420 <module>catalog-be</module>
421 <module>asdctool</module>
422 <module>catalog-ui</module>
423 <module>catalog-fe</module>
AviZi280f8012017-06-09 02:39:56 +0300424 <module>test-apis-ci</module>
425 <module>ui-ci</module>
Michael Landoc61d2242017-06-20 11:07:13 +0300426 </modules>
427
428 <properties>
429 <ecomp.version>1.2.7</ecomp.version>
Michael Landoa5445102018-03-04 14:53:33 +0200430 <artifact-generator-api.version>1802.0.1.167</artifact-generator-api.version>
431 <artifact-generator-core.version>1802.0.1.167</artifact-generator-core.version>
432 <dox-common-lib.version>1802.0.1.167</dox-common-lib.version>
Tal Gitelmana20a3a02017-11-01 14:40:02 +0200433 <sdc-tosca-parser.version>1.1.32</sdc-tosca-parser.version>
Michael Landoa5445102018-03-04 14:53:33 +0200434 </properties>
Michael Landoc61d2242017-06-20 11:07:13 +0300435 </profile>
AviZi280f8012017-06-09 02:39:56 +0300436
437 <profile>
438 <id>onboarding</id>
439 <activation>
440 <activeByDefault>false</activeByDefault>
441 </activation>
442 <modules>
ilanapf83c9fd2018-03-08 11:34:13 +0200443 <module>build-tools</module>
AviZi280f8012017-06-09 02:39:56 +0300444 <module>onboarding</module>
445 </modules>
446 </profile>
sheetalm297209b2018-02-20 19:06:27 +0530447
AviZi280f8012017-06-09 02:39:56 +0300448 </profiles>
449
450 <repositories>
Tal Gitelmane2391b82017-08-03 15:53:48 +0300451 <!-- LF repositories -->
AviZi280f8012017-06-09 02:39:56 +0300452 <repository>
453 <id>ecomp-releases</id>
454 <name>Release Repository</name>
455 <url>${nexus.proxy}/content/repositories/releases/</url>
456 </repository>
457 <repository>
458 <id>ecomp-staging</id>
459 <name>Staging Repository</name>
460 <url>${nexus.proxy}/content/repositories/staging/</url>
461 </repository>
462 <repository>
463 <id>ecomp-snapshots</id>
464 <name>Snapshots Repository</name>
465 <url>${nexus.proxy}/content/repositories/snapshots/</url>
466 </repository>
Idan Amit317e3bc2017-08-16 10:26:17 +0300467 <repository>
468 <id>ecomp-public</id>
469 <name>Public Repository</name>
470 <url>${nexus.proxy}/content/repositories/public/</url>
471 </repository>
Tal Gitelmane2391b82017-08-03 15:53:48 +0300472 <!-- LF repositories END-->
AviZi280f8012017-06-09 02:39:56 +0300473 </repositories>
474
475 <distributionManagement>
AviZi280f8012017-06-09 02:39:56 +0300476 <repository>
477 <id>ecomp-releases</id>
478 <name>Release Repository</name>
479 <url>${nexus.proxy}/content/repositories/releases/</url>
480 </repository>
481 <snapshotRepository>
482 <id>ecomp-snapshots</id>
483 <name>Snapshot Repository</name>
484 <url>${nexus.proxy}/content/repositories/snapshots/</url>
485 </snapshotRepository>
486 <site>
487 <id>ecomp-site</id>
488 <url>dav:${nexus.proxy}${sitePath}</url>
489 </site>
490 </distributionManagement>
491</project>