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