blob: 38c63ec1bcdc108f940fabbb80e2344b0bf773fb [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>
Gautam Shah3de22e12018-04-21 16:18:37 +053011 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Michael Lando451a3402017-02-19 10:28:42 +020012
Gautam Shah3de22e12018-04-21 16:18:37 +053013 <!-- 3rd parties versions -->
14 <lang3.version>3.3.2</lang3.version>
15 <guava.version>18.0</guava.version>
16 <titan.version>1.0.0</titan.version>
17 <sdc.titan.version>1.2.0</sdc.titan.version>
Michael Lando5b593492018-07-29 16:13:45 +030018 <spring.version>4.3.17.RELEASE</spring.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053019 <spring.security.version>3.2.3.RELEASE</spring.security.version>
20 <spring.ldap.version>2.0.1.RELEASE</spring.ldap.version>
Michael Lando5b593492018-07-29 16:13:45 +030021 <jersey-bom.version>2.27</jersey-bom.version>
22 <servlet-api.version>3.1.0</servlet-api.version>
23 <wire-mock.version>2.18.0</wire-mock.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053024 <ecomp.version>1.1.0</ecomp.version>
Michael Lando451a3402017-02-19 10:28:42 +020025
Gautam Shah3de22e12018-04-21 16:18:37 +053026 <!-- Elastic Search mapper (reference the elastic search version actually). -->
27 <elastic-search.version>2.4.0</elastic-search.version>
28 <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version>
29 <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version>
Tal Gitelmanc63a3402018-08-05 17:16:15 +030030 <jetty.version>9.3.20.v20170531</jetty.version>
Michael Lando451a3402017-02-19 10:28:42 +020031
Gautam Shah3de22e12018-04-21 16:18:37 +053032 <!-- JSON and YAML Parsing -->
Michael Lando5b593492018-07-29 16:13:45 +030033 <jackson.version>2.8.10</jackson.version>
34 <jackson-annotations.version>2.8.0</jackson-annotations.version>
Michael Lando451a3402017-02-19 10:28:42 +020035
Gautam Shah3de22e12018-04-21 16:18:37 +053036 <!-- Yaml for properties -->
37 <snakeyaml.version>1.14</snakeyaml.version>
Michael Lando5b593492018-07-29 16:13:45 +030038 <functionaljava.version>4.7</functionaljava.version>
Michael Lando12368942018-05-13 19:19:46 +030039 <httpclient.version>4.5.3</httpclient.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053040 <httpcore.version>4.4.1</httpcore.version>
41 <json-simple.version>1.1</json-simple.version>
AviZi280f8012017-06-09 02:39:56 +030042
Gautam Shah3de22e12018-04-21 16:18:37 +053043 <!-- Logging start -->
44 <!-- logback -->
Gitelman, Tal (tg851x)483c3d92018-03-12 18:41:15 +020045 <logback.version>1.2.3</logback.version>
Michael Lando5b593492018-07-29 16:13:45 +030046 <slf4j-api.version>1.7.25</slf4j-api.version>
AviZi280f8012017-06-09 02:39:56 +030047 <commons-codec>1.10</commons-codec>
48 <commons-logging>1.2</commons-logging>
Gautam Shah3de22e12018-04-21 16:18:37 +053049 <groovy.version>2.4.13</groovy.version>
50 <janino.version>3.0.6</janino.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030051
Gautam Shah3de22e12018-04-21 16:18:37 +053052 <!-- aspects -->
53 <jcabi.version>0.20.1</jcabi.version>
54 <aspectjrt.version>1.8.4</aspectjrt.version>
55 <aspectj.version>1.7.4</aspectj.version>
Michael Landodc856bb2018-08-13 13:27:52 +030056 <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030057
Gautam Shah3de22e12018-04-21 16:18:37 +053058 <!-- Logging end -->
59 <!-- System Metrics -->
60 <sigar.version>1.6.4</sigar.version>
Michael Lando451a3402017-02-19 10:28:42 +020061
Gautam Shah3de22e12018-04-21 16:18:37 +053062 <regex.version>3.0.3</regex.version>
Michael Lando451a3402017-02-19 10:28:42 +020063
Gautam Shah3de22e12018-04-21 16:18:37 +053064 <!--GSON-->
65 <gson.version>2.3.1</gson.version>
AviZi280f8012017-06-09 02:39:56 +030066
67 <!--listen to file changes-->
68 <commons-jci-core.version>1.1</commons-jci-core.version>
69
Gautam Shah3de22e12018-04-21 16:18:37 +053070 <!--TESTING-->
Michael Lando5b593492018-07-29 16:13:45 +030071 <mockito.version>2.18.3</mockito.version>
Michael Landodc856bb2018-08-13 13:27:52 +030072 <jmockit.version>1.33</jmockit.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053073 <junit.version>4.12</junit.version>
Michael Lando5b593492018-07-29 16:13:45 +030074 <assertj.version>3.10.0</assertj.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053075 <testng.version>6.9.10</testng.version>
76 <extentreports.version>3.0.3</extentreports.version>
Michael Lando5b593492018-07-29 16:13:45 +030077 <cucumber.version>2.4.0</cucumber.version>
Piotr Darosz00814512018-06-18 12:46:35 +020078 <bean-matchers.version>0.11</bean-matchers.version>
Michael Landoa5445102018-03-04 14:53:33 +020079
Gautam Shah3de22e12018-04-21 16:18:37 +053080 <!-- parser-->
Michael Lando5b593492018-07-29 16:13:45 +030081 <sdc-tosca-parser.version>1.3.5</sdc-tosca-parser.version>
Michael Landoa5445102018-03-04 14:53:33 +020082
Michael Lando5b593492018-07-29 16:13:45 +030083 <!-- sonar -->
Gautam Shah3de22e12018-04-21 16:18:37 +053084 <sonar.language>java</sonar.language>
Michael Lando734d54d2018-07-30 12:31:21 +030085 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
86 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
87 <sonar.branch>${project.version}</sonar.branch>
ml636rd0214c72017-02-22 11:36:55 +020088
Gautam Shah3de22e12018-04-21 16:18:37 +053089 <!--cassandra -->
90 <cassandra.driver.version>3.0.0</cassandra.driver.version>
91 <!-- maven central (Nexus) -->
92 <nexus.id.release>nexus</nexus.id.release>
93 <nexus.id.snapshot>nexus</nexus.id.snapshot>
Tal Gitelman51d50f02017-12-10 18:55:03 +020094
Gautam Shah3de22e12018-04-21 16:18:37 +053095 <!--nexus-->
Michael Landodc856bb2018-08-13 13:27:52 +030096 <npm.registry>https://registry.npmjs.org/</npm.registry>
97 <!-- https://nexus.onap.org/content/repositories/npm/ -->
Gautam Shah3de22e12018-04-21 16:18:37 +053098 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
99 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
100 <staging.profile.id>176c31dfe190a</staging.profile.id>
101 <!--maven-->
102 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
Gautam Shah3de22e12018-04-21 16:18:37 +0530103 <!--docker tags-->
104 <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
Michael Landodc856bb2018-08-13 13:27:52 +0300105
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200106
Gautam Shah3de22e12018-04-21 16:18:37 +0530107 </properties>
Michael Lando451a3402017-02-19 10:28:42 +0200108
Gautam Shah3de22e12018-04-21 16:18:37 +0530109 <dependencyManagement>
110 <dependencies>
111 <dependency>
112 <groupId>org.glassfish.jersey.ext</groupId>
113 <artifactId>jersey-bean-validation</artifactId>
114 <version>${jersey-bom.version}</version>
115 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200116
Gautam Shah3de22e12018-04-21 16:18:37 +0530117 <dependency>
118 <groupId>org.glassfish.hk2.external</groupId>
119 <artifactId>asm-all-repackaged</artifactId>
120 <version>2.4.0</version>
121 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200122
Gautam Shah3de22e12018-04-21 16:18:37 +0530123 <dependency>
124 <groupId>org.assertj</groupId>
125 <artifactId>assertj-core</artifactId>
126 <version>${assertj.version}</version>
127 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200128
Gautam Shah3de22e12018-04-21 16:18:37 +0530129 <dependency>
130 <groupId>org.mockito</groupId>
131 <artifactId>mockito-core</artifactId>
132 <version>${mockito.version}</version>
133 </dependency>
Tal Gitelmanb2533e52018-06-06 14:46:07 +0300134
Yuli Shlosberge4669312018-04-26 15:48:26 +0300135 <dependency>
136 <groupId>org.jmockit</groupId>
137 <artifactId>jmockit</artifactId>
138 <version>${jmockit.version}</version>
139 </dependency>
140
Michael Landoa5445102018-03-04 14:53:33 +0200141
Gautam Shah3de22e12018-04-21 16:18:37 +0530142 <dependency>
143 <groupId>com.github.tomakehurst</groupId>
Michael Lando5b593492018-07-29 16:13:45 +0300144 <artifactId>wiremock-standalone</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530145 <version>${wire-mock.version}</version>
146 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200147
148 <dependency>
149 <groupId>io.cucumber</groupId>
150 <artifactId>cucumber-java</artifactId>
151 <version>${cucumber.version}</version>
152 </dependency>
153
154 <dependency>
155 <groupId>io.cucumber</groupId>
156 <artifactId>cucumber-junit</artifactId>
157 <version>${cucumber.version}</version>
158 </dependency>
Michael Lando5b593492018-07-29 16:13:45 +0300159
160 <dependency>
161 <groupId>org.apache.commons</groupId>
162 <artifactId>commons-lang3</artifactId>
163 <version>${lang3.version}</version>
164 </dependency>
Gautam Shah3de22e12018-04-21 16:18:37 +0530165 </dependencies>
166 </dependencyManagement>
Michael Landoa5445102018-03-04 14:53:33 +0200167
Gautam Shah3de22e12018-04-21 16:18:37 +0530168 <reporting>
169 <plugins>
170 <plugin>
171 <groupId>org.apache.maven.plugins</groupId>
172 <artifactId>maven-javadoc-plugin</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300173 <version>3.0.1</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530174 <configuration>
175 <failOnError>false</failOnError>
176 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
177 <docletArtifact>
178 <groupId>org.umlgraph</groupId>
179 <artifactId>umlgraph</artifactId>
180 <version>5.6</version>
181 </docletArtifact>
182 <additionalparam>-views</additionalparam>
183 <useStandardDocletOptions>true</useStandardDocletOptions>
184 </configuration>
185 </plugin>
186 </plugins>
187 </reporting>
Michael Lando451a3402017-02-19 10:28:42 +0200188
Gautam Shah3de22e12018-04-21 16:18:37 +0530189 <build>
190 <pluginManagement>
191 <plugins>
vempo806d0772018-08-08 15:40:46 +0300192 <plugin>
193 <groupId>org.jacoco</groupId>
194 <artifactId>jacoco-maven-plugin</artifactId>
195 <version>0.8.1</version>
196 </plugin>
Gautam Shah3de22e12018-04-21 16:18:37 +0530197 <plugin>
198 <groupId>org.apache.maven.plugins</groupId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530199 <artifactId>maven-assembly-plugin</artifactId>
200 <version>3.1.0</version>
201 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200202
Gautam Shah3de22e12018-04-21 16:18:37 +0530203 <plugin>
204 <groupId>org.codehaus.mojo</groupId>
205 <artifactId>exec-maven-plugin</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300206 <version>1.6.0</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530207 </plugin>
208 <plugin>
209 <groupId>org.sonarsource.scanner.maven</groupId>
210 <artifactId>sonar-maven-plugin</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300211 <version>3.4.1.1168</version>
212 </plugin>
213 <plugin>
214 <groupId>org.apache.maven.plugins</groupId>
215 <artifactId>maven-clean-plugin</artifactId>
216 <version>3.1.0</version>
217 </plugin>
218 <plugin>
219 <groupId>ru.yaal.maven</groupId>
220 <artifactId>write-text-files-maven-plugin</artifactId>
221 <version>1.1</version>
222 </plugin>
223 <plugin>
224 <groupId>org.codehaus.gmaven</groupId>
225 <artifactId>gmaven-plugin</artifactId>
226 <version>1.5</version>
227 </plugin>
228 <plugin>
229 <groupId>org.codehaus.mojo</groupId>
230 <artifactId>build-helper-maven-plugin</artifactId>
231 <version>3.0.0</version>
232 </plugin>
233 <plugin>
234 <groupId>org.apache.maven.plugins</groupId>
235 <artifactId>maven-deploy-plugin</artifactId>
236 <version>2.8.2</version>
237 </plugin>
238 <plugin>
239 <groupId>org.apache.maven.plugins</groupId>
240 <artifactId>maven-shade-plugin</artifactId>
241 <version>3.1.1</version>
242 </plugin>
243 <plugin>
244 <groupId>org.apache.maven.plugins</groupId>
245 <artifactId>maven-resources-plugin</artifactId>
246 <version>3.1.0</version>
247 </plugin>
248 <plugin>
249 <groupId>io.fabric8</groupId>
250 <artifactId>docker-maven-plugin</artifactId>
251 <version>0.26.0</version>
252 </plugin>
253 <plugin>
254 <groupId>org.apache.maven.plugins</groupId>
255 <artifactId>maven-war-plugin</artifactId>
256 <version>3.2.2</version>
257 </plugin>
258 <plugin>
259 <groupId>com.github.eirslett</groupId>
260 <artifactId>frontend-maven-plugin</artifactId>
261 <version>1.6</version>
262 </plugin>
263 <plugin>
264 <groupId>org.apache.maven.plugins</groupId>
265 <artifactId>maven-surefire-plugin</artifactId>
266 <version>2.22.0</version>
267 </plugin>
268 <plugin>
269 <groupId>org.apache.maven.plugins</groupId>
270 <artifactId>maven-compiler-plugin</artifactId>
271 <version>3.8.0</version>
272 </plugin>
273 <plugin>
274 <groupId>org.sonatype.plugins</groupId>
275 <artifactId>nexus-staging-maven-plugin</artifactId>
276 <version>1.6.8</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530277 </plugin>
278 </plugins>
279 </pluginManagement>
Michael Lando451a3402017-02-19 10:28:42 +0200280
Gautam Shah3de22e12018-04-21 16:18:37 +0530281 <plugins>
Michael Lando546f7cf2017-09-23 00:05:17 +0300282
Gautam Shah3de22e12018-04-21 16:18:37 +0530283 <!-- Staging Plugin -->
284 <plugin>
285 <groupId>org.sonatype.plugins</groupId>
286 <artifactId>nexus-staging-maven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530287 <extensions>true</extensions>
288 <configuration>
289 <nexusUrl>${nexus.proxy}</nexusUrl>
290 <stagingProfileId>${staging.profile.id}</stagingProfileId>
291 <serverId>ecomp-staging</serverId>
292 </configuration>
293 </plugin>
Michael Lando546f7cf2017-09-23 00:05:17 +0300294
Gautam Shah3de22e12018-04-21 16:18:37 +0530295 <!-- plugin for parsing the project version -->
296 <plugin>
297 <groupId>org.codehaus.mojo</groupId>
298 <artifactId>build-helper-maven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530299 <executions>
300 <execution>
301 <id>parse-version</id>
Michael Landodc856bb2018-08-13 13:27:52 +0300302 <phase>pre-clean</phase>
Gautam Shah3de22e12018-04-21 16:18:37 +0530303 <goals>
304 <goal>parse-version</goal>
305 </goals>
306 </execution>
307 </executions>
308 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200309
Gautam Shah3de22e12018-04-21 16:18:37 +0530310 <!-- Java Code Coverage -->
311 <plugin>
312 <groupId>org.jacoco</groupId>
313 <artifactId>jacoco-maven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530314 <executions>
315 <execution>
316 <id>default-prepare-agent</id>
317 <goals>
318 <goal>prepare-agent</goal>
319 </goals>
320 </execution>
321 <execution>
322 <id>default-report</id>
323 <goals>
324 <goal>report</goal>
325 </goals>
326 </execution>
327 </executions>
328 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200329
Gautam Shah3de22e12018-04-21 16:18:37 +0530330 <plugin>
331 <groupId>org.apache.maven.plugins</groupId>
332 <artifactId>maven-site-plugin</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300333 <version>3.7.1</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530334 <dependencies>
335 <dependency>
336 <groupId>org.apache.maven.wagon</groupId>
337 <artifactId>wagon-webdav-jackrabbit</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300338 <version>3.0.0</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530339 </dependency>
340 </dependencies>
341 </plugin>
Michael Landoa5445102018-03-04 14:53:33 +0200342
Gautam Shah3de22e12018-04-21 16:18:37 +0530343 <!-- Set the deployment repositories properties. -->
344 <plugin>
345 <groupId>org.codehaus.gmaven</groupId>
346 <artifactId>gmaven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530347 <executions>
348 <execution>
349 <inherited>false</inherited>
350 <phase>integration-test</phase>
351 <goals>
352 <goal>execute</goal>
353 </goals>
354 <configuration>
355 <source>
356 pom.properties['deploy.url'] =
Michael Lando5b593492018-07-29 16:13:45 +0300357 pom.version.contains('-SNAPSHOT') ?
358 project.distributionManagement.snapshotRepository.url :
359 project.distributionManagement.repository.url;
Gautam Shah3de22e12018-04-21 16:18:37 +0530360 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
Michael Lando5b593492018-07-29 16:13:45 +0300361 project.distributionManagement.snapshotRepository.id :
362 project.distributionManagement.repository.id;
Gautam Shah3de22e12018-04-21 16:18:37 +0530363 </source>
364 </configuration>
365 </execution>
366 </executions>
367 </plugin>
Gautam Shah3de22e12018-04-21 16:18:37 +0530368 <plugin>
Michael Landodc856bb2018-08-13 13:27:52 +0300369 <groupId>org.apache.maven.plugins</groupId>
370 <artifactId>maven-compiler-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530371 <configuration>
Michael Landodc856bb2018-08-13 13:27:52 +0300372 <source>1.8</source>
373 <target>1.8</target>
Gautam Shah3de22e12018-04-21 16:18:37 +0530374 </configuration>
Michael Landodc856bb2018-08-13 13:27:52 +0300375 </plugin>
376 <plugin>
377 <groupId>org.apache.maven.plugins</groupId>
378 <artifactId>maven-surefire-plugin</artifactId>
379 <configuration>
380 <printSummary>false</printSummary>
381 </configuration>
Gautam Shah3de22e12018-04-21 16:18:37 +0530382 </plugin>
383 </plugins>
384 </build>
AviZi280f8012017-06-09 02:39:56 +0300385
Gautam Shah3de22e12018-04-21 16:18:37 +0530386 <profiles>
387 <profile>
388 <id>all</id>
389 <activation>
390 <activeByDefault>true</activeByDefault>
391 </activation>
392 <modules>
Michael Landoa6c79102018-04-30 21:54:40 +0300393 <module>onboarding</module>
Michael Landodc856bb2018-08-13 13:27:52 +0300394 <module>security-utils</module>
395 <module>common-app-api</module>
Gautam Shah3de22e12018-04-21 16:18:37 +0530396 <module>common-be</module>
397 <module>catalog-dao</module>
398 <module>catalog-model</module>
399 <module>catalog-be</module>
400 <module>asdctool</module>
401 <module>catalog-ui</module>
402 <module>catalog-fe</module>
403 <module>test-apis-ci</module>
404 <module>ui-ci</module>
405 <module>sdc-os-chef</module>
406 <module>utils/webseal-simulator</module>
407 </modules>
Michael Lando451a3402017-02-19 10:28:42 +0200408
Gautam Shah3de22e12018-04-21 16:18:37 +0530409 </profile>
AviZi280f8012017-06-09 02:39:56 +0300410
Gautam Shah3de22e12018-04-21 16:18:37 +0530411 <profile>
412 <id>catalog</id>
413 <activation>
414 <activeByDefault>false</activeByDefault>
415 </activation>
416 <modules>
417 <module>security-utils</module>
418 <module>common-app-api</module>
419 <module>common-be</module>
420 <module>catalog-dao</module>
421 <module>catalog-model</module>
422 <module>catalog-be</module>
423 <module>asdctool</module>
424 <module>catalog-ui</module>
425 <module>catalog-fe</module>
426 <module>test-apis-ci</module>
427 <module>ui-ci</module>
428 </modules>
sheetalm297209b2018-02-20 19:06:27 +0530429
Gautam Shah3de22e12018-04-21 16:18:37 +0530430 <properties>
431 <ecomp.version>1.2.7</ecomp.version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530432 <sdc-tosca-parser.version>1.1.32</sdc-tosca-parser.version>
433 </properties>
434 </profile>
AviZi280f8012017-06-09 02:39:56 +0300435
Gautam Shah3de22e12018-04-21 16:18:37 +0530436 <profile>
437 <id>onboarding</id>
438 <activation>
439 <activeByDefault>false</activeByDefault>
440 </activation>
441 <modules>
Gautam Shah3de22e12018-04-21 16:18:37 +0530442 <module>onboarding</module>
443 </modules>
444 </profile>
AviZi280f8012017-06-09 02:39:56 +0300445
Gautam Shah3de22e12018-04-21 16:18:37 +0530446 </profiles>
447
448 <repositories>
449 <!-- LF repositories -->
450 <repository>
451 <id>ecomp-releases</id>
452 <name>Release Repository</name>
453 <url>${nexus.proxy}/content/repositories/releases/</url>
454 </repository>
455 <repository>
456 <id>ecomp-snapshots</id>
457 <name>Snapshots Repository</name>
458 <url>${nexus.proxy}/content/repositories/snapshots/</url>
459 </repository>
460 <repository>
461 <id>ecomp-public</id>
462 <name>Public Repository</name>
463 <url>${nexus.proxy}/content/repositories/public/</url>
464 </repository>
465 <!-- LF repositories END-->
466 </repositories>
467
468 <distributionManagement>
469 <repository>
470 <id>ecomp-releases</id>
471 <name>Release Repository</name>
472 <url>${nexus.proxy}/content/repositories/releases/</url>
473 </repository>
474 <snapshotRepository>
475 <id>ecomp-snapshots</id>
476 <name>Snapshot Repository</name>
477 <url>${nexus.proxy}/content/repositories/snapshots/</url>
478 </snapshotRepository>
479 <site>
480 <id>ecomp-site</id>
481 <url>dav:${nexus.proxy}${sitePath}</url>
482 </site>
483 </distributionManagement>
Tal Gitelmanc63a3402018-08-05 17:16:15 +0300484</project>