blob: d188dacca6c0e2b8e2492232d16007d4e40a9078 [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
12 <!-- ==================== -->
13 <!-- Generic properties -->
14 <!-- ==================== -->
Michael Lando9db40522017-07-22 17:10:02 +030015 <build.type>-SNAPSHOT</build.type>
Michael Lando451a3402017-02-19 10:28:42 +020016 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Michael Lando75aacbb2017-07-17 21:12:03 +030017 <sprint.number>74</sprint.number>
Michael Lando451a3402017-02-19 10:28:42 +020018
19 <!-- 3rd parties versions -->
20 <lang3.version>3.3.2</lang3.version>
21 <guava.version>18.0</guava.version>
22 <titan.version>1.0.0</titan.version>
23 <spring-boot.version>1.1.6.RELEASE</spring-boot.version>
24 <spring.version>4.3.4.RELEASE</spring.version>
25 <spring.security.version>3.2.3.RELEASE</spring.security.version>
26 <spring.ldap.version>2.0.1.RELEASE</spring.ldap.version>
AviZi280f8012017-06-09 02:39:56 +030027 <jersey-bom.version>2.24</jersey-bom.version>
28 <servlet-api.version>2.5</servlet-api.version>
29
Yuli Shlosberg9dde9262017-09-12 14:11:48 +030030 <artifact-generator-api.version>${project.version}</artifact-generator-api.version>
31 <artifact-generator-core.version>${project.version}</artifact-generator-core.version>
Avi Ziv11c43842017-07-16 15:21:15 +030032 <ecomp.version>1.1.0</ecomp.version>
Yuli Shlosberg9dde9262017-09-12 14:11:48 +030033 <dox-common-lib.version>${project.version}</dox-common-lib.version>
Michael Lando451a3402017-02-19 10:28:42 +020034
Michael Lando451a3402017-02-19 10:28:42 +020035 <!-- Elastic Search mapper (reference the elastic search version actually). -->
36 <elastic-search.version>2.1.0</elastic-search.version>
Michael Lando451a3402017-02-19 10:28:42 +020037 <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version>
38 <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version>
39 <jetty.version>9.2.10.v20150310</jetty.version>
40
41 <!-- JSON and YAML Parsing -->
42 <jackson.version>2.6.2</jackson.version>
Michael Landob3d48982017-06-11 14:22:02 +030043 <jackson.yaml.version>2.8.1</jackson.yaml.version>
Michael Lando451a3402017-02-19 10:28:42 +020044 <jackson.annotations.version>2.6.0</jackson.annotations.version>
45
46 <!-- Yaml for properties -->
AviZi280f8012017-06-09 02:39:56 +030047 <snakeyaml.version>1.14</snakeyaml.version>
48 <functionaljava.version>4.4</functionaljava.version>
Michael Lando451a3402017-02-19 10:28:42 +020049 <httpclient.version>4.4.1</httpclient.version>
50 <httpcore.version>4.4.1</httpcore.version>
51 <json-simple.version>1.1</json-simple.version>
AviZi280f8012017-06-09 02:39:56 +030052
Michael Lando451a3402017-02-19 10:28:42 +020053
54 <!-- Logging start -->
55 <!-- logback -->
AviZi280f8012017-06-09 02:39:56 +030056 <logback.version>1.1.2</logback.version>
57 <slf4j-api.version>1.7.10</slf4j-api.version>
58 <commons-codec>1.10</commons-codec>
59 <commons-logging>1.2</commons-logging>
Michael Lando451a3402017-02-19 10:28:42 +020060 <groovy.version>2.3.5</groovy.version>
61 <janino.version>3.0.6</janino.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030062
Michael Lando451a3402017-02-19 10:28:42 +020063 <!-- aspects -->
64 <jcabi.version>0.20.1</jcabi.version>
65 <aspectjrt.version>1.8.4</aspectjrt.version>
AviZi280f8012017-06-09 02:39:56 +030066 <aspectj.version>1.7.4</aspectj.version>
Michael Lando451a3402017-02-19 10:28:42 +020067 <jcabi.plugin.version>0.13.2</jcabi.plugin.version>
Michael Lando3c3c8332017-07-20 01:29:49 +030068
Michael Lando451a3402017-02-19 10:28:42 +020069 <!-- Logging end -->
70 <!-- System Metrics -->
71 <sigar.version>1.6.4</sigar.version>
72
AviZi280f8012017-06-09 02:39:56 +030073 <regex.version>3.0.3</regex.version>
Michael Lando451a3402017-02-19 10:28:42 +020074
AviZi280f8012017-06-09 02:39:56 +030075 <codehaus.jackson.core>1.9.2</codehaus.jackson.core>
76
77 <!--GSON-->
78 <gson.version>2.3.1</gson.version>
79
80 <!--listen to file changes-->
81 <commons-jci-core.version>1.1</commons-jci-core.version>
82
83 <!--TESTING-->
84 <mockito.version>1.10.19</mockito.version>
85 <junit.version>4.12</junit.version>
86 <testng.version>6.9.10</testng.version>
87 <extentreports.version>3.0.3</extentreports.version>
Tal Gitelmanffdda7d2017-07-02 15:33:25 +030088
Tal Gitelmaned7e1c32017-06-29 19:30:00 +030089 <!-- parser-->
90 <sdc-tosca-parser.version>1.1.14-SNAPSHOT</sdc-tosca-parser.version>
Tal Gitelmanffdda7d2017-07-02 15:33:25 +030091
Michael Lando451a3402017-02-19 10:28:42 +020092 <!--JaCoCO -->
93 <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
94 <sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath>
95 <sonar.jacoco.itReportPath>${project.basedir}/target/it-jacoco.exec</sonar.jacoco.itReportPath>
AviZi280f8012017-06-09 02:39:56 +030096 <sonar.language>java</sonar.language>
97 <sonar.version>${project.version}</sonar.version>
Michael Lando451a3402017-02-19 10:28:42 +020098
99 <!--cassandra -->
100 <cassandra.driver.version>3.0.0</cassandra.driver.version>
AviZi280f8012017-06-09 02:39:56 +0300101 <!-- maven central (Nexus) -->
102 <nexus.id.release>nexus</nexus.id.release>
103 <nexus.id.snapshot>nexus</nexus.id.snapshot>
Michael Lando451a3402017-02-19 10:28:42 +0200104 <!-- Sonar properties -->
Michael Lando451a3402017-02-19 10:28:42 +0200105 <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
106 <sonar.skipDesign>true</sonar.skipDesign>
107 <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
ml636rd0214c72017-02-22 11:36:55 +0200108 <sonar.sources>.</sonar.sources>
ml636r72e56e42017-02-27 12:36:59 +0200109 <sonar.exclusions>**/scripts/**/*</sonar.exclusions>
ml636rd0214c72017-02-22 11:36:55 +0200110 <sonar.test.exclusions>**/test/**/*,**/tests/**/*</sonar.test.exclusions>
111 <sonar.inclusions>app/**/*.js,server-mock/**/*.js,src/**/*.js,src/main/**/*.java</sonar.inclusions>
Michael Landoe2598f02017-10-18 02:01:08 +0300112 <sonar.branch>${project.version}</sonar.branch>
ml636rd0214c72017-02-22 11:36:55 +0200113
114 <!--nexus-->
Andrew Grimberge636a202017-03-29 13:11:14 -0700115 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
ig6133a16ca442017-04-05 16:10:49 +0300116 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
ml636rd0214c72017-02-22 11:36:55 +0200117 <staging.profile.id>176c31dfe190a</staging.profile.id>
Michael Lando5e3ea6a2017-03-15 22:15:17 +0200118 <!--maven-->
119 <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
Michael Lando451a3402017-02-19 10:28:42 +0200120 </properties>
121
122 <reporting>
123 <plugins>
124 <plugin>
125 <groupId>org.apache.maven.plugins</groupId>
126 <artifactId>maven-javadoc-plugin</artifactId>
vempofcfaa3e2017-10-10 15:50:37 +0000127 <version>3.0.0-M1</version>
Michael Lando451a3402017-02-19 10:28:42 +0200128 <configuration>
129 <failOnError>false</failOnError>
130 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
131 <docletArtifact>
132 <groupId>org.umlgraph</groupId>
133 <artifactId>umlgraph</artifactId>
134 <version>5.6</version>
135 </docletArtifact>
136 <additionalparam>-views</additionalparam>
137 <useStandardDocletOptions>true</useStandardDocletOptions>
138 </configuration>
139 </plugin>
140 </plugins>
141 </reporting>
142
Michael Lando451a3402017-02-19 10:28:42 +0200143 <build>
144 <pluginManagement>
145 <plugins>
146
147 <plugin>
148 <groupId>org.apache.maven.plugins</groupId>
149 <artifactId>maven-site-plugin</artifactId>
150 <version>3.4</version>
151 <dependencies>
152 <dependency>
153 <groupId>org.apache.maven.wagon</groupId>
154 <artifactId>wagon-webdav-jackrabbit</artifactId>
155 <version>2.10</version>
156 </dependency>
157 </dependencies>
158 </plugin>
159
160
161 <plugin>
162 <groupId>org.apache.maven.plugins</groupId>
163 <artifactId>maven-assembly-plugin</artifactId>
164 <version>2.6</version>
165 </plugin>
166
167 <plugin>
168 <groupId>org.codehaus.mojo</groupId>
169 <artifactId>exec-maven-plugin</artifactId>
170 <version>1.4.0</version>
171 </plugin>
172 <plugin>
173 <groupId>org.sonarsource.scanner.maven</groupId>
174 <artifactId>sonar-maven-plugin</artifactId>
175 <version>3.0.2</version>
176 </plugin>
177 </plugins>
178 </pluginManagement>
179
180 <plugins>
Michael Lando546f7cf2017-09-23 00:05:17 +0300181
182 <!-- Staging Plugin -->
183 <plugin>
184 <groupId>org.sonatype.plugins</groupId>
185 <artifactId>nexus-staging-maven-plugin</artifactId>
186 <version>1.6.7</version>
187 <extensions>true</extensions>
188 <configuration>
189 <nexusUrl>${nexus.proxy}</nexusUrl>
190 <stagingProfileId>${staging.profile.id}</stagingProfileId>
191 <serverId>ecomp-staging</serverId>
192 </configuration>
193 </plugin>
194
Michael Lando451a3402017-02-19 10:28:42 +0200195 <plugin>
196 <artifactId>maven-surefire-plugin</artifactId>
197 <version>2.19.1</version>
198 <configuration>
199 <systemPropertyVariables>
200 <logback.configurationFile>src/test/resources/logback-test.xml</logback.configurationFile>
201 </systemPropertyVariables>
202 </configuration>
203 </plugin>
AviZi280f8012017-06-09 02:39:56 +0300204 <!-- plugin for parsing the project version -->
205 <plugin>
206 <groupId>org.codehaus.mojo</groupId>
207 <artifactId>build-helper-maven-plugin</artifactId>
208 <version>1.8</version>
209 <executions>
210 <execution>
211 <id>parse-version</id>
212 <goals>
213 <goal>parse-version</goal>
214 </goals>
215 </execution>
216 </executions>
217 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200218
Michael Lando451a3402017-02-19 10:28:42 +0200219 <!-- Set the JDK compiler version. -->
Michael Lando451a3402017-02-19 10:28:42 +0200220 <plugin>
221 <groupId>org.apache.maven.plugins</groupId>
222 <artifactId>maven-compiler-plugin</artifactId>
223 <version>2.5.1</version>
224 <inherited>true</inherited>
225 <configuration>
226 <source>1.8</source>
227 <target>1.8</target>
228 </configuration>
229 </plugin>
230
Michael Lando451a3402017-02-19 10:28:42 +0200231 <!-- Java Code Coverage -->
Michael Lando451a3402017-02-19 10:28:42 +0200232 <plugin>
233 <groupId>org.jacoco</groupId>
234 <artifactId>jacoco-maven-plugin</artifactId>
235 <version>0.7.1.201405082137</version>
236 <inherited>True</inherited>
Michael Lando451a3402017-02-19 10:28:42 +0200237 <executions>
Michael Lando451a3402017-02-19 10:28:42 +0200238 <!-- Unit-Tests -->
239 <execution>
240 <id>prepare-agent</id>
241 <goals>
242 <goal>prepare-agent</goal>
243 </goals>
244 <configuration>
245 <destFile>${sonar.jacoco.reportPath}</destFile>
246 </configuration>
247 </execution>
Michael Lando451a3402017-02-19 10:28:42 +0200248 <execution>
249 <id>report</id>
250 <goals>
251 <goal>report</goal>
252 </goals>
253 <configuration>
254 <dataFile>${sonar.jacoco.reportPath}</dataFile>
255 <outputDirectory>${project.basedir}/target/site/jacoco</outputDirectory>
256 </configuration>
257 </execution>
258
259 <!-- Integration Tests (Only report goal) -->
260 <execution>
261 <id>report-integration</id>
262 <goals>
263 <goal>report-integration</goal>
264 </goals>
265 <configuration>
266 <dataFile>${sonar.jacoco.itReportPath}</dataFile>
267 <outputDirectory>${project.basedir}/target/site/it-jacoco</outputDirectory>
268 </configuration>
269 </execution>
270 </executions>
271 </plugin>
Idan Amit86e98e72017-10-03 14:29:28 +0300272
273 <plugin>
274 <groupId>org.apache.maven.plugins</groupId>
275 <artifactId>maven-site-plugin</artifactId>
Idan Amit86e98e72017-10-03 14:29:28 +0300276 <dependencies>
277 <dependency>
278 <groupId>org.apache.maven.wagon</groupId>
279 <artifactId>wagon-webdav-jackrabbit</artifactId>
280 <version>2.10</version>
281 </dependency>
282 </dependencies>
283 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200284
Michael Lando451a3402017-02-19 10:28:42 +0200285 <!-- Set the deployment repositories properties. -->
Michael Lando451a3402017-02-19 10:28:42 +0200286 <plugin>
287 <groupId>org.codehaus.gmaven</groupId>
288 <artifactId>gmaven-plugin</artifactId>
289 <version>1.4</version>
290 <executions>
291 <execution>
292 <inherited>false</inherited>
293 <phase>integration-test</phase>
294 <goals>
295 <goal>execute</goal>
296 </goals>
297 <configuration>
298 <source>
299 pom.properties['deploy.url']=
300 pom.version.contains('-SNAPSHOT') ?
301 project.distributionManagement.snapshotRepository.url :
302 project.distributionManagement.repository.url;
303 pom.properties['repo.id']= pom.version.contains('-SNAPSHOT') ?
304 project.distributionManagement.snapshotRepository.id :
305 project.distributionManagement.repository.id;
306 </source>
307 </configuration>
308 </execution>
309 </executions>
310 </plugin>
311
Michael Lando451a3402017-02-19 10:28:42 +0200312 <!-- license plugin -->
313 <plugin>
314 <groupId>org.codehaus.mojo</groupId>
315 <artifactId>license-maven-plugin</artifactId>
316 <version>1.10</version>
317 <configuration>
318 <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
319 <processStartTag>============LICENSE_START=======================================================</processStartTag>
320 <processEndTag>============LICENSE_END=========================================================</processEndTag>
321 <sectionDelimiter>================================================================================</sectionDelimiter>
322 <licenseName>apache_v2</licenseName>
323 <inceptionYear>2017</inceptionYear>
Michael Lando3c3c8332017-07-20 01:29:49 +0300324 <organizationName>AT&amp;T Intellectual Property. All rights
325 reserved.</organizationName>
Michael Lando451a3402017-02-19 10:28:42 +0200326 <projectName>SDC</projectName>
327 <canUpdateCopyright>true</canUpdateCopyright>
328 <canUpdateDescription>true</canUpdateDescription>
329 <canUpdateLicense>true</canUpdateLicense>
330 <emptyLineAfterHeader>true</emptyLineAfterHeader>
331 <verbose>false</verbose>
332 <includes>
333 <include>**/*.java</include>
Michael Lando451a3402017-02-19 10:28:42 +0200334 <include>**/*.ts</include>
335 </includes>
AviZi280f8012017-06-09 02:39:56 +0300336 <excludes>
337 <exclude>**/*.d.ts</exclude>
338 </excludes>
Michael Lando451a3402017-02-19 10:28:42 +0200339 <roots>
340 <root>src</root>
341 <root>app</root>
342 <root>server-mock</root>
343 <root>typings</root>
344 </roots>
AviZi280f8012017-06-09 02:39:56 +0300345 <extraExtensions>
346 <ts>java</ts>
347 </extraExtensions>
Michael Lando451a3402017-02-19 10:28:42 +0200348 </configuration>
349 <executions>
350 <execution>
351 <id>first</id>
352 <goals>
353 <goal>update-file-header</goal>
354 </goals>
AviZi280f8012017-06-09 02:39:56 +0300355 <!--phase>process-sources</phase -->
Michael Lando451a3402017-02-19 10:28:42 +0200356 </execution>
357 </executions>
358 </plugin>
AviZi280f8012017-06-09 02:39:56 +0300359 </plugins>
360 </build>
Michael Lando451a3402017-02-19 10:28:42 +0200361
AviZi280f8012017-06-09 02:39:56 +0300362 <profiles>
363 <profile>
364 <id>all</id>
365 <activation>
366 <activeByDefault>true</activeByDefault>
367 </activation>
368 <modules>
vempo09d4f062017-08-29 18:15:04 +0300369 <module>build-tools</module>
AviZi280f8012017-06-09 02:39:56 +0300370 <module>onboarding</module>
Michael Landoed64b5e2017-06-09 03:19:04 +0300371 <module>security-utils</module>
AviZi280f8012017-06-09 02:39:56 +0300372 <module>common-app-api</module>
373 <module>common-be</module>
374 <module>catalog-dao</module>
375 <module>catalog-model</module>
376 <module>catalog-be</module>
377 <module>asdctool</module>
378 <module>catalog-ui</module>
379 <module>catalog-fe</module>
380 <module>asdc-tests</module>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300381 <module>test-apis-ci</module>
382 <module>ui-ci</module>
Michael Landoed64b5e2017-06-09 03:19:04 +0300383 <module>sdc-os-chef</module>
AviZi280f8012017-06-09 02:39:56 +0300384 </modules>
385
386 </profile>
Michael Lando451a3402017-02-19 10:28:42 +0200387
AviZi280f8012017-06-09 02:39:56 +0300388 <profile>
389 <id>catalog</id>
390 <activation>
391 <activeByDefault>false</activeByDefault>
392 </activation>
393 <modules>
394 <module>security-utils</module>
395 <module>common-app-api</module>
396 <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>asdc-tests</module>
404 <module>test-apis-ci</module>
405 <module>ui-ci</module>
Michael Landoc61d2242017-06-20 11:07:13 +0300406 </modules>
407
408 <properties>
409 <ecomp.version>1.2.7</ecomp.version>
Idan Amit6cc9a112017-09-13 17:21:33 +0300410 <artifact-generator-api.version>1710.0.0</artifact-generator-api.version>
411 <artifact-generator-core.version>1710.0.0</artifact-generator-core.version>
412 <dox-common-lib.version>1710.0.0</dox-common-lib.version>
Tal Gitelmaned7e1c32017-06-29 19:30:00 +0300413 <sdc-tosca-parser.version>1.1.14</sdc-tosca-parser.version>
Michael Lando546f7cf2017-09-23 00:05:17 +0300414 </properties>
Michael Landoc61d2242017-06-20 11:07:13 +0300415 </profile>
AviZi280f8012017-06-09 02:39:56 +0300416
417 <profile>
418 <id>onboarding</id>
419 <activation>
420 <activeByDefault>false</activeByDefault>
421 </activation>
422 <modules>
vempoab2b6de2017-09-18 18:42:12 +0300423 <module>build-tools</module>
AviZi280f8012017-06-09 02:39:56 +0300424 <module>onboarding</module>
425 </modules>
426 </profile>
AviZi280f8012017-06-09 02:39:56 +0300427 </profiles>
428
429 <repositories>
Tal Gitelmane2391b82017-08-03 15:53:48 +0300430 <!-- LF repositories -->
AviZi280f8012017-06-09 02:39:56 +0300431 <repository>
432 <id>ecomp-releases</id>
433 <name>Release Repository</name>
434 <url>${nexus.proxy}/content/repositories/releases/</url>
435 </repository>
436 <repository>
437 <id>ecomp-staging</id>
438 <name>Staging Repository</name>
439 <url>${nexus.proxy}/content/repositories/staging/</url>
440 </repository>
441 <repository>
442 <id>ecomp-snapshots</id>
443 <name>Snapshots Repository</name>
444 <url>${nexus.proxy}/content/repositories/snapshots/</url>
445 </repository>
Idan Amit317e3bc2017-08-16 10:26:17 +0300446 <repository>
447 <id>ecomp-public</id>
448 <name>Public Repository</name>
449 <url>${nexus.proxy}/content/repositories/public/</url>
450 </repository>
Tal Gitelmane2391b82017-08-03 15:53:48 +0300451 <!-- LF repositories END-->
AviZi280f8012017-06-09 02:39:56 +0300452 </repositories>
453
454 <distributionManagement>
455
456 <repository>
457 <id>ecomp-releases</id>
458 <name>Release Repository</name>
459 <url>${nexus.proxy}/content/repositories/releases/</url>
460 </repository>
461 <snapshotRepository>
462 <id>ecomp-snapshots</id>
463 <name>Snapshot Repository</name>
464 <url>${nexus.proxy}/content/repositories/snapshots/</url>
465 </snapshotRepository>
466 <site>
467 <id>ecomp-site</id>
468 <url>dav:${nexus.proxy}${sitePath}</url>
469 </site>
470 </distributionManagement>
471</project>
Michael Lando451a3402017-02-19 10:28:42 +0200472