blob: 348ffcc4e99290b701bd2d29abb8bd03d72332f0 [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>
Michael Landode67b612018-03-15 16:53:05 +020026 <sdc.titan.version>1.2.0</sdc.titan.version>
Michael Lando451a3402017-02-19 10:28:42 +020027 <spring-boot.version>1.1.6.RELEASE</spring-boot.version>
Michael Landoa5445102018-03-04 14:53:33 +020028 <spring.version>4.3.13.RELEASE</spring.version>
Michael Lando451a3402017-02-19 10:28:42 +020029 <spring.security.version>3.2.3.RELEASE</spring.security.version>
30 <spring.ldap.version>2.0.1.RELEASE</spring.ldap.version>
Michael Landoa5445102018-03-04 14:53:33 +020031 <jersey-bom.version>2.26</jersey-bom.version>
AviZi280f8012017-06-09 02:39:56 +030032 <servlet-api.version>2.5</servlet-api.version>
Michael Landoa5445102018-03-04 14:53:33 +020033 <wire-mock.version>2.11.0</wire-mock.version>
AviZi280f8012017-06-09 02:39:56 +030034
Yuli Shlosberg9dde9262017-09-12 14:11:48 +030035 <artifact-generator-api.version>${project.version}</artifact-generator-api.version>
36 <artifact-generator-core.version>${project.version}</artifact-generator-core.version>
Avi Ziv11c43842017-07-16 15:21:15 +030037 <ecomp.version>1.1.0</ecomp.version>
Yuli Shlosberg9dde9262017-09-12 14:11:48 +030038 <dox-common-lib.version>${project.version}</dox-common-lib.version>
Michael Lando451a3402017-02-19 10:28:42 +020039
Michael Lando451a3402017-02-19 10:28:42 +020040 <!-- Elastic Search mapper (reference the elastic search version actually). -->
Michael Landoa5445102018-03-04 14:53:33 +020041 <elastic-search.version>2.4.0</elastic-search.version>
42 <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version>
43 <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version>
Michael Lando451a3402017-02-19 10:28:42 +020044 <jetty.version>9.2.10.v20150310</jetty.version>
45
46 <!-- JSON and YAML Parsing -->
Gitelman, Tal (tg851x)27524d72018-03-22 16:26:58 +020047 <jackson.version>2.9.4</jackson.version>
48 <jackson.yaml.version>2.9.4</jackson.yaml.version>
49 <jackson.annotations.version>2.9.4</jackson.annotations.version>
Michael Lando451a3402017-02-19 10:28:42 +020050
51 <!-- Yaml for properties -->
AviZi280f8012017-06-09 02:39:56 +030052 <snakeyaml.version>1.14</snakeyaml.version>
53 <functionaljava.version>4.4</functionaljava.version>
Michael Lando451a3402017-02-19 10:28:42 +020054 <httpclient.version>4.4.1</httpclient.version>
55 <httpcore.version>4.4.1</httpcore.version>
56 <json-simple.version>1.1</json-simple.version>
AviZi280f8012017-06-09 02:39:56 +030057
Michael Lando451a3402017-02-19 10:28:42 +020058
59 <!-- Logging start -->
60 <!-- logback -->
Gitelman, Tal (tg851x)483c3d92018-03-12 18:41:15 +020061 <logback.version>1.2.3</logback.version>
AviZi280f8012017-06-09 02:39:56 +030062 <slf4j-api.version>1.7.10</slf4j-api.version>
63 <commons-codec>1.10</commons-codec>
64 <commons-logging>1.2</commons-logging>
Gitelman, Tal (tg851x)5c7f26d2018-03-13 00:42:16 +020065 <groovy.version>2.4.13</groovy.version>
Michael Lando451a3402017-02-19 10:28:42 +020066 <janino.version>3.0.6</janino.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030067
Michael Lando451a3402017-02-19 10:28:42 +020068 <!-- aspects -->
69 <jcabi.version>0.20.1</jcabi.version>
70 <aspectjrt.version>1.8.4</aspectjrt.version>
AviZi280f8012017-06-09 02:39:56 +030071 <aspectj.version>1.7.4</aspectj.version>
Michael Lando451a3402017-02-19 10:28:42 +020072 <jcabi.plugin.version>0.13.2</jcabi.plugin.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030073
Michael Lando451a3402017-02-19 10:28:42 +020074 <!-- Logging end -->
75 <!-- System Metrics -->
76 <sigar.version>1.6.4</sigar.version>
77
AviZi280f8012017-06-09 02:39:56 +030078 <regex.version>3.0.3</regex.version>
Michael Lando451a3402017-02-19 10:28:42 +020079
AviZi280f8012017-06-09 02:39:56 +030080 <!--GSON-->
81 <gson.version>2.3.1</gson.version>
82
83 <!--listen to file changes-->
84 <commons-jci-core.version>1.1</commons-jci-core.version>
85
86 <!--TESTING-->
Tal Gitelman51d50f02017-12-10 18:55:03 +020087 <mockito.version>2.12.0</mockito.version>
AviZi280f8012017-06-09 02:39:56 +030088 <junit.version>4.12</junit.version>
Michael Landoa5445102018-03-04 14:53:33 +020089 <assertj.version>3.8.0</assertj.version>
AviZi280f8012017-06-09 02:39:56 +030090 <testng.version>6.9.10</testng.version>
91 <extentreports.version>3.0.3</extentreports.version>
Michael Landoa5445102018-03-04 14:53:33 +020092 <cucumber.version>2.3.1</cucumber.version>
93
Tal Gitelmaned7e1c32017-06-29 19:30:00 +030094 <!-- parser-->
priyanshue812c4f2018-03-05 15:00:10 +053095 <sdc-tosca-parser.version>1.2.3-SNAPSHOT</sdc-tosca-parser.version>
Michael Landoa5445102018-03-04 14:53:33 +020096
Michael Lando451a3402017-02-19 10:28:42 +020097 <!--JaCoCO -->
98 <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
AviZi280f8012017-06-09 02:39:56 +030099 <sonar.language>java</sonar.language>
Michael Lando451a3402017-02-19 10:28:42 +0200100 <!-- Sonar properties -->
Michael Lando451a3402017-02-19 10:28:42 +0200101 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
Michael Lando451a3402017-02-19 10:28:42 +0200102 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
Michael Landoe2598f02017-10-18 02:01:08 +0300103 <sonar.branch>${project.version}</sonar.branch>
ml636rd0214c72017-02-22 11:36:55 +0200104
Tal Gitelman51d50f02017-12-10 18:55:03 +0200105 <!--cassandra -->
106 <cassandra.driver.version>3.0.0</cassandra.driver.version>
107 <!-- maven central (Nexus) -->
108 <nexus.id.release>nexus</nexus.id.release>
109 <nexus.id.snapshot>nexus</nexus.id.snapshot>
110
ml636rd0214c72017-02-22 11:36:55 +0200111 <!--nexus-->
Andrew Grimberge636a202017-03-29 13:11:14 -0700112 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
ig6133a16ca442017-04-05 16:10:49 +0300113 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
ml636rd0214c72017-02-22 11:36:55 +0200114 <staging.profile.id>176c31dfe190a</staging.profile.id>
Michael Lando5e3ea6a2017-03-15 22:15:17 +0200115 <!--maven-->
116 <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
Michael Landoa5445102018-03-04 14:53:33 +0200117 <!--io.fabric8-->
118 <fabric8.version>0.23.0</fabric8.version>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200119 <!--docker tags-->
120 <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
121 <docker.latest.tag>${project.version}-latest</docker.latest.tag>
122
Michael Lando451a3402017-02-19 10:28:42 +0200123 </properties>
124
Michael Landoa5445102018-03-04 14:53:33 +0200125 <dependencyManagement>
126 <dependencies>
127 <dependency>
128 <groupId>org.glassfish.jersey.ext</groupId>
129 <artifactId>jersey-bean-validation</artifactId>
130 <version>${jersey-bom.version}</version>
131 </dependency>
132
133 <dependency>
134 <groupId>org.glassfish.hk2.external</groupId>
135 <artifactId>asm-all-repackaged</artifactId>
136 <version>2.4.0</version>
137 </dependency>
138
139 <dependency>
140 <groupId>org.assertj</groupId>
141 <artifactId>assertj-core</artifactId>
142 <version>${assertj.version}</version>
143 </dependency>
144
145 <dependency>
146 <groupId>org.mockito</groupId>
147 <artifactId>mockito-core</artifactId>
148 <version>${mockito.version}</version>
149 </dependency>
150
151 <dependency>
152 <groupId>com.github.tomakehurst</groupId>
153 <artifactId>wiremock</artifactId>
154 <version>${wire-mock.version}</version>
155 </dependency>
156
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>
168 </dependencies>
169 </dependencyManagement>
170
Michael Lando451a3402017-02-19 10:28:42 +0200171 <reporting>
172 <plugins>
173 <plugin>
174 <groupId>org.apache.maven.plugins</groupId>
175 <artifactId>maven-javadoc-plugin</artifactId>
vempofcfaa3e2017-10-10 15:50:37 +0000176 <version>3.0.0-M1</version>
Michael Lando451a3402017-02-19 10:28:42 +0200177 <configuration>
178 <failOnError>false</failOnError>
179 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
180 <docletArtifact>
181 <groupId>org.umlgraph</groupId>
182 <artifactId>umlgraph</artifactId>
183 <version>5.6</version>
184 </docletArtifact>
185 <additionalparam>-views</additionalparam>
186 <useStandardDocletOptions>true</useStandardDocletOptions>
187 </configuration>
188 </plugin>
189 </plugins>
190 </reporting>
191
Michael Lando451a3402017-02-19 10:28:42 +0200192 <build>
193 <pluginManagement>
194 <plugins>
195
196 <plugin>
197 <groupId>org.apache.maven.plugins</groupId>
198 <artifactId>maven-site-plugin</artifactId>
199 <version>3.4</version>
200 <dependencies>
201 <dependency>
202 <groupId>org.apache.maven.wagon</groupId>
203 <artifactId>wagon-webdav-jackrabbit</artifactId>
204 <version>2.10</version>
205 </dependency>
206 </dependencies>
207 </plugin>
208
209
210 <plugin>
211 <groupId>org.apache.maven.plugins</groupId>
212 <artifactId>maven-assembly-plugin</artifactId>
213 <version>2.6</version>
214 </plugin>
215
216 <plugin>
217 <groupId>org.codehaus.mojo</groupId>
218 <artifactId>exec-maven-plugin</artifactId>
219 <version>1.4.0</version>
220 </plugin>
221 <plugin>
222 <groupId>org.sonarsource.scanner.maven</groupId>
223 <artifactId>sonar-maven-plugin</artifactId>
224 <version>3.0.2</version>
225 </plugin>
226 </plugins>
227 </pluginManagement>
228
229 <plugins>
Michael Lando546f7cf2017-09-23 00:05:17 +0300230
231 <!-- Staging Plugin -->
232 <plugin>
233 <groupId>org.sonatype.plugins</groupId>
234 <artifactId>nexus-staging-maven-plugin</artifactId>
235 <version>1.6.7</version>
236 <extensions>true</extensions>
237 <configuration>
238 <nexusUrl>${nexus.proxy}</nexusUrl>
239 <stagingProfileId>${staging.profile.id}</stagingProfileId>
240 <serverId>ecomp-staging</serverId>
241 </configuration>
242 </plugin>
243
Michael Lando451a3402017-02-19 10:28:42 +0200244 <plugin>
245 <artifactId>maven-surefire-plugin</artifactId>
246 <version>2.19.1</version>
247 <configuration>
248 <systemPropertyVariables>
249 <logback.configurationFile>src/test/resources/logback-test.xml</logback.configurationFile>
250 </systemPropertyVariables>
251 </configuration>
252 </plugin>
AviZi280f8012017-06-09 02:39:56 +0300253 <!-- plugin for parsing the project version -->
254 <plugin>
255 <groupId>org.codehaus.mojo</groupId>
256 <artifactId>build-helper-maven-plugin</artifactId>
257 <version>1.8</version>
258 <executions>
259 <execution>
260 <id>parse-version</id>
261 <goals>
262 <goal>parse-version</goal>
263 </goals>
264 </execution>
265 </executions>
266 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200267
Michael Lando451a3402017-02-19 10:28:42 +0200268 <!-- Java Code Coverage -->
Michael Lando451a3402017-02-19 10:28:42 +0200269 <plugin>
270 <groupId>org.jacoco</groupId>
271 <artifactId>jacoco-maven-plugin</artifactId>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200272 <version>0.7.9</version>
Michael Lando451a3402017-02-19 10:28:42 +0200273 <executions>
Michael Lando451a3402017-02-19 10:28:42 +0200274 <execution>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200275 <id>default-prepare-agent</id>
Michael Lando451a3402017-02-19 10:28:42 +0200276 <goals>
277 <goal>prepare-agent</goal>
278 </goals>
Michael Lando451a3402017-02-19 10:28:42 +0200279 </execution>
Michael Lando451a3402017-02-19 10:28:42 +0200280 <execution>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200281 <id>default-report</id>
Michael Lando451a3402017-02-19 10:28:42 +0200282 <goals>
283 <goal>report</goal>
284 </goals>
Michael Lando451a3402017-02-19 10:28:42 +0200285 </execution>
286 </executions>
287 </plugin>
Idan Amit86e98e72017-10-03 14:29:28 +0300288
289 <plugin>
290 <groupId>org.apache.maven.plugins</groupId>
291 <artifactId>maven-site-plugin</artifactId>
Idan Amit86e98e72017-10-03 14:29:28 +0300292 <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 Lando451a3402017-02-19 10:28:42 +0200300
Michael Lando451a3402017-02-19 10:28:42 +0200301 <!-- Set the deployment repositories properties. -->
Michael Lando451a3402017-02-19 10:28:42 +0200302 <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']=
316 pom.version.contains('-SNAPSHOT') ?
317 project.distributionManagement.snapshotRepository.url :
318 project.distributionManagement.repository.url;
319 pom.properties['repo.id']= pom.version.contains('-SNAPSHOT') ?
320 project.distributionManagement.snapshotRepository.id :
321 project.distributionManagement.repository.id;
322 </source>
323 </configuration>
324 </execution>
325 </executions>
326 </plugin>
Michael Landoa5445102018-03-04 14:53:33 +0200327
328 <!-- 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>
338 <licenseName>apache_v2</licenseName>
339 <inceptionYear>2017</inceptionYear>
340 <organizationName>AT&amp;T Intellectual Property. All rights
341 reserved.</organizationName>
342 <projectName>SDC</projectName>
343 <canUpdateCopyright>true</canUpdateCopyright>
344 <canUpdateDescription>true</canUpdateDescription>
345 <canUpdateLicense>true</canUpdateLicense>
346 <emptyLineAfterHeader>true</emptyLineAfterHeader>
347 <verbose>false</verbose>
348 <includes>
349 <include>**/*.java</include>
350 <include>**/*.ts</include>
351 </includes>
352 <excludes>
353 <exclude>**/*.d.ts</exclude>
354 </excludes>
355 <roots>
356 <root>src</root>
357 <root>app</root>
358 <root>server-mock</root>
359 <root>typings</root>
360 </roots>
361 <extraExtensions>
362 <ts>java</ts>
363 </extraExtensions>
364 </configuration>
365 <executions>
366 <execution>
367 <id>first</id>
368 <goals>
369 <goal>update-file-header</goal>
370 </goals>
371 <!--phase>process-sources</phase -->
372 </execution>
373 </executions>
374 </plugin>
AviZi280f8012017-06-09 02:39:56 +0300375 </plugins>
376 </build>
Michael Lando451a3402017-02-19 10:28:42 +0200377
AviZi280f8012017-06-09 02:39:56 +0300378 <profiles>
379 <profile>
380 <id>all</id>
381 <activation>
382 <activeByDefault>true</activeByDefault>
383 </activation>
384 <modules>
vempo09d4f062017-08-29 18:15:04 +0300385 <module>build-tools</module>
shrikantawachar0ebace52018-04-09 13:03:56 +0530386 <module>onboarding</module>
Michael Landoed64b5e2017-06-09 03:19:04 +0300387 <module>security-utils</module>
AviZi280f8012017-06-09 02:39:56 +0300388 <module>common-app-api</module>
389 <module>common-be</module>
390 <module>catalog-dao</module>
391 <module>catalog-model</module>
392 <module>catalog-be</module>
393 <module>asdctool</module>
394 <module>catalog-ui</module>
395 <module>catalog-fe</module>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300396 <module>test-apis-ci</module>
397 <module>ui-ci</module>
Michael Landoed64b5e2017-06-09 03:19:04 +0300398 <module>sdc-os-chef</module>
Yuli Shlosbergf59a2252018-03-21 11:14:08 +0200399 <module>utils/webseal-simulator</module>
AviZi280f8012017-06-09 02:39:56 +0300400 </modules>
401
402 </profile>
Michael Lando451a3402017-02-19 10:28:42 +0200403
AviZi280f8012017-06-09 02:39:56 +0300404 <profile>
405 <id>catalog</id>
406 <activation>
407 <activeByDefault>false</activeByDefault>
408 </activation>
409 <modules>
410 <module>security-utils</module>
411 <module>common-app-api</module>
412 <module>common-be</module>
413 <module>catalog-dao</module>
414 <module>catalog-model</module>
415 <module>catalog-be</module>
416 <module>asdctool</module>
417 <module>catalog-ui</module>
418 <module>catalog-fe</module>
AviZi280f8012017-06-09 02:39:56 +0300419 <module>test-apis-ci</module>
420 <module>ui-ci</module>
Michael Landoc61d2242017-06-20 11:07:13 +0300421 </modules>
422
423 <properties>
424 <ecomp.version>1.2.7</ecomp.version>
Michael Landoa5445102018-03-04 14:53:33 +0200425 <artifact-generator-api.version>1802.0.1.167</artifact-generator-api.version>
426 <artifact-generator-core.version>1802.0.1.167</artifact-generator-core.version>
427 <dox-common-lib.version>1802.0.1.167</dox-common-lib.version>
Tal Gitelmana20a3a02017-11-01 14:40:02 +0200428 <sdc-tosca-parser.version>1.1.32</sdc-tosca-parser.version>
Michael Landoa5445102018-03-04 14:53:33 +0200429 </properties>
Michael Landoc61d2242017-06-20 11:07:13 +0300430 </profile>
AviZi280f8012017-06-09 02:39:56 +0300431
432 <profile>
433 <id>onboarding</id>
434 <activation>
435 <activeByDefault>false</activeByDefault>
436 </activation>
437 <modules>
ilanapf83c9fd2018-03-08 11:34:13 +0200438 <module>build-tools</module>
AviZi280f8012017-06-09 02:39:56 +0300439 <module>onboarding</module>
440 </modules>
441 </profile>
sheetalm297209b2018-02-20 19:06:27 +0530442
AviZi280f8012017-06-09 02:39:56 +0300443 </profiles>
444
445 <repositories>
Tal Gitelmane2391b82017-08-03 15:53:48 +0300446 <!-- LF repositories -->
AviZi280f8012017-06-09 02:39:56 +0300447 <repository>
448 <id>ecomp-releases</id>
449 <name>Release Repository</name>
450 <url>${nexus.proxy}/content/repositories/releases/</url>
451 </repository>
452 <repository>
AviZi280f8012017-06-09 02:39:56 +0300453 <id>ecomp-snapshots</id>
454 <name>Snapshots Repository</name>
455 <url>${nexus.proxy}/content/repositories/snapshots/</url>
456 </repository>
Idan Amit317e3bc2017-08-16 10:26:17 +0300457 <repository>
458 <id>ecomp-public</id>
459 <name>Public Repository</name>
460 <url>${nexus.proxy}/content/repositories/public/</url>
461 </repository>
Tal Gitelmane2391b82017-08-03 15:53:48 +0300462 <!-- LF repositories END-->
AviZi280f8012017-06-09 02:39:56 +0300463 </repositories>
464
465 <distributionManagement>
AviZi280f8012017-06-09 02:39:56 +0300466 <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>
481</project>