Piotr Darosz | 20da3d0 | 2018-06-15 08:28:00 +0200 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | SDC |
| 4 | ================================================================================ |
| 5 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 6 | ================================================================================ |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | * |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | * |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | ============LICENSE_END========================================================= |
| 19 | Modifications copyright (c) 2018 Nokia |
| 20 | ================================================================================ |
| 21 | --> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 22 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 23 | 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 Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 25 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 26 | <groupId>org.openecomp.sdc</groupId> |
| 27 | <artifactId>sdc-main</artifactId> |
Michael Lando | b5fc68f | 2018-11-15 13:36:12 +0200 | [diff] [blame] | 28 | <version>1.4.0-SNAPSHOT</version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 29 | <packaging>pom</packaging> |
| 30 | <name>sdc</name> |
| 31 | <properties> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 32 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 33 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 34 | <!-- 3rd parties versions --> |
Satyaki Mallick | 3864c21 | 2018-09-19 18:51:35 +0530 | [diff] [blame] | 35 | <bean-matcher.version>0.11</bean-matcher.version> |
| 36 | <lang3.version>3.3.2</lang3.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 37 | <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 Lando | 776213b | 2018-10-21 20:29:29 +0300 | [diff] [blame] | 41 | <spring.version>4.3.18.RELEASE</spring.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 42 | <spring.security.version>3.2.3.RELEASE</spring.security.version> |
| 43 | <spring.ldap.version>2.0.1.RELEASE</spring.ldap.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 44 | <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 Gitelman | 7d05e16 | 2018-10-10 14:52:54 +0300 | [diff] [blame] | 47 | <ecomp.version>2.4.0</ecomp.version> |
Piotr Darosz | 20da3d0 | 2018-06-15 08:28:00 +0200 | [diff] [blame] | 48 | <cassandra.unit.version>3.5.0.1</cassandra.unit.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 49 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 50 | <!-- Elastic Search mapper (reference the elastic search version actually). --> |
| 51 | <elastic-search.version>2.4.0</elastic-search.version> |
| 52 | <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version> |
| 53 | <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version> |
Yuli Shlosberg | d4929e3 | 2018-10-02 17:51:22 +0300 | [diff] [blame] | 54 | <jetty.version>9.4.11.v20180605</jetty.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 55 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 56 | <!-- JSON and YAML Parsing --> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 57 | <jackson.version>2.8.10</jackson.version> |
| 58 | <jackson-annotations.version>2.8.0</jackson-annotations.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 59 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 60 | <!-- Yaml for properties --> |
| 61 | <snakeyaml.version>1.14</snakeyaml.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 62 | <functionaljava.version>4.7</functionaljava.version> |
Michael Lando | 1236894 | 2018-05-13 19:19:46 +0300 | [diff] [blame] | 63 | <httpclient.version>4.5.3</httpclient.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 64 | <httpcore.version>4.4.1</httpcore.version> |
| 65 | <json-simple.version>1.1</json-simple.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 66 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 67 | <!-- Logging start --> |
| 68 | <!-- logback --> |
Gitelman, Tal (tg851x) | 483c3d9 | 2018-03-12 18:41:15 +0200 | [diff] [blame] | 69 | <logback.version>1.2.3</logback.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 70 | <slf4j-api.version>1.7.25</slf4j-api.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 71 | <commons-codec>1.10</commons-codec> |
| 72 | <commons-logging>1.2</commons-logging> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 73 | <janino.version>3.0.6</janino.version> |
Michael Lando | 3c3c833 | 2017-07-20 01:29:49 +0300 | [diff] [blame] | 74 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 75 | <!-- aspects --> |
| 76 | <jcabi.version>0.20.1</jcabi.version> |
| 77 | <aspectjrt.version>1.8.4</aspectjrt.version> |
| 78 | <aspectj.version>1.7.4</aspectj.version> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 79 | <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version> |
Michael Lando | 3c3c833 | 2017-07-20 01:29:49 +0300 | [diff] [blame] | 80 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 81 | <!-- Logging end --> |
| 82 | <!-- System Metrics --> |
| 83 | <sigar.version>1.6.4</sigar.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 84 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 85 | <regex.version>3.0.3</regex.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 86 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 87 | <!--GSON--> |
| 88 | <gson.version>2.3.1</gson.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 89 | |
| 90 | <!--listen to file changes--> |
| 91 | <commons-jci-core.version>1.1</commons-jci-core.version> |
| 92 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 93 | <!--TESTING--> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 94 | <mockito.version>2.18.3</mockito.version> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 95 | <jmockit.version>1.33</jmockit.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 96 | <junit.version>4.12</junit.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 97 | <assertj.version>3.10.0</assertj.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 98 | <testng.version>6.9.10</testng.version> |
| 99 | <extentreports.version>3.0.3</extentreports.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 100 | <cucumber.version>2.4.0</cucumber.version> |
Piotr Darosz | 0081451 | 2018-06-18 12:46:35 +0200 | [diff] [blame] | 101 | <bean-matchers.version>0.11</bean-matchers.version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 102 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 103 | <!-- parser--> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 104 | <sdc-tosca-parser.version>1.3.5</sdc-tosca-parser.version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 105 | |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 106 | <!-- sonar --> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 107 | <sonar.language>java</sonar.language> |
Michael Lando | 734d54d | 2018-07-30 12:31:21 +0300 | [diff] [blame] | 108 | <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding> |
| 109 | <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir> |
| 110 | <sonar.branch>${project.version}</sonar.branch> |
ml636r | d0214c7 | 2017-02-22 11:36:55 +0200 | [diff] [blame] | 111 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 112 | <!--cassandra --> |
| 113 | <cassandra.driver.version>3.0.0</cassandra.driver.version> |
| 114 | <!-- maven central (Nexus) --> |
| 115 | <nexus.id.release>nexus</nexus.id.release> |
| 116 | <nexus.id.snapshot>nexus</nexus.id.snapshot> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 117 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 118 | <!--nexus--> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 119 | <npm.registry>https://registry.npmjs.org/</npm.registry> |
| 120 | <!-- https://nexus.onap.org/content/repositories/npm/ --> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 121 | <nexus.proxy>https://nexus.onap.org</nexus.proxy> |
| 122 | <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath> |
| 123 | <staging.profile.id>176c31dfe190a</staging.profile.id> |
| 124 | <!--maven--> |
| 125 | <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 126 | <!--docker tags--> |
| 127 | <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 128 | |
Yuli Shlosberg | 0875ce0 | 2018-01-25 13:53:36 +0200 | [diff] [blame] | 129 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 130 | </properties> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 131 | |
Michael Lando | 5c9769c | 2018-08-20 01:27:45 +0300 | [diff] [blame] | 132 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 133 | <dependencyManagement> |
| 134 | <dependencies> |
| 135 | <dependency> |
| 136 | <groupId>org.glassfish.jersey.ext</groupId> |
| 137 | <artifactId>jersey-bean-validation</artifactId> |
| 138 | <version>${jersey-bom.version}</version> |
| 139 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 140 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 141 | <dependency> |
| 142 | <groupId>org.glassfish.hk2.external</groupId> |
| 143 | <artifactId>asm-all-repackaged</artifactId> |
| 144 | <version>2.4.0</version> |
| 145 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 146 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 147 | <dependency> |
| 148 | <groupId>org.assertj</groupId> |
| 149 | <artifactId>assertj-core</artifactId> |
| 150 | <version>${assertj.version}</version> |
| 151 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 152 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 153 | <dependency> |
| 154 | <groupId>org.mockito</groupId> |
| 155 | <artifactId>mockito-core</artifactId> |
| 156 | <version>${mockito.version}</version> |
| 157 | </dependency> |
Tal Gitelman | b2533e5 | 2018-06-06 14:46:07 +0300 | [diff] [blame] | 158 | |
Yuli Shlosberg | e466931 | 2018-04-26 15:48:26 +0300 | [diff] [blame] | 159 | <dependency> |
| 160 | <groupId>org.jmockit</groupId> |
| 161 | <artifactId>jmockit</artifactId> |
| 162 | <version>${jmockit.version}</version> |
| 163 | </dependency> |
| 164 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 165 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 166 | <dependency> |
| 167 | <groupId>com.github.tomakehurst</groupId> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 168 | <artifactId>wiremock-standalone</artifactId> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 169 | <version>${wire-mock.version}</version> |
| 170 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 171 | |
| 172 | <dependency> |
| 173 | <groupId>io.cucumber</groupId> |
| 174 | <artifactId>cucumber-java</artifactId> |
| 175 | <version>${cucumber.version}</version> |
| 176 | </dependency> |
| 177 | |
| 178 | <dependency> |
| 179 | <groupId>io.cucumber</groupId> |
| 180 | <artifactId>cucumber-junit</artifactId> |
| 181 | <version>${cucumber.version}</version> |
| 182 | </dependency> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 183 | |
| 184 | <dependency> |
| 185 | <groupId>org.apache.commons</groupId> |
| 186 | <artifactId>commons-lang3</artifactId> |
| 187 | <version>${lang3.version}</version> |
| 188 | </dependency> |
Tal Gitelman | a3b79a2 | 2018-09-25 17:22:34 +0300 | [diff] [blame] | 189 | <dependency> |
| 190 | <groupId>org.codehaus.groovy</groupId> |
| 191 | <artifactId>groovy</artifactId> |
| 192 | <version>2.4.13</version> |
| 193 | </dependency> |
Yuli Shlosberg | 79e3627 | 2018-10-02 14:45:26 +0300 | [diff] [blame] | 194 | <dependency> |
| 195 | <groupId>io.netty</groupId> |
| 196 | <artifactId>netty-all</artifactId> |
| 197 | <version>4.0.45.Final</version> |
| 198 | </dependency> |
| 199 | <dependency> |
| 200 | <groupId>io.netty</groupId> |
| 201 | <artifactId>netty-handler</artifactId> |
| 202 | <version>4.0.45.Final</version> |
| 203 | </dependency> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 204 | </dependencies> |
| 205 | </dependencyManagement> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 206 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 207 | <reporting> |
| 208 | <plugins> |
| 209 | <plugin> |
| 210 | <groupId>org.apache.maven.plugins</groupId> |
| 211 | <artifactId>maven-javadoc-plugin</artifactId> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 212 | <version>3.0.1</version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 213 | <configuration> |
| 214 | <failOnError>false</failOnError> |
| 215 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 216 | <docletArtifact> |
| 217 | <groupId>org.umlgraph</groupId> |
| 218 | <artifactId>umlgraph</artifactId> |
| 219 | <version>5.6</version> |
| 220 | </docletArtifact> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 221 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 222 | </configuration> |
| 223 | </plugin> |
| 224 | </plugins> |
| 225 | </reporting> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 226 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 227 | <build> |
| 228 | <pluginManagement> |
| 229 | <plugins> |
vempo | 806d077 | 2018-08-08 15:40:46 +0300 | [diff] [blame] | 230 | <plugin> |
| 231 | <groupId>org.jacoco</groupId> |
| 232 | <artifactId>jacoco-maven-plugin</artifactId> |
| 233 | <version>0.8.1</version> |
| 234 | </plugin> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 235 | <plugin> |
| 236 | <groupId>org.apache.maven.plugins</groupId> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 237 | <artifactId>maven-assembly-plugin</artifactId> |
| 238 | <version>3.1.0</version> |
| 239 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 240 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 241 | <plugin> |
| 242 | <groupId>org.codehaus.mojo</groupId> |
| 243 | <artifactId>exec-maven-plugin</artifactId> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 244 | <version>1.6.0</version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 245 | </plugin> |
| 246 | <plugin> |
| 247 | <groupId>org.sonarsource.scanner.maven</groupId> |
| 248 | <artifactId>sonar-maven-plugin</artifactId> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 249 | <version>3.4.1.1168</version> |
| 250 | </plugin> |
| 251 | <plugin> |
| 252 | <groupId>org.apache.maven.plugins</groupId> |
| 253 | <artifactId>maven-clean-plugin</artifactId> |
| 254 | <version>3.1.0</version> |
| 255 | </plugin> |
| 256 | <plugin> |
| 257 | <groupId>ru.yaal.maven</groupId> |
| 258 | <artifactId>write-text-files-maven-plugin</artifactId> |
| 259 | <version>1.1</version> |
| 260 | </plugin> |
| 261 | <plugin> |
| 262 | <groupId>org.codehaus.gmaven</groupId> |
| 263 | <artifactId>gmaven-plugin</artifactId> |
| 264 | <version>1.5</version> |
| 265 | </plugin> |
| 266 | <plugin> |
| 267 | <groupId>org.codehaus.mojo</groupId> |
| 268 | <artifactId>build-helper-maven-plugin</artifactId> |
| 269 | <version>3.0.0</version> |
| 270 | </plugin> |
| 271 | <plugin> |
| 272 | <groupId>org.apache.maven.plugins</groupId> |
| 273 | <artifactId>maven-deploy-plugin</artifactId> |
| 274 | <version>2.8.2</version> |
| 275 | </plugin> |
| 276 | <plugin> |
| 277 | <groupId>org.apache.maven.plugins</groupId> |
| 278 | <artifactId>maven-shade-plugin</artifactId> |
| 279 | <version>3.1.1</version> |
| 280 | </plugin> |
| 281 | <plugin> |
| 282 | <groupId>org.apache.maven.plugins</groupId> |
| 283 | <artifactId>maven-resources-plugin</artifactId> |
| 284 | <version>3.1.0</version> |
| 285 | </plugin> |
| 286 | <plugin> |
| 287 | <groupId>io.fabric8</groupId> |
| 288 | <artifactId>docker-maven-plugin</artifactId> |
| 289 | <version>0.26.0</version> |
| 290 | </plugin> |
| 291 | <plugin> |
| 292 | <groupId>org.apache.maven.plugins</groupId> |
| 293 | <artifactId>maven-war-plugin</artifactId> |
| 294 | <version>3.2.2</version> |
| 295 | </plugin> |
| 296 | <plugin> |
| 297 | <groupId>com.github.eirslett</groupId> |
| 298 | <artifactId>frontend-maven-plugin</artifactId> |
| 299 | <version>1.6</version> |
| 300 | </plugin> |
| 301 | <plugin> |
| 302 | <groupId>org.apache.maven.plugins</groupId> |
| 303 | <artifactId>maven-surefire-plugin</artifactId> |
| 304 | <version>2.22.0</version> |
| 305 | </plugin> |
| 306 | <plugin> |
| 307 | <groupId>org.apache.maven.plugins</groupId> |
| 308 | <artifactId>maven-compiler-plugin</artifactId> |
| 309 | <version>3.8.0</version> |
| 310 | </plugin> |
| 311 | <plugin> |
| 312 | <groupId>org.sonatype.plugins</groupId> |
| 313 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 314 | <version>1.6.8</version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 315 | </plugin> |
dekstroza | 37843cb | 2018-05-18 14:42:24 +0100 | [diff] [blame] | 316 | <plugin> |
| 317 | <groupId>com.github.sylvainlaurent.maven</groupId> |
| 318 | <artifactId>yaml-json-validator-maven-plugin</artifactId> |
| 319 | <version>1.0.1</version> |
| 320 | </plugin> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 321 | </plugins> |
| 322 | </pluginManagement> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 323 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 324 | <plugins> |
Michael Lando | 546f7cf | 2017-09-23 00:05:17 +0300 | [diff] [blame] | 325 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 326 | <!-- Staging Plugin --> |
| 327 | <plugin> |
| 328 | <groupId>org.sonatype.plugins</groupId> |
| 329 | <artifactId>nexus-staging-maven-plugin</artifactId> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 330 | <extensions>true</extensions> |
| 331 | <configuration> |
| 332 | <nexusUrl>${nexus.proxy}</nexusUrl> |
| 333 | <stagingProfileId>${staging.profile.id}</stagingProfileId> |
| 334 | <serverId>ecomp-staging</serverId> |
| 335 | </configuration> |
| 336 | </plugin> |
Michael Lando | 546f7cf | 2017-09-23 00:05:17 +0300 | [diff] [blame] | 337 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 338 | <!-- plugin for parsing the project version --> |
| 339 | <plugin> |
| 340 | <groupId>org.codehaus.mojo</groupId> |
| 341 | <artifactId>build-helper-maven-plugin</artifactId> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 342 | <executions> |
| 343 | <execution> |
| 344 | <id>parse-version</id> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 345 | <phase>pre-clean</phase> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 346 | <goals> |
| 347 | <goal>parse-version</goal> |
| 348 | </goals> |
| 349 | </execution> |
| 350 | </executions> |
| 351 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 352 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 353 | <!-- Java Code Coverage --> |
| 354 | <plugin> |
| 355 | <groupId>org.jacoco</groupId> |
| 356 | <artifactId>jacoco-maven-plugin</artifactId> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 357 | <executions> |
| 358 | <execution> |
| 359 | <id>default-prepare-agent</id> |
| 360 | <goals> |
| 361 | <goal>prepare-agent</goal> |
| 362 | </goals> |
| 363 | </execution> |
| 364 | <execution> |
| 365 | <id>default-report</id> |
| 366 | <goals> |
| 367 | <goal>report</goal> |
| 368 | </goals> |
| 369 | </execution> |
| 370 | </executions> |
| 371 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 372 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 373 | <plugin> |
| 374 | <groupId>org.apache.maven.plugins</groupId> |
| 375 | <artifactId>maven-site-plugin</artifactId> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 376 | <version>3.7.1</version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 377 | <dependencies> |
| 378 | <dependency> |
| 379 | <groupId>org.apache.maven.wagon</groupId> |
| 380 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 381 | <version>3.0.0</version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 382 | </dependency> |
| 383 | </dependencies> |
| 384 | </plugin> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 385 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 386 | <!-- Set the deployment repositories properties. --> |
| 387 | <plugin> |
| 388 | <groupId>org.codehaus.gmaven</groupId> |
| 389 | <artifactId>gmaven-plugin</artifactId> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 390 | <executions> |
| 391 | <execution> |
| 392 | <inherited>false</inherited> |
| 393 | <phase>integration-test</phase> |
| 394 | <goals> |
| 395 | <goal>execute</goal> |
| 396 | </goals> |
| 397 | <configuration> |
| 398 | <source> |
| 399 | pom.properties['deploy.url'] = |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 400 | pom.version.contains('-SNAPSHOT') ? |
| 401 | project.distributionManagement.snapshotRepository.url : |
| 402 | project.distributionManagement.repository.url; |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 403 | pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ? |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 404 | project.distributionManagement.snapshotRepository.id : |
| 405 | project.distributionManagement.repository.id; |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 406 | </source> |
| 407 | </configuration> |
| 408 | </execution> |
| 409 | </executions> |
| 410 | </plugin> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 411 | <plugin> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 412 | <groupId>org.apache.maven.plugins</groupId> |
| 413 | <artifactId>maven-compiler-plugin</artifactId> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 414 | <configuration> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 415 | <source>1.8</source> |
| 416 | <target>1.8</target> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 417 | </configuration> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 418 | </plugin> |
| 419 | <plugin> |
| 420 | <groupId>org.apache.maven.plugins</groupId> |
| 421 | <artifactId>maven-surefire-plugin</artifactId> |
| 422 | <configuration> |
| 423 | <printSummary>false</printSummary> |
| 424 | </configuration> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 425 | </plugin> |
| 426 | </plugins> |
| 427 | </build> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 428 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 429 | <profiles> |
| 430 | <profile> |
| 431 | <id>all</id> |
| 432 | <activation> |
| 433 | <activeByDefault>true</activeByDefault> |
| 434 | </activation> |
| 435 | <modules> |
Michael Lando | a6c7910 | 2018-04-30 21:54:40 +0300 | [diff] [blame] | 436 | <module>onboarding</module> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 437 | <module>security-utils</module> |
| 438 | <module>common-app-api</module> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 439 | <module>common-be</module> |
| 440 | <module>catalog-dao</module> |
| 441 | <module>catalog-model</module> |
| 442 | <module>catalog-be</module> |
| 443 | <module>asdctool</module> |
| 444 | <module>catalog-ui</module> |
| 445 | <module>catalog-fe</module> |
| 446 | <module>test-apis-ci</module> |
| 447 | <module>ui-ci</module> |
| 448 | <module>sdc-os-chef</module> |
| 449 | <module>utils/webseal-simulator</module> |
| 450 | </modules> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 451 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 452 | </profile> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 453 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 454 | <profile> |
| 455 | <id>catalog</id> |
| 456 | <activation> |
| 457 | <activeByDefault>false</activeByDefault> |
| 458 | </activation> |
| 459 | <modules> |
| 460 | <module>security-utils</module> |
| 461 | <module>common-app-api</module> |
| 462 | <module>common-be</module> |
| 463 | <module>catalog-dao</module> |
| 464 | <module>catalog-model</module> |
| 465 | <module>catalog-be</module> |
| 466 | <module>asdctool</module> |
| 467 | <module>catalog-ui</module> |
| 468 | <module>catalog-fe</module> |
| 469 | <module>test-apis-ci</module> |
| 470 | <module>ui-ci</module> |
| 471 | </modules> |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 472 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 473 | <properties> |
| 474 | <ecomp.version>1.2.7</ecomp.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 475 | <sdc-tosca-parser.version>1.1.32</sdc-tosca-parser.version> |
| 476 | </properties> |
| 477 | </profile> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 478 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 479 | <profile> |
| 480 | <id>onboarding</id> |
| 481 | <activation> |
| 482 | <activeByDefault>false</activeByDefault> |
| 483 | </activation> |
| 484 | <modules> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 485 | <module>onboarding</module> |
| 486 | </modules> |
| 487 | </profile> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 488 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 489 | </profiles> |
| 490 | |
| 491 | <repositories> |
| 492 | <!-- LF repositories --> |
| 493 | <repository> |
| 494 | <id>ecomp-releases</id> |
| 495 | <name>Release Repository</name> |
| 496 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 497 | </repository> |
| 498 | <repository> |
| 499 | <id>ecomp-snapshots</id> |
| 500 | <name>Snapshots Repository</name> |
| 501 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 502 | </repository> |
| 503 | <repository> |
| 504 | <id>ecomp-public</id> |
| 505 | <name>Public Repository</name> |
| 506 | <url>${nexus.proxy}/content/repositories/public/</url> |
| 507 | </repository> |
| 508 | <!-- LF repositories END--> |
| 509 | </repositories> |
| 510 | |
| 511 | <distributionManagement> |
| 512 | <repository> |
| 513 | <id>ecomp-releases</id> |
| 514 | <name>Release Repository</name> |
| 515 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 516 | </repository> |
| 517 | <snapshotRepository> |
| 518 | <id>ecomp-snapshots</id> |
| 519 | <name>Snapshot Repository</name> |
| 520 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 521 | </snapshotRepository> |
| 522 | <site> |
| 523 | <id>ecomp-site</id> |
| 524 | <url>dav:${nexus.proxy}${sitePath}</url> |
| 525 | </site> |
| 526 | </distributionManagement> |
Tal Gitelman | c63a340 | 2018-08-05 17:16:15 +0300 | [diff] [blame] | 527 | </project> |