blob: 496886d7f42edd1ceb75c5f0586037c4018e69eb [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 Landoebd7c8f2017-03-15 20:38:00 +02007 <version>1.1.0-SNAPSHOT</version>
Michael Lando451a3402017-02-19 10:28:42 +02008 <packaging>pom</packaging>
9
10
11
12 <modules>
13 <module>security-utils</module>
14 <module>common-app-api</module>
15 <module>common-be</module>
16 <module>catalog-dao</module>
17 <module>catalog-model</module>
18 <module>catalog-be</module>
19 <module>asdctool</module>
20 <module>catalog-ui</module>
21 <module>catalog-fe</module>
22 <module>asdc-tests</module>
23 <module>ui-ci</module>
ml636r5d2f54c2017-02-19 23:56:00 +020024
Michael Landof5f13c42017-02-19 12:35:04 +020025 <module>openecomp-be</module>
Michael Landoefa037d2017-02-19 12:57:33 +020026 <module>openecomp-ui</module>
Michael Lando451a3402017-02-19 10:28:42 +020027
ml636r5d2f54c2017-02-19 23:56:00 +020028 <module>sdc-os-chef</module>
Michael Lando9dd269d2017-02-20 01:04:22 +020029
Michael Lando451a3402017-02-19 10:28:42 +020030 </modules>
31
32
33
34 <properties>
35
36 <!-- ==================== -->
37 <!-- Generic properties -->
38 <!-- ==================== -->
39 <build.type>-SNAPSHOT</build.type>
40 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41
42
43 <!-- ==================== -->
44 <!-- Versions -->
45 <!-- ==================== -->
46 <!-- Global project version -->
47 <asdc.major.version>1610</asdc.major.version>
48 <asdc.minor.version>0</asdc.minor.version>
49 <asdc.servicepack.version>2</asdc.servicepack.version>
50 <sprint.number>33</sprint.number>
51 <asdc.full.version>${project.version}</asdc.full.version>
52
53 <!-- BE -->
54 <catalog-be.major.version>${asdc.major.version}</catalog-be.major.version>
55 <catalog-be.minor.version>${asdc.minor.version}</catalog-be.minor.version>
56 <catalog-be.servicepack.version>${asdc.servicepack.version}</catalog-be.servicepack.version>
57 <catalog-be.full.version>${catalog-be.major.version}.${catalog-be.minor.version}.${catalog-be.servicepack.version}${build.type}</catalog-be.full.version>
58
59 <!-- FE -->
60 <catalog-fe.major.version>${asdc.major.version}</catalog-fe.major.version>
61 <catalog-fe.minor.version>${asdc.minor.version}</catalog-fe.minor.version>
62 <catalog-fe.servicepack.version>${asdc.servicepack.version}</catalog-fe.servicepack.version>
63 <catalog-fe.full.version>${catalog-fe.major.version}.${catalog-fe.minor.version}.${catalog-fe.servicepack.version}${build.type}</catalog-fe.full.version>
64
65 <!-- CI -->
66 <catalog-ci.major.version>${asdc.major.version}</catalog-ci.major.version>
67 <catalog-ci.minor.version>${asdc.minor.version}</catalog-ci.minor.version>
68 <catalog-ci.servicepack.version>${asdc.servicepack.version}</catalog-ci.servicepack.version>
69 <catalog-ci.full.version>${catalog-ci.major.version}.${catalog-ci.minor.version}.${catalog-ci.servicepack.version}${build.type}</catalog-ci.full.version>
70
71 <!-- UI -->
72 <catalog-ui.major.version>${asdc.major.version}</catalog-ui.major.version>
73 <catalog-ui.minor.version>${asdc.minor.version}</catalog-ui.minor.version>
74 <catalog-ui.servicepack.version>${asdc.servicepack.version}</catalog-ui.servicepack.version>
75 <catalog-ui.full.version>${catalog-ui.major.version}.${catalog-ui.minor.version}.${catalog-ui.servicepack.version}${build.type}</catalog-ui.full.version>
76
77 <!-- Model -->
78 <catalog-model.major.version>${asdc.major.version}</catalog-model.major.version>
79 <catalog-model.minor.version>${asdc.minor.version}</catalog-model.minor.version>
80 <catalog-model.servicepack.version>${asdc.servicepack.version}</catalog-model.servicepack.version>
81 <catalog-model.full.version>${catalog-model.major.version}.${catalog-model.minor.version}.${catalog-model.servicepack.version}${build.type}</catalog-model.full.version>
82
83 <!-- CHEF -->
84 <asdc-chef.major.version>${asdc.major.version}</asdc-chef.major.version>
85 <asdc-chef.minor.version>${asdc.minor.version}</asdc-chef.minor.version>
86 <asdc-chef.servicepack.version>${asdc.servicepack.version}</asdc-chef.servicepack.version>
87 <asdc-chef.full.version>${asdc-chef.major.version}.${asdc-chef.minor.version}.${asdc-chef.servicepack.version}${build.type}</asdc-chef.full.version>
88
89 <!-- TESTS -->
90 <sdnc-tests.major.version>${asdc.major.version}</sdnc-tests.major.version>
91 <sdnc-tests.minor.version>${asdc.minor.version}</sdnc-tests.minor.version>
92 <sdnc-tests.servicepack.version>${asdc.servicepack.version}</sdnc-tests.servicepack.version>
93 <sdnc-tests.full.version>${sdnc-tests.major.version}.${sdnc-tests.minor.version}.${sdnc-tests.servicepack.version}${build.type}</sdnc-tests.full.version>
94
95 <!-- TESTS2 -->
96 <asdc-tests.major.version>${asdc.major.version}</asdc-tests.major.version>
97 <asdc-tests.minor.version>${asdc.minor.version}</asdc-tests.minor.version>
98 <asdc-tests.servicepack.version>${asdc.servicepack.version}</asdc-tests.servicepack.version>
99 <asdc-tests.full.version>${asdc-tests.major.version}.${asdc-tests.minor.version}.${asdc-tests.servicepack.version}${build.type}</asdc-tests.full.version>
100
101
102 <!-- Sub modules versioning -->
103 <sdnc-tests.version>${asdc.full.version}</sdnc-tests.version>
104 <asdc-tests.version>${asdc.full.version}</asdc-tests.version>
105 <catalog-dao.version>${asdc.full.version}</catalog-dao.version>
106 <catalog-model.version>${asdc.full.version}</catalog-model.version>
107 <common-app-api.version>${asdc.full.version}</common-app-api.version>
108 <common-be.version>${asdc.full.version}</common-be.version>
109 <security-utils.version>${asdc.full.version}</security-utils.version>
110 <asdctool.version>${asdc.full.version}</asdctool.version>
111
112
113 <!-- 3rd parties versions -->
114 <lang3.version>3.3.2</lang3.version>
115 <guava.version>18.0</guava.version>
116 <titan.version>1.0.0</titan.version>
117 <spring-boot.version>1.1.6.RELEASE</spring-boot.version>
118 <spring.version>4.3.4.RELEASE</spring.version>
119 <spring.security.version>3.2.3.RELEASE</spring.security.version>
120 <spring.ldap.version>2.0.1.RELEASE</spring.ldap.version>
121 <mockito.version>1.9.0</mockito.version>
Michael Landoebd7c8f2017-03-15 20:38:00 +0200122 <ecomp.version>1.1.0-SNAPSHOT</ecomp.version>
123 <artefact-gen-api.version>1.1.0-SNAPSHOT</artefact-gen-api.version>
124 <artefact-gen-core.version>1.1.0-SNAPSHOT</artefact-gen-core.version>
125 <dox-common-lib.version>1.1.0-SNAPSHOT</dox-common-lib.version>
Michael Lando451a3402017-02-19 10:28:42 +0200126
127
128 <!-- Elastic Search mapper (reference the elastic search version actually). -->
129 <elastic-search.version>2.1.0</elastic-search.version>
130 <springockito.version>1.0.4</springockito.version>
131 <alien4cloud.version>1.0.0-SM19</alien4cloud.version>
132 <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version>
133 <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version>
134 <jetty.version>9.2.10.v20150310</jetty.version>
135
136 <!-- JSON and YAML Parsing -->
137 <jackson.version>2.6.2</jackson.version>
138 <jackson.annotations.version>2.6.0</jackson.annotations.version>
139
140 <!-- Yaml for properties -->
141 <snakeyaml.version>1.12</snakeyaml.version>
142 <functionaljava.version>4.2</functionaljava.version>
143 <httpclient.version>4.4.1</httpclient.version>
144 <httpcore.version>4.4.1</httpcore.version>
145 <json-simple.version>1.1</json-simple.version>
146 <jetty.servlets.version>9.2.10.v20150310</jetty.servlets.version>
147
148 <!-- Logging start -->
149 <!-- logback -->
Michael Landoc34b77c2017-02-28 19:03:11 +0200150 <logback.version>1.1.2</logback.version>
Michael Lando451a3402017-02-19 10:28:42 +0200151 <groovy.version>2.3.5</groovy.version>
152 <janino.version>3.0.6</janino.version>
153 <!-- aspects -->
154 <jcabi.version>0.20.1</jcabi.version>
155 <aspectjrt.version>1.8.4</aspectjrt.version>
156 <jcabi.plugin.version>0.13.2</jcabi.plugin.version>
157 <!-- Logging end -->
158 <!-- System Metrics -->
159 <sigar.version>1.6.4</sigar.version>
160
161
162 <!--JaCoCO -->
163 <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
164 <sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath>
165 <sonar.jacoco.itReportPath>${project.basedir}/target/it-jacoco.exec</sonar.jacoco.itReportPath>
166 <!--sonar.language>java</sonar.language-->
167 <sonar.version>${asdc.major.version}</sonar.version>
168
169 <!--cassandra -->
170 <cassandra.driver.version>3.0.0</cassandra.driver.version>
ml636rd0214c72017-02-22 11:36:55 +0200171
Michael Lando451a3402017-02-19 10:28:42 +0200172 <!-- Sonar properties -->
Michael Lando451a3402017-02-19 10:28:42 +0200173 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
174 <sonar.skipDesign>true</sonar.skipDesign>
175 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
ml636rd0214c72017-02-22 11:36:55 +0200176 <sonar.sources>.</sonar.sources>
ml636r72e56e42017-02-27 12:36:59 +0200177 <sonar.exclusions>**/scripts/**/*</sonar.exclusions>
ml636rd0214c72017-02-22 11:36:55 +0200178 <sonar.test.exclusions>**/test/**/*,**/tests/**/*</sonar.test.exclusions>
179 <sonar.inclusions>app/**/*.js,server-mock/**/*.js,src/**/*.js,src/main/**/*.java</sonar.inclusions>
180
181 <!--nexus-->
182 <nexus.proxy>https://nexus.openecomp.org</nexus.proxy>
183 <staging.profile.id>176c31dfe190a</staging.profile.id>
Michael Lando451a3402017-02-19 10:28:42 +0200184 </properties>
185
186 <reporting>
187 <plugins>
188 <plugin>
189 <groupId>org.apache.maven.plugins</groupId>
190 <artifactId>maven-javadoc-plugin</artifactId>
191 <version>2.10.4</version>
192 <configuration>
193 <failOnError>false</failOnError>
194 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
195 <docletArtifact>
196 <groupId>org.umlgraph</groupId>
197 <artifactId>umlgraph</artifactId>
198 <version>5.6</version>
199 </docletArtifact>
200 <additionalparam>-views</additionalparam>
201 <useStandardDocletOptions>true</useStandardDocletOptions>
202 </configuration>
203 </plugin>
204 </plugins>
205 </reporting>
206
207
208 <dependencyManagement>
209 <dependencies>
210 <dependency>
211 <groupId>org.codehaus.mojo</groupId>
212 <artifactId>wagon-maven-plugin</artifactId>
213 <version>1.0</version>
214 </dependency>
215
216 <dependency>
217 <groupId>org.codehaus.mojo</groupId>
218 <artifactId>exec-maven-plugin</artifactId>
219 <version>1.4.0</version>
220 </dependency>
221
222 <dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200223 <groupId>org.elasticsearch</groupId>
224 <artifactId>elasticsearch</artifactId>
225 <version>${elastic-search.version}</version>
226 </dependency>
227
228 <dependency>
229 <groupId>org.eclipse.jetty</groupId>
230 <artifactId>jetty-maven-plugin</artifactId>
231 <version>9.2.10.v20150310</version>
232 </dependency>
233
234 <dependency>
235 <groupId>org.eclipse.jetty</groupId>
236 <artifactId>jetty-servlet</artifactId>
237 <version>9.2.10.v20150310</version>
238 </dependency>
239
240 <dependency>
241 <groupId>org.eclipse.jetty</groupId>
242 <artifactId>jetty-webapp</artifactId>
243 <version>9.2.10.v20150310</version>
244 </dependency>
245
246 <dependency>
247 <groupId>org.glassfish.jersey</groupId>
248 <artifactId>jersey-bom</artifactId>
249 <version>2.24</version>
250 <type>pom</type>
251 <scope>import</scope>
252 </dependency>
253
254 <dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200255 <groupId>javax.servlet</groupId>
256 <artifactId>servlet-api</artifactId>
257 <version>2.5</version>
258 <scope>provided</scope>
259 </dependency>
260
Michael Lando451a3402017-02-19 10:28:42 +0200261
262 <dependency>
263 <groupId>org.glassfish.jersey.media</groupId>
264 <artifactId>jersey-media-json-jackson</artifactId>
265 <version>2.24</version>
266 <scope>compile</scope>
267 </dependency>
268
269 <dependency>
270 <groupId>org.glassfish.jersey.media</groupId>
271 <artifactId>jersey-media-moxy</artifactId>
272 <version>2.24</version>
273 <scope>compile</scope>
274 </dependency>
275
Michael Lando451a3402017-02-19 10:28:42 +0200276
277 <!-- listen to file changes -->
278 <dependency>
279 <groupId>org.apache.commons</groupId>
280 <artifactId>commons-jci-core</artifactId>
281 <version>1.1</version>
282 <scope>provided</scope>
283 </dependency>
284
Michael Lando451a3402017-02-19 10:28:42 +0200285 <dependency>
286 <groupId>com.relevantcodes</groupId>
287 <artifactId>extentreports</artifactId>
288 <version>2.41.0</version>
289 </dependency>
290
291 <dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200292 <groupId>com.googlecode.json-simple</groupId>
293 <artifactId>json-simple</artifactId>
294 <version>${json-simple.version}</version>
295 <scope>provided</scope>
296 </dependency>
297
Michael Lando451a3402017-02-19 10:28:42 +0200298 <!-- functional java -->
299 <dependency>
300 <groupId>org.functionaljava</groupId>
301 <artifactId>functionaljava</artifactId>
302 <version>${functionaljava.version}</version>
303 <scope>provided</scope>
304 </dependency>
305
306 <!-- Aspects -->
307 <dependency>
308 <groupId>com.jcabi</groupId>
309 <artifactId>jcabi-aspects</artifactId>
310 <version>${jcabi.version}</version>
311 <scope>provided</scope>
312 </dependency>
Michael Landoc34b77c2017-02-28 19:03:11 +0200313
Michael Lando451a3402017-02-19 10:28:42 +0200314
315 <!-- System metrics -->
316 <dependency>
317 <groupId>org.fusesource</groupId>
318 <artifactId>sigar</artifactId>
319 <version>${sigar.version}</version>
320 </dependency>
321 </dependencies>
322
323 </dependencyManagement>
324
325
326
327
328 <build>
329 <pluginManagement>
330 <plugins>
331
332 <plugin>
333 <groupId>org.apache.maven.plugins</groupId>
334 <artifactId>maven-site-plugin</artifactId>
335 <version>3.4</version>
336 <dependencies>
337 <dependency>
338 <groupId>org.apache.maven.wagon</groupId>
339 <artifactId>wagon-webdav-jackrabbit</artifactId>
340 <version>2.10</version>
341 </dependency>
342 </dependencies>
343 </plugin>
344
ml636rd0214c72017-02-22 11:36:55 +0200345 <plugin>
346 <groupId>io.wcm.maven.plugins</groupId>
347 <artifactId>nodejs-maven-plugin</artifactId>
348 <configuration>
349 <npmVersion>4.3.0</npmVersion>
350 <nodeJsVersion>7.5.0</nodeJsVersion>
351 <nodeJsDirectory>/tmp/nodejs</nodeJsDirectory>
352 </configuration>
353 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200354
355 <plugin>
356 <groupId>org.apache.maven.plugins</groupId>
357 <artifactId>maven-assembly-plugin</artifactId>
358 <version>2.6</version>
359 </plugin>
360
361 <plugin>
362 <groupId>org.codehaus.mojo</groupId>
363 <artifactId>exec-maven-plugin</artifactId>
364 <version>1.4.0</version>
365 </plugin>
366 <plugin>
367 <groupId>org.sonarsource.scanner.maven</groupId>
368 <artifactId>sonar-maven-plugin</artifactId>
369 <version>3.0.2</version>
370 </plugin>
371 </plugins>
372 </pluginManagement>
373
374 <plugins>
375
376 <plugin>
377 <artifactId>maven-surefire-plugin</artifactId>
378 <version>2.19.1</version>
379 <configuration>
380 <systemPropertyVariables>
381 <logback.configurationFile>src/test/resources/logback-test.xml</logback.configurationFile>
382 </systemPropertyVariables>
383 </configuration>
384 </plugin>
385
386 <!-- ================================================== -->
387 <!-- Set the JDK compiler version. -->
388 <!-- ================================================== -->
389 <plugin>
390 <groupId>org.apache.maven.plugins</groupId>
391 <artifactId>maven-compiler-plugin</artifactId>
392 <version>2.5.1</version>
393 <inherited>true</inherited>
394 <configuration>
395 <source>1.8</source>
396 <target>1.8</target>
397 </configuration>
398 </plugin>
399
400 <!-- ============================================= -->
401 <!-- Java Code Coverage -->
402 <!-- ============================================= -->
403 <plugin>
404 <groupId>org.jacoco</groupId>
405 <artifactId>jacoco-maven-plugin</artifactId>
406 <version>0.7.1.201405082137</version>
407 <inherited>True</inherited>
408
409 <executions>
410
411 <!-- Unit-Tests -->
412 <execution>
413 <id>prepare-agent</id>
414 <goals>
415 <goal>prepare-agent</goal>
416 </goals>
417 <configuration>
418 <destFile>${sonar.jacoco.reportPath}</destFile>
419 </configuration>
420 </execution>
421
422
423 <execution>
424 <id>report</id>
425 <goals>
426 <goal>report</goal>
427 </goals>
428 <configuration>
429 <dataFile>${sonar.jacoco.reportPath}</dataFile>
430 <outputDirectory>${project.basedir}/target/site/jacoco</outputDirectory>
431 </configuration>
432 </execution>
433
434 <!-- Integration Tests (Only report goal) -->
435 <execution>
436 <id>report-integration</id>
437 <goals>
438 <goal>report-integration</goal>
439 </goals>
440 <configuration>
441 <dataFile>${sonar.jacoco.itReportPath}</dataFile>
442 <outputDirectory>${project.basedir}/target/site/it-jacoco</outputDirectory>
443 </configuration>
444 </execution>
445 </executions>
446 </plugin>
447
448
449
450 <!-- ================================================== -->
451 <!-- Set the deployment repositories properties. -->
452 <!-- ================================================== -->
453 <plugin>
454 <groupId>org.codehaus.gmaven</groupId>
455 <artifactId>gmaven-plugin</artifactId>
456 <version>1.4</version>
457 <executions>
458 <execution>
459 <inherited>false</inherited>
460 <phase>integration-test</phase>
461 <goals>
462 <goal>execute</goal>
463 </goals>
464 <configuration>
465 <source>
466 pom.properties['deploy.url']=
467 pom.version.contains('-SNAPSHOT') ?
468 project.distributionManagement.snapshotRepository.url :
469 project.distributionManagement.repository.url;
470 pom.properties['repo.id']= pom.version.contains('-SNAPSHOT') ?
471 project.distributionManagement.snapshotRepository.id :
472 project.distributionManagement.repository.id;
473 </source>
474 </configuration>
475 </execution>
476 </executions>
477 </plugin>
478
ml636rd0214c72017-02-22 11:36:55 +0200479 <!-- Staging Plugin -->
480 <plugin>
481 <groupId>org.sonatype.plugins</groupId>
482 <artifactId>nexus-staging-maven-plugin</artifactId>
483 <version>1.6.7</version>
484 <extensions>true</extensions>
485 <configuration>
486 <nexusUrl>${nexus.proxy}</nexusUrl>
487 <stagingProfileId>${staging.profile.id}</stagingProfileId>
488 <serverId>ecomp-staging</serverId>
489 </configuration>
490 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200491
492 <!-- license plugin -->
493 <plugin>
494 <groupId>org.codehaus.mojo</groupId>
495 <artifactId>license-maven-plugin</artifactId>
496 <version>1.10</version>
497 <configuration>
498 <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
499 <processStartTag>============LICENSE_START=======================================================</processStartTag>
500 <processEndTag>============LICENSE_END=========================================================</processEndTag>
501 <sectionDelimiter>================================================================================</sectionDelimiter>
502 <licenseName>apache_v2</licenseName>
503 <inceptionYear>2017</inceptionYear>
504 <organizationName>AT&amp;T Intellectual Property. All rights reserved.</organizationName>
505 <projectName>SDC</projectName>
506 <canUpdateCopyright>true</canUpdateCopyright>
507 <canUpdateDescription>true</canUpdateDescription>
508 <canUpdateLicense>true</canUpdateLicense>
509 <emptyLineAfterHeader>true</emptyLineAfterHeader>
510 <verbose>false</verbose>
511 <includes>
512 <include>**/*.java</include>
513 <include>**/*.js</include>
514 <include>**/*.ts</include>
515 </includes>
516 <roots>
517 <root>src</root>
518 <root>app</root>
519 <root>server-mock</root>
520 <root>typings</root>
521 </roots>
522 </configuration>
523 <executions>
524 <execution>
525 <id>first</id>
526 <goals>
527 <goal>update-file-header</goal>
528 </goals>
529 <!--phase>process-sources</phase-->
530 </execution>
531 </executions>
532 </plugin>
533
534 <!-- blackduck maven plugin -->
535 <!-- <plugin>
536 <groupId>com.blackducksoftware.integration</groupId>
537 <artifactId>hub-maven-plugin</artifactId>
538 <version>1.0.4</version>
539 <inherited>false</inherited>
540 <configuration>
541 <target>${project.basedir}</target>
542 </configuration>
543 <executions>
544 <execution>
545 <id>create-bdio-file</id>
546 <phase>package</phase>
547 <goals>
548 <goal>createHubOutput</goal>
549 </goals>
550 </execution>
551 </executions>
552 </plugin> -->
553 </plugins>
554 </build>
555
556
557
ml636rd0214c72017-02-22 11:36:55 +0200558 <repositories>
559 <repository>
560 <id>virtuos</id>
561 <name>Virtuos</name>
562 <url>http://nexus.virtuos.uos.de/nexus/content/repositories/public/</url>
563 <layout>default</layout>
564 </repository>
565 <repository>
566 <id>apache-public</id>
567 <name>Apache-Public</name>
568 <url>https://repository.apache.org/content/groups/public/</url>
569 <layout>default</layout>
570 </repository>
571 <repository>
572 <id>elasticsearch-releases</id>
573 <url>https://maven.elasticsearch.org/releases</url>
574 <releases>
575 <enabled>true</enabled>
576 </releases>
577 <snapshots>
578 <enabled>false</enabled>
579 </snapshots>
580 </repository>
581 <repository>
582 <id>central</id>
583 <name>Official Maven repository</name>
584 <url>http://repo2.maven.org/maven2/</url>
585 </repository>
586 <repository>
587 <id>ecomp-releases</id>
588 <name>Release Repository</name>
589 <url>${nexus.proxy}/content/repositories/releases/</url>
590 </repository>
591 <repository>
592 <id>ecomp-staging</id>
593 <name>Staging Repository</name>
594 <url>${nexus.proxy}/content/repositories/staging/</url>
595 </repository>
596 <repository>
597 <id>ecomp-snapshots</id>
598 <name>Snapshots Repository</name>
599 <url>${nexus.proxy}/content/repositories/snapshots/</url>
600 </repository>
601 <repository>
602 <id>node</id>
603 <name>Node</name>
604 <url>https://maven-nodejs-proxy.pvtool.org/</url>
605 </repository>
606 </repositories>
Michael Lando451a3402017-02-19 10:28:42 +0200607
ml636rd0214c72017-02-22 11:36:55 +0200608 <distributionManagement>
Michael Lando451a3402017-02-19 10:28:42 +0200609
ml636rd0214c72017-02-22 11:36:55 +0200610 <repository>
611 <id>ecomp-releases</id>
612 <name>Release Repository</name>
613 <url>${nexus.proxy}/content/repositories/releases/</url>
614 </repository>
615 <snapshotRepository>
616 <id>ecomp-snapshots</id>
617 <name>Snapshot Repository</name>
618 <url>${nexus.proxy}/content/repositories/snapshots/</url>
619 </snapshotRepository>
Michael Lando451a3402017-02-19 10:28:42 +0200620
ml636rd0214c72017-02-22 11:36:55 +0200621 </distributionManagement>
622 </project>
Michael Lando451a3402017-02-19 10:28:42 +0200623