blob: a4edf476a4279fba59eea2378dc5df5c854c1fa0 [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>
112
113 <!--nexus-->
Andrew Grimberge636a202017-03-29 13:11:14 -0700114 <nexus.proxy>https://nexus.onap.org</nexus.proxy>
ig6133a16ca442017-04-05 16:10:49 +0300115 <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
ml636rd0214c72017-02-22 11:36:55 +0200116 <staging.profile.id>176c31dfe190a</staging.profile.id>
Michael Lando5e3ea6a2017-03-15 22:15:17 +0200117 <!--maven-->
118 <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
Michael Lando451a3402017-02-19 10:28:42 +0200119 </properties>
120
121 <reporting>
122 <plugins>
123 <plugin>
124 <groupId>org.apache.maven.plugins</groupId>
125 <artifactId>maven-javadoc-plugin</artifactId>
vempofcfaa3e2017-10-10 15:50:37 +0000126 <version>3.0.0-M1</version>
Michael Lando451a3402017-02-19 10:28:42 +0200127 <configuration>
128 <failOnError>false</failOnError>
129 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
130 <docletArtifact>
131 <groupId>org.umlgraph</groupId>
132 <artifactId>umlgraph</artifactId>
133 <version>5.6</version>
134 </docletArtifact>
135 <additionalparam>-views</additionalparam>
136 <useStandardDocletOptions>true</useStandardDocletOptions>
137 </configuration>
138 </plugin>
139 </plugins>
140 </reporting>
141
Michael Lando451a3402017-02-19 10:28:42 +0200142 <build>
143 <pluginManagement>
144 <plugins>
145
146 <plugin>
147 <groupId>org.apache.maven.plugins</groupId>
148 <artifactId>maven-site-plugin</artifactId>
149 <version>3.4</version>
150 <dependencies>
151 <dependency>
152 <groupId>org.apache.maven.wagon</groupId>
153 <artifactId>wagon-webdav-jackrabbit</artifactId>
154 <version>2.10</version>
155 </dependency>
156 </dependencies>
157 </plugin>
158
159
160 <plugin>
161 <groupId>org.apache.maven.plugins</groupId>
162 <artifactId>maven-assembly-plugin</artifactId>
163 <version>2.6</version>
164 </plugin>
165
166 <plugin>
167 <groupId>org.codehaus.mojo</groupId>
168 <artifactId>exec-maven-plugin</artifactId>
169 <version>1.4.0</version>
170 </plugin>
171 <plugin>
172 <groupId>org.sonarsource.scanner.maven</groupId>
173 <artifactId>sonar-maven-plugin</artifactId>
174 <version>3.0.2</version>
175 </plugin>
176 </plugins>
177 </pluginManagement>
178
179 <plugins>
Michael Lando546f7cf2017-09-23 00:05:17 +0300180
181 <!-- Staging Plugin -->
182 <plugin>
183 <groupId>org.sonatype.plugins</groupId>
184 <artifactId>nexus-staging-maven-plugin</artifactId>
185 <version>1.6.7</version>
186 <extensions>true</extensions>
187 <configuration>
188 <nexusUrl>${nexus.proxy}</nexusUrl>
189 <stagingProfileId>${staging.profile.id}</stagingProfileId>
190 <serverId>ecomp-staging</serverId>
191 </configuration>
192 </plugin>
193
Michael Lando451a3402017-02-19 10:28:42 +0200194 <plugin>
195 <artifactId>maven-surefire-plugin</artifactId>
196 <version>2.19.1</version>
197 <configuration>
198 <systemPropertyVariables>
199 <logback.configurationFile>src/test/resources/logback-test.xml</logback.configurationFile>
200 </systemPropertyVariables>
201 </configuration>
202 </plugin>
AviZi280f8012017-06-09 02:39:56 +0300203 <!-- plugin for parsing the project version -->
204 <plugin>
205 <groupId>org.codehaus.mojo</groupId>
206 <artifactId>build-helper-maven-plugin</artifactId>
207 <version>1.8</version>
208 <executions>
209 <execution>
210 <id>parse-version</id>
211 <goals>
212 <goal>parse-version</goal>
213 </goals>
214 </execution>
215 </executions>
216 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200217
Michael Lando451a3402017-02-19 10:28:42 +0200218 <!-- Set the JDK compiler version. -->
Michael Lando451a3402017-02-19 10:28:42 +0200219 <plugin>
220 <groupId>org.apache.maven.plugins</groupId>
221 <artifactId>maven-compiler-plugin</artifactId>
222 <version>2.5.1</version>
223 <inherited>true</inherited>
224 <configuration>
225 <source>1.8</source>
226 <target>1.8</target>
227 </configuration>
228 </plugin>
229
Michael Lando451a3402017-02-19 10:28:42 +0200230 <!-- Java Code Coverage -->
Michael Lando451a3402017-02-19 10:28:42 +0200231 <plugin>
232 <groupId>org.jacoco</groupId>
233 <artifactId>jacoco-maven-plugin</artifactId>
234 <version>0.7.1.201405082137</version>
235 <inherited>True</inherited>
Michael Lando451a3402017-02-19 10:28:42 +0200236 <executions>
Michael Lando451a3402017-02-19 10:28:42 +0200237 <!-- Unit-Tests -->
238 <execution>
239 <id>prepare-agent</id>
240 <goals>
241 <goal>prepare-agent</goal>
242 </goals>
243 <configuration>
244 <destFile>${sonar.jacoco.reportPath}</destFile>
245 </configuration>
246 </execution>
Michael Lando451a3402017-02-19 10:28:42 +0200247 <execution>
248 <id>report</id>
249 <goals>
250 <goal>report</goal>
251 </goals>
252 <configuration>
253 <dataFile>${sonar.jacoco.reportPath}</dataFile>
254 <outputDirectory>${project.basedir}/target/site/jacoco</outputDirectory>
255 </configuration>
256 </execution>
257
258 <!-- Integration Tests (Only report goal) -->
259 <execution>
260 <id>report-integration</id>
261 <goals>
262 <goal>report-integration</goal>
263 </goals>
264 <configuration>
265 <dataFile>${sonar.jacoco.itReportPath}</dataFile>
266 <outputDirectory>${project.basedir}/target/site/it-jacoco</outputDirectory>
267 </configuration>
268 </execution>
269 </executions>
270 </plugin>
Idan Amit86e98e72017-10-03 14:29:28 +0300271
272 <plugin>
273 <groupId>org.apache.maven.plugins</groupId>
274 <artifactId>maven-site-plugin</artifactId>
Idan Amit86e98e72017-10-03 14:29:28 +0300275 <dependencies>
276 <dependency>
277 <groupId>org.apache.maven.wagon</groupId>
278 <artifactId>wagon-webdav-jackrabbit</artifactId>
279 <version>2.10</version>
280 </dependency>
281 </dependencies>
282 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200283
Michael Lando451a3402017-02-19 10:28:42 +0200284 <!-- Set the deployment repositories properties. -->
Michael Lando451a3402017-02-19 10:28:42 +0200285 <plugin>
286 <groupId>org.codehaus.gmaven</groupId>
287 <artifactId>gmaven-plugin</artifactId>
288 <version>1.4</version>
289 <executions>
290 <execution>
291 <inherited>false</inherited>
292 <phase>integration-test</phase>
293 <goals>
294 <goal>execute</goal>
295 </goals>
296 <configuration>
297 <source>
298 pom.properties['deploy.url']=
299 pom.version.contains('-SNAPSHOT') ?
300 project.distributionManagement.snapshotRepository.url :
301 project.distributionManagement.repository.url;
302 pom.properties['repo.id']= pom.version.contains('-SNAPSHOT') ?
303 project.distributionManagement.snapshotRepository.id :
304 project.distributionManagement.repository.id;
305 </source>
306 </configuration>
307 </execution>
308 </executions>
309 </plugin>
310
Michael Lando451a3402017-02-19 10:28:42 +0200311 <!-- license plugin -->
312 <plugin>
313 <groupId>org.codehaus.mojo</groupId>
314 <artifactId>license-maven-plugin</artifactId>
315 <version>1.10</version>
316 <configuration>
317 <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
318 <processStartTag>============LICENSE_START=======================================================</processStartTag>
319 <processEndTag>============LICENSE_END=========================================================</processEndTag>
320 <sectionDelimiter>================================================================================</sectionDelimiter>
321 <licenseName>apache_v2</licenseName>
322 <inceptionYear>2017</inceptionYear>
Michael Lando3c3c8332017-07-20 01:29:49 +0300323 <organizationName>AT&amp;T Intellectual Property. All rights
324 reserved.</organizationName>
Michael Lando451a3402017-02-19 10:28:42 +0200325 <projectName>SDC</projectName>
326 <canUpdateCopyright>true</canUpdateCopyright>
327 <canUpdateDescription>true</canUpdateDescription>
328 <canUpdateLicense>true</canUpdateLicense>
329 <emptyLineAfterHeader>true</emptyLineAfterHeader>
330 <verbose>false</verbose>
331 <includes>
332 <include>**/*.java</include>
Michael Lando451a3402017-02-19 10:28:42 +0200333 <include>**/*.ts</include>
334 </includes>
AviZi280f8012017-06-09 02:39:56 +0300335 <excludes>
336 <exclude>**/*.d.ts</exclude>
337 </excludes>
Michael Lando451a3402017-02-19 10:28:42 +0200338 <roots>
339 <root>src</root>
340 <root>app</root>
341 <root>server-mock</root>
342 <root>typings</root>
343 </roots>
AviZi280f8012017-06-09 02:39:56 +0300344 <extraExtensions>
345 <ts>java</ts>
346 </extraExtensions>
Michael Lando451a3402017-02-19 10:28:42 +0200347 </configuration>
348 <executions>
349 <execution>
350 <id>first</id>
351 <goals>
352 <goal>update-file-header</goal>
353 </goals>
AviZi280f8012017-06-09 02:39:56 +0300354 <!--phase>process-sources</phase -->
Michael Lando451a3402017-02-19 10:28:42 +0200355 </execution>
356 </executions>
357 </plugin>
AviZi280f8012017-06-09 02:39:56 +0300358 </plugins>
359 </build>
Michael Lando451a3402017-02-19 10:28:42 +0200360
AviZi280f8012017-06-09 02:39:56 +0300361 <profiles>
362 <profile>
363 <id>all</id>
364 <activation>
365 <activeByDefault>true</activeByDefault>
366 </activation>
367 <modules>
vempo09d4f062017-08-29 18:15:04 +0300368 <module>build-tools</module>
AviZi280f8012017-06-09 02:39:56 +0300369 <module>onboarding</module>
Michael Landoed64b5e2017-06-09 03:19:04 +0300370 <module>security-utils</module>
AviZi280f8012017-06-09 02:39:56 +0300371 <module>common-app-api</module>
372 <module>common-be</module>
373 <module>catalog-dao</module>
374 <module>catalog-model</module>
375 <module>catalog-be</module>
376 <module>asdctool</module>
377 <module>catalog-ui</module>
378 <module>catalog-fe</module>
379 <module>asdc-tests</module>
Michael Lando4d97d5f2017-06-17 22:40:44 +0300380 <module>test-apis-ci</module>
381 <module>ui-ci</module>
Michael Landoed64b5e2017-06-09 03:19:04 +0300382 <module>sdc-os-chef</module>
AviZi280f8012017-06-09 02:39:56 +0300383 </modules>
384
385 </profile>
Michael Lando451a3402017-02-19 10:28:42 +0200386
AviZi280f8012017-06-09 02:39:56 +0300387 <profile>
388 <id>catalog</id>
389 <activation>
390 <activeByDefault>false</activeByDefault>
391 </activation>
392 <modules>
393 <module>security-utils</module>
394 <module>common-app-api</module>
395 <module>common-be</module>
396 <module>catalog-dao</module>
397 <module>catalog-model</module>
398 <module>catalog-be</module>
399 <module>asdctool</module>
400 <module>catalog-ui</module>
401 <module>catalog-fe</module>
402 <module>asdc-tests</module>
403 <module>test-apis-ci</module>
404 <module>ui-ci</module>
Michael Landoc61d2242017-06-20 11:07:13 +0300405 </modules>
406
407 <properties>
408 <ecomp.version>1.2.7</ecomp.version>
Idan Amit6cc9a112017-09-13 17:21:33 +0300409 <artifact-generator-api.version>1710.0.0</artifact-generator-api.version>
410 <artifact-generator-core.version>1710.0.0</artifact-generator-core.version>
411 <dox-common-lib.version>1710.0.0</dox-common-lib.version>
Tal Gitelmaned7e1c32017-06-29 19:30:00 +0300412 <sdc-tosca-parser.version>1.1.14</sdc-tosca-parser.version>
Michael Lando546f7cf2017-09-23 00:05:17 +0300413 </properties>
Michael Landoc61d2242017-06-20 11:07:13 +0300414 </profile>
AviZi280f8012017-06-09 02:39:56 +0300415
416 <profile>
417 <id>onboarding</id>
418 <activation>
419 <activeByDefault>false</activeByDefault>
420 </activation>
421 <modules>
vempoab2b6de2017-09-18 18:42:12 +0300422 <module>build-tools</module>
AviZi280f8012017-06-09 02:39:56 +0300423 <module>onboarding</module>
424 </modules>
425 </profile>
AviZi280f8012017-06-09 02:39:56 +0300426 </profiles>
427
428 <repositories>
Tal Gitelmane2391b82017-08-03 15:53:48 +0300429 <!-- LF repositories -->
AviZi280f8012017-06-09 02:39:56 +0300430 <repository>
431 <id>ecomp-releases</id>
432 <name>Release Repository</name>
433 <url>${nexus.proxy}/content/repositories/releases/</url>
434 </repository>
435 <repository>
436 <id>ecomp-staging</id>
437 <name>Staging Repository</name>
438 <url>${nexus.proxy}/content/repositories/staging/</url>
439 </repository>
440 <repository>
441 <id>ecomp-snapshots</id>
442 <name>Snapshots Repository</name>
443 <url>${nexus.proxy}/content/repositories/snapshots/</url>
444 </repository>
Idan Amit317e3bc2017-08-16 10:26:17 +0300445 <repository>
446 <id>ecomp-public</id>
447 <name>Public Repository</name>
448 <url>${nexus.proxy}/content/repositories/public/</url>
449 </repository>
Tal Gitelmane2391b82017-08-03 15:53:48 +0300450 <!-- LF repositories END-->
AviZi280f8012017-06-09 02:39:56 +0300451 </repositories>
452
453 <distributionManagement>
454
455 <repository>
456 <id>ecomp-releases</id>
457 <name>Release Repository</name>
458 <url>${nexus.proxy}/content/repositories/releases/</url>
459 </repository>
460 <snapshotRepository>
461 <id>ecomp-snapshots</id>
462 <name>Snapshot Repository</name>
463 <url>${nexus.proxy}/content/repositories/snapshots/</url>
464 </snapshotRepository>
465 <site>
466 <id>ecomp-site</id>
467 <url>dav:${nexus.proxy}${sitePath}</url>
468 </site>
469 </distributionManagement>
470</project>
Michael Lando451a3402017-02-19 10:28:42 +0200471