blob: 1fc278983919e3808c1aeeb724b51de8e87dfa4f [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>
dekstroza37843cb2018-05-18 14:42:24 +0100278 <plugin>
279 <groupId>com.github.sylvainlaurent.maven</groupId>
280 <artifactId>yaml-json-validator-maven-plugin</artifactId>
281 <version>1.0.1</version>
282 </plugin>
Gautam Shah3de22e12018-04-21 16:18:37 +0530283 </plugins>
284 </pluginManagement>
Michael Lando451a3402017-02-19 10:28:42 +0200285
Gautam Shah3de22e12018-04-21 16:18:37 +0530286 <plugins>
Michael Lando546f7cf2017-09-23 00:05:17 +0300287
Gautam Shah3de22e12018-04-21 16:18:37 +0530288 <!-- Staging Plugin -->
289 <plugin>
290 <groupId>org.sonatype.plugins</groupId>
291 <artifactId>nexus-staging-maven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530292 <extensions>true</extensions>
293 <configuration>
294 <nexusUrl>${nexus.proxy}</nexusUrl>
295 <stagingProfileId>${staging.profile.id}</stagingProfileId>
296 <serverId>ecomp-staging</serverId>
297 </configuration>
298 </plugin>
Michael Lando546f7cf2017-09-23 00:05:17 +0300299
Gautam Shah3de22e12018-04-21 16:18:37 +0530300 <!-- plugin for parsing the project version -->
301 <plugin>
302 <groupId>org.codehaus.mojo</groupId>
303 <artifactId>build-helper-maven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530304 <executions>
305 <execution>
306 <id>parse-version</id>
Michael Landodc856bb2018-08-13 13:27:52 +0300307 <phase>pre-clean</phase>
Gautam Shah3de22e12018-04-21 16:18:37 +0530308 <goals>
309 <goal>parse-version</goal>
310 </goals>
311 </execution>
312 </executions>
313 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200314
Gautam Shah3de22e12018-04-21 16:18:37 +0530315 <!-- Java Code Coverage -->
316 <plugin>
317 <groupId>org.jacoco</groupId>
318 <artifactId>jacoco-maven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530319 <executions>
320 <execution>
321 <id>default-prepare-agent</id>
322 <goals>
323 <goal>prepare-agent</goal>
324 </goals>
325 </execution>
326 <execution>
327 <id>default-report</id>
328 <goals>
329 <goal>report</goal>
330 </goals>
331 </execution>
332 </executions>
333 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200334
Gautam Shah3de22e12018-04-21 16:18:37 +0530335 <plugin>
336 <groupId>org.apache.maven.plugins</groupId>
337 <artifactId>maven-site-plugin</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300338 <version>3.7.1</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530339 <dependencies>
340 <dependency>
341 <groupId>org.apache.maven.wagon</groupId>
342 <artifactId>wagon-webdav-jackrabbit</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300343 <version>3.0.0</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530344 </dependency>
345 </dependencies>
346 </plugin>
Michael Landoa5445102018-03-04 14:53:33 +0200347
Gautam Shah3de22e12018-04-21 16:18:37 +0530348 <!-- Set the deployment repositories properties. -->
349 <plugin>
350 <groupId>org.codehaus.gmaven</groupId>
351 <artifactId>gmaven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530352 <executions>
353 <execution>
354 <inherited>false</inherited>
355 <phase>integration-test</phase>
356 <goals>
357 <goal>execute</goal>
358 </goals>
359 <configuration>
360 <source>
361 pom.properties['deploy.url'] =
Michael Lando5b593492018-07-29 16:13:45 +0300362 pom.version.contains('-SNAPSHOT') ?
363 project.distributionManagement.snapshotRepository.url :
364 project.distributionManagement.repository.url;
Gautam Shah3de22e12018-04-21 16:18:37 +0530365 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
Michael Lando5b593492018-07-29 16:13:45 +0300366 project.distributionManagement.snapshotRepository.id :
367 project.distributionManagement.repository.id;
Gautam Shah3de22e12018-04-21 16:18:37 +0530368 </source>
369 </configuration>
370 </execution>
371 </executions>
372 </plugin>
Gautam Shah3de22e12018-04-21 16:18:37 +0530373 <plugin>
Michael Landodc856bb2018-08-13 13:27:52 +0300374 <groupId>org.apache.maven.plugins</groupId>
375 <artifactId>maven-compiler-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530376 <configuration>
Michael Landodc856bb2018-08-13 13:27:52 +0300377 <source>1.8</source>
378 <target>1.8</target>
Gautam Shah3de22e12018-04-21 16:18:37 +0530379 </configuration>
Michael Landodc856bb2018-08-13 13:27:52 +0300380 </plugin>
381 <plugin>
382 <groupId>org.apache.maven.plugins</groupId>
383 <artifactId>maven-surefire-plugin</artifactId>
384 <configuration>
385 <printSummary>false</printSummary>
386 </configuration>
Gautam Shah3de22e12018-04-21 16:18:37 +0530387 </plugin>
388 </plugins>
389 </build>
AviZi280f8012017-06-09 02:39:56 +0300390
Gautam Shah3de22e12018-04-21 16:18:37 +0530391 <profiles>
392 <profile>
393 <id>all</id>
394 <activation>
395 <activeByDefault>true</activeByDefault>
396 </activation>
397 <modules>
Michael Landoa6c79102018-04-30 21:54:40 +0300398 <module>onboarding</module>
Michael Landodc856bb2018-08-13 13:27:52 +0300399 <module>security-utils</module>
400 <module>common-app-api</module>
Gautam Shah3de22e12018-04-21 16:18:37 +0530401 <module>common-be</module>
402 <module>catalog-dao</module>
403 <module>catalog-model</module>
404 <module>catalog-be</module>
405 <module>asdctool</module>
406 <module>catalog-ui</module>
407 <module>catalog-fe</module>
408 <module>test-apis-ci</module>
409 <module>ui-ci</module>
410 <module>sdc-os-chef</module>
411 <module>utils/webseal-simulator</module>
412 </modules>
Michael Lando451a3402017-02-19 10:28:42 +0200413
Gautam Shah3de22e12018-04-21 16:18:37 +0530414 </profile>
AviZi280f8012017-06-09 02:39:56 +0300415
Gautam Shah3de22e12018-04-21 16:18:37 +0530416 <profile>
417 <id>catalog</id>
418 <activation>
419 <activeByDefault>false</activeByDefault>
420 </activation>
421 <modules>
422 <module>security-utils</module>
423 <module>common-app-api</module>
424 <module>common-be</module>
425 <module>catalog-dao</module>
426 <module>catalog-model</module>
427 <module>catalog-be</module>
428 <module>asdctool</module>
429 <module>catalog-ui</module>
430 <module>catalog-fe</module>
431 <module>test-apis-ci</module>
432 <module>ui-ci</module>
433 </modules>
sheetalm297209b2018-02-20 19:06:27 +0530434
Gautam Shah3de22e12018-04-21 16:18:37 +0530435 <properties>
436 <ecomp.version>1.2.7</ecomp.version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530437 <sdc-tosca-parser.version>1.1.32</sdc-tosca-parser.version>
438 </properties>
439 </profile>
AviZi280f8012017-06-09 02:39:56 +0300440
Gautam Shah3de22e12018-04-21 16:18:37 +0530441 <profile>
442 <id>onboarding</id>
443 <activation>
444 <activeByDefault>false</activeByDefault>
445 </activation>
446 <modules>
Gautam Shah3de22e12018-04-21 16:18:37 +0530447 <module>onboarding</module>
448 </modules>
449 </profile>
AviZi280f8012017-06-09 02:39:56 +0300450
Gautam Shah3de22e12018-04-21 16:18:37 +0530451 </profiles>
452
453 <repositories>
454 <!-- LF repositories -->
455 <repository>
456 <id>ecomp-releases</id>
457 <name>Release Repository</name>
458 <url>${nexus.proxy}/content/repositories/releases/</url>
459 </repository>
460 <repository>
461 <id>ecomp-snapshots</id>
462 <name>Snapshots Repository</name>
463 <url>${nexus.proxy}/content/repositories/snapshots/</url>
464 </repository>
465 <repository>
466 <id>ecomp-public</id>
467 <name>Public Repository</name>
468 <url>${nexus.proxy}/content/repositories/public/</url>
469 </repository>
470 <!-- LF repositories END-->
471 </repositories>
472
473 <distributionManagement>
474 <repository>
475 <id>ecomp-releases</id>
476 <name>Release Repository</name>
477 <url>${nexus.proxy}/content/repositories/releases/</url>
478 </repository>
479 <snapshotRepository>
480 <id>ecomp-snapshots</id>
481 <name>Snapshot Repository</name>
482 <url>${nexus.proxy}/content/repositories/snapshots/</url>
483 </snapshotRepository>
484 <site>
485 <id>ecomp-site</id>
486 <url>dav:${nexus.proxy}${sitePath}</url>
487 </site>
488 </distributionManagement>
Tal Gitelmanc63a3402018-08-05 17:16:15 +0300489</project>