blob: 74c7e1f63b5918b8aac14bd8255d140cdfef3244 [file] [log] [blame]
Piotr Darosz20da3d02018-06-15 08:28:00 +02001<!--
2============LICENSE_START=======================================================
3SDC
4================================================================================
5Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6================================================================================
7Licensed under the Apache License, Version 2.0 (the "License");
8you may not use this file except in compliance with the License.
9You may obtain a copy of the License at
10 *
11 http://www.apache.org/licenses/LICENSE-2.0
12 *
13Unless required by applicable law or agreed to in writing, software
14distributed under the License is distributed on an "AS IS" BASIS,
15WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16See the License for the specific language governing permissions and
17limitations under the License.
18============LICENSE_END=========================================================
19Modifications copyright (c) 2018 Nokia
20================================================================================
21-->
Michael Lando451a3402017-02-19 10:28:42 +020022<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 +053023 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24 <modelVersion>4.0.0</modelVersion>
Michael Lando451a3402017-02-19 10:28:42 +020025
Gautam Shah3de22e12018-04-21 16:18:37 +053026 <groupId>org.openecomp.sdc</groupId>
27 <artifactId>sdc-main</artifactId>
Michael Landob5fc68f2018-11-15 13:36:12 +020028 <version>1.4.0-SNAPSHOT</version>
Gautam Shah3de22e12018-04-21 16:18:37 +053029 <packaging>pom</packaging>
30 <name>sdc</name>
31 <properties>
Gautam Shah3de22e12018-04-21 16:18:37 +053032 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Michael Lando451a3402017-02-19 10:28:42 +020033
Gautam Shah3de22e12018-04-21 16:18:37 +053034 <!-- 3rd parties versions -->
Satyaki Mallick3864c212018-09-19 18:51:35 +053035 <bean-matcher.version>0.11</bean-matcher.version>
36 <lang3.version>3.3.2</lang3.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053037 <lang3.version>3.3.2</lang3.version>
38 <guava.version>18.0</guava.version>
39 <titan.version>1.0.0</titan.version>
40 <sdc.titan.version>1.2.0</sdc.titan.version>
Michael Lando776213b2018-10-21 20:29:29 +030041 <spring.version>4.3.18.RELEASE</spring.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053042 <spring.security.version>3.2.3.RELEASE</spring.security.version>
43 <spring.ldap.version>2.0.1.RELEASE</spring.ldap.version>
Michael Lando5b593492018-07-29 16:13:45 +030044 <jersey-bom.version>2.27</jersey-bom.version>
45 <servlet-api.version>3.1.0</servlet-api.version>
46 <wire-mock.version>2.18.0</wire-mock.version>
Tal Gitelman7d05e162018-10-10 14:52:54 +030047 <ecomp.version>2.4.0</ecomp.version>
Piotr Darosz20da3d02018-06-15 08:28:00 +020048 <cassandra.unit.version>3.5.0.1</cassandra.unit.version>
Michael Lando451a3402017-02-19 10:28:42 +020049
Talio1468fdc2019-02-05 11:05:05 +020050 <commons.collections.version>4.1</commons.collections.version>
51
Gautam Shah3de22e12018-04-21 16:18:37 +053052 <!-- Elastic Search mapper (reference the elastic search version actually). -->
53 <elastic-search.version>2.4.0</elastic-search.version>
54 <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version>
55 <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version>
Yuli Shlosbergd4929e32018-10-02 17:51:22 +030056 <jetty.version>9.4.11.v20180605</jetty.version>
Michael Lando451a3402017-02-19 10:28:42 +020057
Gautam Shah3de22e12018-04-21 16:18:37 +053058 <!-- JSON and YAML Parsing -->
Michael Lando5b593492018-07-29 16:13:45 +030059 <jackson.version>2.8.10</jackson.version>
60 <jackson-annotations.version>2.8.0</jackson-annotations.version>
Michael Lando451a3402017-02-19 10:28:42 +020061
Gautam Shah3de22e12018-04-21 16:18:37 +053062 <!-- Yaml for properties -->
63 <snakeyaml.version>1.14</snakeyaml.version>
Michael Lando5b593492018-07-29 16:13:45 +030064 <functionaljava.version>4.7</functionaljava.version>
Michael Lando12368942018-05-13 19:19:46 +030065 <httpclient.version>4.5.3</httpclient.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053066 <httpcore.version>4.4.1</httpcore.version>
67 <json-simple.version>1.1</json-simple.version>
AviZi280f8012017-06-09 02:39:56 +030068
Gautam Shah3de22e12018-04-21 16:18:37 +053069 <!-- Logging start -->
70 <!-- logback -->
Gitelman, Tal (tg851x)483c3d92018-03-12 18:41:15 +020071 <logback.version>1.2.3</logback.version>
Michael Lando5b593492018-07-29 16:13:45 +030072 <slf4j-api.version>1.7.25</slf4j-api.version>
AviZi280f8012017-06-09 02:39:56 +030073 <commons-codec>1.10</commons-codec>
74 <commons-logging>1.2</commons-logging>
Gautam Shah3de22e12018-04-21 16:18:37 +053075 <janino.version>3.0.6</janino.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030076
Gautam Shah3de22e12018-04-21 16:18:37 +053077 <!-- aspects -->
78 <jcabi.version>0.20.1</jcabi.version>
79 <aspectjrt.version>1.8.4</aspectjrt.version>
80 <aspectj.version>1.7.4</aspectj.version>
Michael Landodc856bb2018-08-13 13:27:52 +030081 <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030082
Gautam Shah3de22e12018-04-21 16:18:37 +053083 <!-- Logging end -->
84 <!-- System Metrics -->
85 <sigar.version>1.6.4</sigar.version>
Michael Lando451a3402017-02-19 10:28:42 +020086
Gautam Shah3de22e12018-04-21 16:18:37 +053087 <regex.version>3.0.3</regex.version>
Michael Lando451a3402017-02-19 10:28:42 +020088
Gautam Shah3de22e12018-04-21 16:18:37 +053089 <!--GSON-->
90 <gson.version>2.3.1</gson.version>
AviZi280f8012017-06-09 02:39:56 +030091
92 <!--listen to file changes-->
93 <commons-jci-core.version>1.1</commons-jci-core.version>
94
Gautam Shah3de22e12018-04-21 16:18:37 +053095 <!--TESTING-->
Michael Lando5b593492018-07-29 16:13:45 +030096 <mockito.version>2.18.3</mockito.version>
Michael Landodc856bb2018-08-13 13:27:52 +030097 <jmockit.version>1.33</jmockit.version>
Gautam Shah3de22e12018-04-21 16:18:37 +053098 <junit.version>4.12</junit.version>
Michael Lando5b593492018-07-29 16:13:45 +030099 <assertj.version>3.10.0</assertj.version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530100 <testng.version>6.9.10</testng.version>
101 <extentreports.version>3.0.3</extentreports.version>
Michael Lando5b593492018-07-29 16:13:45 +0300102 <cucumber.version>2.4.0</cucumber.version>
Piotr Darosz00814512018-06-18 12:46:35 +0200103 <bean-matchers.version>0.11</bean-matchers.version>
Michael Landoa5445102018-03-04 14:53:33 +0200104
Gautam Shah3de22e12018-04-21 16:18:37 +0530105 <!-- parser-->
Michael Lando5b593492018-07-29 16:13:45 +0300106 <sdc-tosca-parser.version>1.3.5</sdc-tosca-parser.version>
Michael Landoa5445102018-03-04 14:53:33 +0200107
Michael Lando5b593492018-07-29 16:13:45 +0300108 <!-- sonar -->
Gautam Shah3de22e12018-04-21 16:18:37 +0530109 <sonar.language>java</sonar.language>
Michael Lando734d54d2018-07-30 12:31:21 +0300110 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
111 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
112 <sonar.branch>${project.version}</sonar.branch>
ml636rd0214c72017-02-22 11:36:55 +0200113
Gautam Shah3de22e12018-04-21 16:18:37 +0530114 <!--cassandra -->
115 <cassandra.driver.version>3.0.0</cassandra.driver.version>
116 <!-- maven central (Nexus) -->
117 <nexus.id.release>nexus</nexus.id.release>
118 <nexus.id.snapshot>nexus</nexus.id.snapshot>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200119
Gautam Shah3de22e12018-04-21 16:18:37 +0530120 <!--nexus-->
Michael Landodc856bb2018-08-13 13:27:52 +0300121 <npm.registry>https://registry.npmjs.org/</npm.registry>
122 <!-- https://nexus.onap.org/content/repositories/npm/ -->
Gautam Shah3de22e12018-04-21 16:18:37 +0530123 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
124 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
125 <staging.profile.id>176c31dfe190a</staging.profile.id>
126 <!--maven-->
127 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
Gautam Shah3de22e12018-04-21 16:18:37 +0530128 <!--docker tags-->
129 <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
Michael Landodc856bb2018-08-13 13:27:52 +0300130
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200131
Gautam Shah3de22e12018-04-21 16:18:37 +0530132 </properties>
Michael Lando451a3402017-02-19 10:28:42 +0200133
Michael Lando5c9769c2018-08-20 01:27:45 +0300134
Gautam Shah3de22e12018-04-21 16:18:37 +0530135 <dependencyManagement>
136 <dependencies>
137 <dependency>
138 <groupId>org.glassfish.jersey.ext</groupId>
139 <artifactId>jersey-bean-validation</artifactId>
140 <version>${jersey-bom.version}</version>
141 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200142
Gautam Shah3de22e12018-04-21 16:18:37 +0530143 <dependency>
144 <groupId>org.glassfish.hk2.external</groupId>
145 <artifactId>asm-all-repackaged</artifactId>
146 <version>2.4.0</version>
147 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200148
Gautam Shah3de22e12018-04-21 16:18:37 +0530149 <dependency>
150 <groupId>org.assertj</groupId>
151 <artifactId>assertj-core</artifactId>
152 <version>${assertj.version}</version>
153 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200154
Gautam Shah3de22e12018-04-21 16:18:37 +0530155 <dependency>
156 <groupId>org.mockito</groupId>
157 <artifactId>mockito-core</artifactId>
158 <version>${mockito.version}</version>
159 </dependency>
Tal Gitelmanb2533e52018-06-06 14:46:07 +0300160
Yuli Shlosberge4669312018-04-26 15:48:26 +0300161 <dependency>
162 <groupId>org.jmockit</groupId>
163 <artifactId>jmockit</artifactId>
164 <version>${jmockit.version}</version>
165 </dependency>
166
Michael Landoa5445102018-03-04 14:53:33 +0200167
Gautam Shah3de22e12018-04-21 16:18:37 +0530168 <dependency>
169 <groupId>com.github.tomakehurst</groupId>
Michael Lando5b593492018-07-29 16:13:45 +0300170 <artifactId>wiremock-standalone</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530171 <version>${wire-mock.version}</version>
172 </dependency>
Michael Landoa5445102018-03-04 14:53:33 +0200173
174 <dependency>
175 <groupId>io.cucumber</groupId>
176 <artifactId>cucumber-java</artifactId>
177 <version>${cucumber.version}</version>
178 </dependency>
179
180 <dependency>
181 <groupId>io.cucumber</groupId>
182 <artifactId>cucumber-junit</artifactId>
183 <version>${cucumber.version}</version>
184 </dependency>
Michael Lando5b593492018-07-29 16:13:45 +0300185
186 <dependency>
187 <groupId>org.apache.commons</groupId>
188 <artifactId>commons-lang3</artifactId>
189 <version>${lang3.version}</version>
190 </dependency>
Tal Gitelmana3b79a22018-09-25 17:22:34 +0300191 <dependency>
192 <groupId>org.codehaus.groovy</groupId>
193 <artifactId>groovy</artifactId>
194 <version>2.4.13</version>
195 </dependency>
Yuli Shlosberg79e36272018-10-02 14:45:26 +0300196 <dependency>
197 <groupId>io.netty</groupId>
198 <artifactId>netty-all</artifactId>
199 <version>4.0.45.Final</version>
200 </dependency>
201 <dependency>
202 <groupId>io.netty</groupId>
203 <artifactId>netty-handler</artifactId>
204 <version>4.0.45.Final</version>
205 </dependency>
Gautam Shah3de22e12018-04-21 16:18:37 +0530206 </dependencies>
207 </dependencyManagement>
Michael Landoa5445102018-03-04 14:53:33 +0200208
Gautam Shah3de22e12018-04-21 16:18:37 +0530209 <reporting>
210 <plugins>
211 <plugin>
212 <groupId>org.apache.maven.plugins</groupId>
213 <artifactId>maven-javadoc-plugin</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300214 <version>3.0.1</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530215 <configuration>
216 <failOnError>false</failOnError>
217 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
218 <docletArtifact>
219 <groupId>org.umlgraph</groupId>
220 <artifactId>umlgraph</artifactId>
221 <version>5.6</version>
222 </docletArtifact>
Gautam Shah3de22e12018-04-21 16:18:37 +0530223 <useStandardDocletOptions>true</useStandardDocletOptions>
224 </configuration>
225 </plugin>
226 </plugins>
227 </reporting>
Michael Lando451a3402017-02-19 10:28:42 +0200228
Gautam Shah3de22e12018-04-21 16:18:37 +0530229 <build>
230 <pluginManagement>
231 <plugins>
vempo806d0772018-08-08 15:40:46 +0300232 <plugin>
233 <groupId>org.jacoco</groupId>
234 <artifactId>jacoco-maven-plugin</artifactId>
235 <version>0.8.1</version>
236 </plugin>
Gautam Shah3de22e12018-04-21 16:18:37 +0530237 <plugin>
238 <groupId>org.apache.maven.plugins</groupId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530239 <artifactId>maven-assembly-plugin</artifactId>
240 <version>3.1.0</version>
241 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200242
Gautam Shah3de22e12018-04-21 16:18:37 +0530243 <plugin>
244 <groupId>org.codehaus.mojo</groupId>
245 <artifactId>exec-maven-plugin</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300246 <version>1.6.0</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530247 </plugin>
248 <plugin>
249 <groupId>org.sonarsource.scanner.maven</groupId>
250 <artifactId>sonar-maven-plugin</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300251 <version>3.4.1.1168</version>
252 </plugin>
253 <plugin>
254 <groupId>org.apache.maven.plugins</groupId>
255 <artifactId>maven-clean-plugin</artifactId>
256 <version>3.1.0</version>
257 </plugin>
258 <plugin>
259 <groupId>ru.yaal.maven</groupId>
260 <artifactId>write-text-files-maven-plugin</artifactId>
261 <version>1.1</version>
262 </plugin>
263 <plugin>
264 <groupId>org.codehaus.gmaven</groupId>
265 <artifactId>gmaven-plugin</artifactId>
266 <version>1.5</version>
267 </plugin>
268 <plugin>
269 <groupId>org.codehaus.mojo</groupId>
270 <artifactId>build-helper-maven-plugin</artifactId>
271 <version>3.0.0</version>
272 </plugin>
273 <plugin>
274 <groupId>org.apache.maven.plugins</groupId>
275 <artifactId>maven-deploy-plugin</artifactId>
276 <version>2.8.2</version>
277 </plugin>
278 <plugin>
279 <groupId>org.apache.maven.plugins</groupId>
280 <artifactId>maven-shade-plugin</artifactId>
281 <version>3.1.1</version>
282 </plugin>
283 <plugin>
284 <groupId>org.apache.maven.plugins</groupId>
285 <artifactId>maven-resources-plugin</artifactId>
286 <version>3.1.0</version>
287 </plugin>
288 <plugin>
289 <groupId>io.fabric8</groupId>
290 <artifactId>docker-maven-plugin</artifactId>
291 <version>0.26.0</version>
292 </plugin>
293 <plugin>
294 <groupId>org.apache.maven.plugins</groupId>
295 <artifactId>maven-war-plugin</artifactId>
296 <version>3.2.2</version>
297 </plugin>
298 <plugin>
299 <groupId>com.github.eirslett</groupId>
300 <artifactId>frontend-maven-plugin</artifactId>
301 <version>1.6</version>
302 </plugin>
303 <plugin>
304 <groupId>org.apache.maven.plugins</groupId>
305 <artifactId>maven-surefire-plugin</artifactId>
306 <version>2.22.0</version>
307 </plugin>
308 <plugin>
309 <groupId>org.apache.maven.plugins</groupId>
310 <artifactId>maven-compiler-plugin</artifactId>
311 <version>3.8.0</version>
312 </plugin>
313 <plugin>
314 <groupId>org.sonatype.plugins</groupId>
315 <artifactId>nexus-staging-maven-plugin</artifactId>
316 <version>1.6.8</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530317 </plugin>
dekstroza37843cb2018-05-18 14:42:24 +0100318 <plugin>
319 <groupId>com.github.sylvainlaurent.maven</groupId>
320 <artifactId>yaml-json-validator-maven-plugin</artifactId>
321 <version>1.0.1</version>
322 </plugin>
Gautam Shah3de22e12018-04-21 16:18:37 +0530323 </plugins>
324 </pluginManagement>
Michael Lando451a3402017-02-19 10:28:42 +0200325
Gautam Shah3de22e12018-04-21 16:18:37 +0530326 <plugins>
Michael Lando546f7cf2017-09-23 00:05:17 +0300327
Gautam Shah3de22e12018-04-21 16:18:37 +0530328 <!-- Staging Plugin -->
329 <plugin>
330 <groupId>org.sonatype.plugins</groupId>
331 <artifactId>nexus-staging-maven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530332 <extensions>true</extensions>
333 <configuration>
334 <nexusUrl>${nexus.proxy}</nexusUrl>
335 <stagingProfileId>${staging.profile.id}</stagingProfileId>
336 <serverId>ecomp-staging</serverId>
337 </configuration>
338 </plugin>
Michael Lando546f7cf2017-09-23 00:05:17 +0300339
Gautam Shah3de22e12018-04-21 16:18:37 +0530340 <!-- plugin for parsing the project version -->
341 <plugin>
342 <groupId>org.codehaus.mojo</groupId>
343 <artifactId>build-helper-maven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530344 <executions>
345 <execution>
346 <id>parse-version</id>
Michael Landodc856bb2018-08-13 13:27:52 +0300347 <phase>pre-clean</phase>
Gautam Shah3de22e12018-04-21 16:18:37 +0530348 <goals>
349 <goal>parse-version</goal>
350 </goals>
351 </execution>
352 </executions>
353 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200354
Gautam Shah3de22e12018-04-21 16:18:37 +0530355 <!-- Java Code Coverage -->
356 <plugin>
357 <groupId>org.jacoco</groupId>
358 <artifactId>jacoco-maven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530359 <executions>
360 <execution>
361 <id>default-prepare-agent</id>
362 <goals>
363 <goal>prepare-agent</goal>
364 </goals>
365 </execution>
366 <execution>
367 <id>default-report</id>
368 <goals>
369 <goal>report</goal>
370 </goals>
371 </execution>
372 </executions>
373 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200374
Gautam Shah3de22e12018-04-21 16:18:37 +0530375 <plugin>
376 <groupId>org.apache.maven.plugins</groupId>
377 <artifactId>maven-site-plugin</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300378 <version>3.7.1</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530379 <dependencies>
380 <dependency>
381 <groupId>org.apache.maven.wagon</groupId>
382 <artifactId>wagon-webdav-jackrabbit</artifactId>
Michael Landodc856bb2018-08-13 13:27:52 +0300383 <version>3.0.0</version>
Gautam Shah3de22e12018-04-21 16:18:37 +0530384 </dependency>
385 </dependencies>
386 </plugin>
Michael Landoa5445102018-03-04 14:53:33 +0200387
Gautam Shah3de22e12018-04-21 16:18:37 +0530388 <!-- Set the deployment repositories properties. -->
389 <plugin>
390 <groupId>org.codehaus.gmaven</groupId>
391 <artifactId>gmaven-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530392 <executions>
393 <execution>
394 <inherited>false</inherited>
395 <phase>integration-test</phase>
396 <goals>
397 <goal>execute</goal>
398 </goals>
399 <configuration>
400 <source>
401 pom.properties['deploy.url'] =
Michael Lando5b593492018-07-29 16:13:45 +0300402 pom.version.contains('-SNAPSHOT') ?
403 project.distributionManagement.snapshotRepository.url :
404 project.distributionManagement.repository.url;
Gautam Shah3de22e12018-04-21 16:18:37 +0530405 pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ?
Michael Lando5b593492018-07-29 16:13:45 +0300406 project.distributionManagement.snapshotRepository.id :
407 project.distributionManagement.repository.id;
Gautam Shah3de22e12018-04-21 16:18:37 +0530408 </source>
409 </configuration>
410 </execution>
411 </executions>
412 </plugin>
Gautam Shah3de22e12018-04-21 16:18:37 +0530413 <plugin>
Michael Landodc856bb2018-08-13 13:27:52 +0300414 <groupId>org.apache.maven.plugins</groupId>
415 <artifactId>maven-compiler-plugin</artifactId>
Gautam Shah3de22e12018-04-21 16:18:37 +0530416 <configuration>
Michael Landodc856bb2018-08-13 13:27:52 +0300417 <source>1.8</source>
418 <target>1.8</target>
Gautam Shah3de22e12018-04-21 16:18:37 +0530419 </configuration>
Michael Landodc856bb2018-08-13 13:27:52 +0300420 </plugin>
421 <plugin>
422 <groupId>org.apache.maven.plugins</groupId>
423 <artifactId>maven-surefire-plugin</artifactId>
424 <configuration>
425 <printSummary>false</printSummary>
426 </configuration>
Gautam Shah3de22e12018-04-21 16:18:37 +0530427 </plugin>
428 </plugins>
429 </build>
AviZi280f8012017-06-09 02:39:56 +0300430
Gautam Shah3de22e12018-04-21 16:18:37 +0530431 <profiles>
432 <profile>
433 <id>all</id>
434 <activation>
435 <activeByDefault>true</activeByDefault>
436 </activation>
437 <modules>
Michael Landoa6c79102018-04-30 21:54:40 +0300438 <module>onboarding</module>
Michael Landodc856bb2018-08-13 13:27:52 +0300439 <module>security-utils</module>
440 <module>common-app-api</module>
Gautam Shah3de22e12018-04-21 16:18:37 +0530441 <module>common-be</module>
442 <module>catalog-dao</module>
443 <module>catalog-model</module>
444 <module>catalog-be</module>
445 <module>asdctool</module>
446 <module>catalog-ui</module>
447 <module>catalog-fe</module>
448 <module>test-apis-ci</module>
449 <module>ui-ci</module>
450 <module>sdc-os-chef</module>
451 <module>utils/webseal-simulator</module>
452 </modules>
Michael Lando451a3402017-02-19 10:28:42 +0200453
Gautam Shah3de22e12018-04-21 16:18:37 +0530454 </profile>
AviZi280f8012017-06-09 02:39:56 +0300455
Gautam Shah3de22e12018-04-21 16:18:37 +0530456 <profile>
457 <id>catalog</id>
458 <activation>
459 <activeByDefault>false</activeByDefault>
460 </activation>
461 <modules>
462 <module>security-utils</module>
463 <module>common-app-api</module>
464 <module>common-be</module>
465 <module>catalog-dao</module>
466 <module>catalog-model</module>
467 <module>catalog-be</module>
468 <module>asdctool</module>
469 <module>catalog-ui</module>
470 <module>catalog-fe</module>
471 <module>test-apis-ci</module>
472 <module>ui-ci</module>
473 </modules>
sheetalm297209b2018-02-20 19:06:27 +0530474
Gautam Shah3de22e12018-04-21 16:18:37 +0530475 <properties>
Gautam Shah3de22e12018-04-21 16:18:37 +0530476 <sdc-tosca-parser.version>1.1.32</sdc-tosca-parser.version>
477 </properties>
478 </profile>
AviZi280f8012017-06-09 02:39:56 +0300479
Gautam Shah3de22e12018-04-21 16:18:37 +0530480 <profile>
481 <id>onboarding</id>
482 <activation>
483 <activeByDefault>false</activeByDefault>
484 </activation>
485 <modules>
Gautam Shah3de22e12018-04-21 16:18:37 +0530486 <module>onboarding</module>
487 </modules>
488 </profile>
AviZi280f8012017-06-09 02:39:56 +0300489
Gautam Shah3de22e12018-04-21 16:18:37 +0530490 </profiles>
491
492 <repositories>
493 <!-- LF repositories -->
494 <repository>
495 <id>ecomp-releases</id>
496 <name>Release Repository</name>
497 <url>${nexus.proxy}/content/repositories/releases/</url>
498 </repository>
499 <repository>
500 <id>ecomp-snapshots</id>
501 <name>Snapshots Repository</name>
502 <url>${nexus.proxy}/content/repositories/snapshots/</url>
503 </repository>
504 <repository>
505 <id>ecomp-public</id>
506 <name>Public Repository</name>
507 <url>${nexus.proxy}/content/repositories/public/</url>
508 </repository>
509 <!-- LF repositories END-->
510 </repositories>
511
512 <distributionManagement>
513 <repository>
514 <id>ecomp-releases</id>
515 <name>Release Repository</name>
516 <url>${nexus.proxy}/content/repositories/releases/</url>
517 </repository>
518 <snapshotRepository>
519 <id>ecomp-snapshots</id>
520 <name>Snapshot Repository</name>
521 <url>${nexus.proxy}/content/repositories/snapshots/</url>
522 </snapshotRepository>
523 <site>
524 <id>ecomp-site</id>
525 <url>dav:${nexus.proxy}${sitePath}</url>
526 </site>
527 </distributionManagement>
Tal Gitelmanc63a3402018-08-05 17:16:15 +0300528</project>