blob: 694bdd3f259fe6ff58432a770a8741ec4ede6456 [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"
Gautam Shah3de22e12018-04-21 16:18:37 +05302 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>
Michael Lando451a3402017-02-19 10:28:42 +02004
Gautam Shah3de22e12018-04-21 16:18:37 +05305 <groupId>org.openecomp.sdc</groupId>
6 <artifactId>sdc-main</artifactId>
Michael Landod8a0dea2018-06-02 19:23:27 +03007 <version>1.3.0-SNAPSHOT</version>
Gautam Shah3de22e12018-04-21 16:18:37 +05308 <packaging>pom</packaging>
9 <name>sdc</name>
10 <properties>
Michael Lando451a3402017-02-19 10:28:42 +020011
Gautam Shah3de22e12018-04-21 16:18:37 +053012 <maven.compiler.source>1.8</maven.compiler.source>
13 <maven.compiler.target>1.8</maven.compiler.target>
Tal Gitelman51d50f02017-12-10 18:55:03 +020014
Gautam Shah3de22e12018-04-21 16:18:37 +053015 <!-- ==================== -->
16 <!-- Generic properties -->
17 <!-- ==================== -->
18 <build.type>-SNAPSHOT</build.type>
19 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20 <sprint.number>74</sprint.number>
Michael Lando451a3402017-02-19 10:28:42 +020021
Gautam Shah3de22e12018-04-21 16:18:37 +053022 <!-- 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 <sdc.titan.version>1.2.0</sdc.titan.version>
Michael Lando5b593492018-07-29 16:13:45 +030027 <spring.version>4.3.17.RELEASE</spring.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053028 <spring.security.version>3.2.3.RELEASE</spring.security.version>
29 <spring.ldap.version>2.0.1.RELEASE</spring.ldap.version>
Michael Lando5b593492018-07-29 16:13:45 +030030 <jersey-bom.version>2.27</jersey-bom.version>
31 <servlet-api.version>3.1.0</servlet-api.version>
32 <wire-mock.version>2.18.0</wire-mock.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053033 <ecomp.version>1.1.0</ecomp.version>
Michael Lando451a3402017-02-19 10:28:42 +020034
Gautam Shah3de22e12018-04-21 16:18:37 +053035 <!-- Elastic Search mapper (reference the elastic search version actually). -->
36 <elastic-search.version>2.4.0</elastic-search.version>
37 <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version>
38 <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version>
Tal Gitelmanc63a3402018-08-05 17:16:15 +030039 <jetty.version>9.3.20.v20170531</jetty.version>
Michael Lando451a3402017-02-19 10:28:42 +020040
Gautam Shah3de22e12018-04-21 16:18:37 +053041 <!-- JSON and YAML Parsing -->
Michael Lando5b593492018-07-29 16:13:45 +030042 <jackson.version>2.8.10</jackson.version>
43 <jackson-annotations.version>2.8.0</jackson-annotations.version>
Michael Lando451a3402017-02-19 10:28:42 +020044
Gautam Shah3de22e12018-04-21 16:18:37 +053045 <!-- Yaml for properties -->
46 <snakeyaml.version>1.14</snakeyaml.version>
Michael Lando5b593492018-07-29 16:13:45 +030047 <functionaljava.version>4.7</functionaljava.version>
Michael Lando12368942018-05-13 19:19:46 +030048 <httpclient.version>4.5.3</httpclient.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053049 <httpcore.version>4.4.1</httpcore.version>
50 <json-simple.version>1.1</json-simple.version>
AviZi280f8012017-06-09 02:39:56 +030051
Gautam Shah3de22e12018-04-21 16:18:37 +053052 <!-- Logging start -->
53 <!-- logback -->
Gitelman, Tal (tg851x)483c3d92018-03-12 18:41:15 +020054 <logback.version>1.2.3</logback.version>
Michael Lando5b593492018-07-29 16:13:45 +030055 <slf4j-api.version>1.7.25</slf4j-api.version>
AviZi280f8012017-06-09 02:39:56 +030056 <commons-codec>1.10</commons-codec>
57 <commons-logging>1.2</commons-logging>
Gautam Shah3de22e12018-04-21 16:18:37 +053058 <groovy.version>2.4.13</groovy.version>
59 <janino.version>3.0.6</janino.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030060
Gautam Shah3de22e12018-04-21 16:18:37 +053061 <!-- aspects -->
62 <jcabi.version>0.20.1</jcabi.version>
63 <aspectjrt.version>1.8.4</aspectjrt.version>
64 <aspectj.version>1.7.4</aspectj.version>
65 <jcabi.plugin.version>0.13.2</jcabi.plugin.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030066
Gautam Shah3de22e12018-04-21 16:18:37 +053067 <!-- Logging end -->
68 <!-- System Metrics -->
69 <sigar.version>1.6.4</sigar.version>
Michael Lando451a3402017-02-19 10:28:42 +020070
Gautam Shah3de22e12018-04-21 16:18:37 +053071 <regex.version>3.0.3</regex.version>
Michael Lando451a3402017-02-19 10:28:42 +020072
Gautam Shah3de22e12018-04-21 16:18:37 +053073 <!--GSON-->
74 <gson.version>2.3.1</gson.version>
AviZi280f8012017-06-09 02:39:56 +030075
76 <!--listen to file changes-->
77 <commons-jci-core.version>1.1</commons-jci-core.version>
78
Gautam Shah3de22e12018-04-21 16:18:37 +053079 <!--TESTING-->
Michael Lando5b593492018-07-29 16:13:45 +030080 <mockito.version>2.18.3</mockito.version>
81 <jmockit.version>1.33</jmockit.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053082 <junit.version>4.12</junit.version>
Michael Lando5b593492018-07-29 16:13:45 +030083 <assertj.version>3.10.0</assertj.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053084 <testng.version>6.9.10</testng.version>
85 <extentreports.version>3.0.3</extentreports.version>
Michael Lando5b593492018-07-29 16:13:45 +030086 <cucumber.version>2.4.0</cucumber.version>
Piotr Darosz00814512018-06-18 12:46:35 +020087 <bean-matchers.version>0.11</bean-matchers.version>
Michael Landoa5445102018-03-04 14:53:33 +020088
Gautam Shah3de22e12018-04-21 16:18:37 +053089 <!-- parser-->
Michael Lando5b593492018-07-29 16:13:45 +030090 <sdc-tosca-parser.version>1.3.5</sdc-tosca-parser.version>
Michael Landoa5445102018-03-04 14:53:33 +020091
Michael Lando5b593492018-07-29 16:13:45 +030092 <!-- sonar -->
Gautam Shah3de22e12018-04-21 16:18:37 +053093 <sonar.language>java</sonar.language>
Michael Lando734d54d2018-07-30 12:31:21 +030094 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
95 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
96 <sonar.branch>${project.version}</sonar.branch>
ml636rd0214c72017-02-22 11:36:55 +020097
Gautam Shah3de22e12018-04-21 16:18:37 +053098 <!--cassandra -->
99 <cassandra.driver.version>3.0.0</cassandra.driver.version>
100 <!-- maven central (Nexus) -->
101 <nexus.id.release>nexus</nexus.id.release>
102 <nexus.id.snapshot>nexus</nexus.id.snapshot>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200103
Gautam Shah3de22e12018-04-21 16:18:37 +0530104 <!--nexus-->
105 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
106 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
107 <staging.profile.id>176c31dfe190a</staging.profile.id>
108 <!--maven-->
109 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
110 <!--io.fabric8-->
111 <fabric8.version>0.23.0</fabric8.version>
112 <!--docker tags-->
113 <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
114 <!--<docker.latest.tag>${project.version}-latest</docker.latest.tag>-->
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200115
Gautam Shah3de22e12018-04-21 16:18:37 +0530116 </properties>
Michael Lando451a3402017-02-19 10:28:42 +0200117
Gautam Shah3de22e12018-04-21 16:18:37 +0530118 <dependencyManagement>
119 <dependencies>
120 <dependency>
121 <groupId>org.glassfish.jersey.ext</groupId>
122 <artifactId>jersey-bean-validation</artifactId>
123 <version>${jersey-bom.version}</version>
124 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200125
Gautam Shah3de22e12018-04-21 16:18:37 +0530126 <dependency>
127 <groupId>org.glassfish.hk2.external</groupId>
128 <artifactId>asm-all-repackaged</artifactId>
129 <version>2.4.0</version>
130 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200131
Gautam Shah3de22e12018-04-21 16:18:37 +0530132 <dependency>
133 <groupId>org.assertj</groupId>
134 <artifactId>assertj-core</artifactId>
135 <version>${assertj.version}</version>
136 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200137
Gautam Shah3de22e12018-04-21 16:18:37 +0530138 <dependency>
139 <groupId>org.mockito</groupId>
140 <artifactId>mockito-core</artifactId>
141 <version>${mockito.version}</version>
142 </dependency>
Tal Gitelmanb2533e52018-06-06 14:46:07 +0300143
Yuli Shlosberge4669312018-04-26 15:48:26 +0300144 <dependency>
145 <groupId>org.jmockit</groupId>
146 <artifactId>jmockit</artifactId>
147 <version>${jmockit.version}</version>
148 </dependency>
149
Michael Landoa5445102018-03-04 14:53:33 +0200150
Gautam Shah3de22e12018-04-21 16:18:37 +0530151 <dependency>
152 <groupId>com.github.tomakehurst</groupId>
Michael Lando5b593492018-07-29 16:13:45 +0300153 <artifactId>wiremock-standalone</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530154 <version>${wire-mock.version}</version>
155 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200156
157 <dependency>
158 <groupId>io.cucumber</groupId>
159 <artifactId>cucumber-java</artifactId>
160 <version>${cucumber.version}</version>
161 </dependency>
162
163 <dependency>
164 <groupId>io.cucumber</groupId>
165 <artifactId>cucumber-junit</artifactId>
166 <version>${cucumber.version}</version>
167 </dependency>
Michael Lando5b593492018-07-29 16:13:45 +0300168
169 <dependency>
170 <groupId>org.apache.commons</groupId>
171 <artifactId>commons-lang3</artifactId>
172 <version>${lang3.version}</version>
173 </dependency>
Gautam Shah3de22e12018-04-21 16:18:37 +0530174 </dependencies>
175 </dependencyManagement>
Michael Landoa5445102018-03-04 14:53:33 +0200176
Gautam Shah3de22e12018-04-21 16:18:37 +0530177 <reporting>
178 <plugins>
179 <plugin>
180 <groupId>org.apache.maven.plugins</groupId>
181 <artifactId>maven-javadoc-plugin</artifactId>
Michael Lando5b593492018-07-29 16:13:45 +0300182 <version>3.0.0</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530183 <configuration>
184 <failOnError>false</failOnError>
185 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
186 <docletArtifact>
187 <groupId>org.umlgraph</groupId>
188 <artifactId>umlgraph</artifactId>
189 <version>5.6</version>
190 </docletArtifact>
191 <additionalparam>-views</additionalparam>
192 <useStandardDocletOptions>true</useStandardDocletOptions>
193 </configuration>
194 </plugin>
195 </plugins>
196 </reporting>
Michael Lando451a3402017-02-19 10:28:42 +0200197
Gautam Shah3de22e12018-04-21 16:18:37 +0530198 <build>
199 <pluginManagement>
200 <plugins>
vempo806d0772018-08-08 15:40:46 +0300201 <plugin>
202 <groupId>org.jacoco</groupId>
203 <artifactId>jacoco-maven-plugin</artifactId>
204 <version>0.8.1</version>
205 </plugin>
Gautam Shah3de22e12018-04-21 16:18:37 +0530206 <plugin>
207 <groupId>org.apache.maven.plugins</groupId>
208 <artifactId>maven-site-plugin</artifactId>
209 <version>3.4</version>
210 <dependencies>
211 <dependency>
212 <groupId>org.apache.maven.wagon</groupId>
213 <artifactId>wagon-webdav-jackrabbit</artifactId>
214 <version>2.10</version>
215 </dependency>
216 </dependencies>
217 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200218
219
Gautam Shah3de22e12018-04-21 16:18:37 +0530220 <plugin>
221 <groupId>org.apache.maven.plugins</groupId>
222 <artifactId>maven-assembly-plugin</artifactId>
223 <version>3.1.0</version>
224 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200225
Gautam Shah3de22e12018-04-21 16:18:37 +0530226 <plugin>
227 <groupId>org.codehaus.mojo</groupId>
228 <artifactId>exec-maven-plugin</artifactId>
229 <version>1.4.0</version>
230 </plugin>
231 <plugin>
232 <groupId>org.sonarsource.scanner.maven</groupId>
233 <artifactId>sonar-maven-plugin</artifactId>
234 <version>3.0.2</version>
235 </plugin>
236 </plugins>
237 </pluginManagement>
Michael Lando451a3402017-02-19 10:28:42 +0200238
Gautam Shah3de22e12018-04-21 16:18:37 +0530239 <plugins>
Michael Lando546f7cf2017-09-23 00:05:17 +0300240
Gautam Shah3de22e12018-04-21 16:18:37 +0530241 <!-- Staging Plugin -->
242 <plugin>
243 <groupId>org.sonatype.plugins</groupId>
244 <artifactId>nexus-staging-maven-plugin</artifactId>
245 <version>1.6.7</version>
246 <extensions>true</extensions>
247 <configuration>
248 <nexusUrl>${nexus.proxy}</nexusUrl>
249 <stagingProfileId>${staging.profile.id}</stagingProfileId>
250 <serverId>ecomp-staging</serverId>
251 </configuration>
252 </plugin>
Michael Lando546f7cf2017-09-23 00:05:17 +0300253
Gautam Shah3de22e12018-04-21 16:18:37 +0530254 <!-- 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
Gautam Shah3de22e12018-04-21 16:18:37 +0530269 <!-- Java Code Coverage -->
270 <plugin>
271 <groupId>org.jacoco</groupId>
272 <artifactId>jacoco-maven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530273 <executions>
274 <execution>
275 <id>default-prepare-agent</id>
276 <goals>
277 <goal>prepare-agent</goal>
278 </goals>
279 </execution>
280 <execution>
281 <id>default-report</id>
282 <goals>
283 <goal>report</goal>
284 </goals>
285 </execution>
286 </executions>
287 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200288
Gautam Shah3de22e12018-04-21 16:18:37 +0530289 <plugin>
290 <groupId>org.apache.maven.plugins</groupId>
291 <artifactId>maven-site-plugin</artifactId>
292 <dependencies>
293 <dependency>
294 <groupId>org.apache.maven.wagon</groupId>
295 <artifactId>wagon-webdav-jackrabbit</artifactId>
296 <version>2.10</version>
297 </dependency>
298 </dependencies>
299 </plugin>
Michael Landoa5445102018-03-04 14:53:33 +0200300
Gautam Shah3de22e12018-04-21 16:18:37 +0530301 <!-- Set the deployment repositories properties. -->
302 <plugin>
303 <groupId>org.codehaus.gmaven</groupId>
304 <artifactId>gmaven-plugin</artifactId>
305 <version>1.4</version>
306 <executions>
307 <execution>
308 <inherited>false</inherited>
309 <phase>integration-test</phase>
310 <goals>
311 <goal>execute</goal>
312 </goals>
313 <configuration>
314 <source>
315 pom.properties['deploy.url'] =
Michael Lando5b593492018-07-29 16:13:45 +0300316 pom.version.contains('-SNAPSHOT') ?
317 project.distributionManagement.snapshotRepository.url :
318 project.distributionManagement.repository.url;
Gautam Shah3de22e12018-04-21 16:18:37 +0530319 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
Michael Lando5b593492018-07-29 16:13:45 +0300320 project.distributionManagement.snapshotRepository.id :
321 project.distributionManagement.repository.id;
Gautam Shah3de22e12018-04-21 16:18:37 +0530322 </source>
323 </configuration>
324 </execution>
325 </executions>
326 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200327
Gautam Shah3de22e12018-04-21 16:18:37 +0530328 <!-- license plugin -->
329 <plugin>
330 <groupId>org.codehaus.mojo</groupId>
331 <artifactId>license-maven-plugin</artifactId>
332 <version>1.10</version>
333 <configuration>
334 <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
335 <processStartTag>============LICENSE_START=======================================================</processStartTag>
336 <processEndTag>============LICENSE_END=========================================================</processEndTag>
337 <sectionDelimiter>================================================================================</sectionDelimiter>
Michael Lando5b593492018-07-29 16:13:45 +0300338 <sectionDelimiter>================================================================================</sectionDelimiter>
Gautam Shah3de22e12018-04-21 16:18:37 +0530339 <licenseName>apache_v2</licenseName>
340 <inceptionYear>2017</inceptionYear>
341 <organizationName>AT&amp;T Intellectual Property. All rights
342 reserved.
343 </organizationName>
344 <projectName>SDC</projectName>
345 <canUpdateCopyright>true</canUpdateCopyright>
346 <canUpdateDescription>true</canUpdateDescription>
347 <canUpdateLicense>true</canUpdateLicense>
348 <emptyLineAfterHeader>true</emptyLineAfterHeader>
349 <verbose>false</verbose>
350 <includes>
351 <include>**/*.java</include>
352 <include>**/*.ts</include>
353 </includes>
354 <excludes>
355 <exclude>**/*.d.ts</exclude>
356 </excludes>
357 <roots>
358 <root>src</root>
359 <root>app</root>
360 <root>server-mock</root>
361 <root>typings</root>
362 </roots>
363 <extraExtensions>
364 <ts>java</ts>
365 </extraExtensions>
366 </configuration>
367 <executions>
368 <execution>
369 <id>first</id>
370 <goals>
371 <goal>update-file-header</goal>
372 </goals>
373 <!--phase>process-sources</phase -->
374 </execution>
375 </executions>
376 </plugin>
377 </plugins>
378 </build>
AviZi280f8012017-06-09 02:39:56 +0300379
Gautam Shah3de22e12018-04-21 16:18:37 +0530380 <profiles>
381 <profile>
382 <id>all</id>
383 <activation>
384 <activeByDefault>true</activeByDefault>
385 </activation>
386 <modules>
387 <module>build-tools</module>
Gautam Shah3de22e12018-04-21 16:18:37 +0530388 <module>security-utils</module>
389 <module>common-app-api</module>
Michael Landoa6c79102018-04-30 21:54:40 +0300390 <module>onboarding</module>
391 <module>services/activity-spec</module>
Gautam Shah3de22e12018-04-21 16:18:37 +0530392 <module>common-be</module>
393 <module>catalog-dao</module>
394 <module>catalog-model</module>
395 <module>catalog-be</module>
396 <module>asdctool</module>
397 <module>catalog-ui</module>
398 <module>catalog-fe</module>
399 <module>test-apis-ci</module>
400 <module>ui-ci</module>
401 <module>sdc-os-chef</module>
402 <module>utils/webseal-simulator</module>
403 </modules>
Michael Lando451a3402017-02-19 10:28:42 +0200404
Gautam Shah3de22e12018-04-21 16:18:37 +0530405 </profile>
AviZi280f8012017-06-09 02:39:56 +0300406
Gautam Shah3de22e12018-04-21 16:18:37 +0530407 <profile>
408 <id>catalog</id>
409 <activation>
410 <activeByDefault>false</activeByDefault>
411 </activation>
412 <modules>
413 <module>security-utils</module>
414 <module>common-app-api</module>
415 <module>common-be</module>
416 <module>catalog-dao</module>
417 <module>catalog-model</module>
418 <module>catalog-be</module>
419 <module>asdctool</module>
420 <module>catalog-ui</module>
421 <module>catalog-fe</module>
422 <module>test-apis-ci</module>
423 <module>ui-ci</module>
424 </modules>
sheetalm297209b2018-02-20 19:06:27 +0530425
Gautam Shah3de22e12018-04-21 16:18:37 +0530426 <properties>
427 <ecomp.version>1.2.7</ecomp.version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530428 <sdc-tosca-parser.version>1.1.32</sdc-tosca-parser.version>
429 </properties>
430 </profile>
AviZi280f8012017-06-09 02:39:56 +0300431
Gautam Shah3de22e12018-04-21 16:18:37 +0530432 <profile>
433 <id>onboarding</id>
434 <activation>
435 <activeByDefault>false</activeByDefault>
436 </activation>
437 <modules>
438 <module>build-tools</module>
439 <module>onboarding</module>
440 </modules>
441 </profile>
AviZi280f8012017-06-09 02:39:56 +0300442
Gautam Shah3de22e12018-04-21 16:18:37 +0530443 </profiles>
444
445 <repositories>
446 <!-- LF repositories -->
447 <repository>
448 <id>ecomp-releases</id>
449 <name>Release Repository</name>
450 <url>${nexus.proxy}/content/repositories/releases/</url>
451 </repository>
452 <repository>
453 <id>ecomp-snapshots</id>
454 <name>Snapshots Repository</name>
455 <url>${nexus.proxy}/content/repositories/snapshots/</url>
456 </repository>
457 <repository>
458 <id>ecomp-public</id>
459 <name>Public Repository</name>
460 <url>${nexus.proxy}/content/repositories/public/</url>
461 </repository>
462 <!-- LF repositories END-->
463 </repositories>
464
465 <distributionManagement>
466 <repository>
467 <id>ecomp-releases</id>
468 <name>Release Repository</name>
469 <url>${nexus.proxy}/content/repositories/releases/</url>
470 </repository>
471 <snapshotRepository>
472 <id>ecomp-snapshots</id>
473 <name>Snapshot Repository</name>
474 <url>${nexus.proxy}/content/repositories/snapshots/</url>
475 </snapshotRepository>
476 <site>
477 <id>ecomp-site</id>
478 <url>dav:${nexus.proxy}${sitePath}</url>
479 </site>
480 </distributionManagement>
Tal Gitelmanc63a3402018-08-05 17:16:15 +0300481</project>