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========================================================= |
Piotr Darosz | 044b3f8 | 2019-06-11 15:24:22 +0200 | [diff] [blame] | 19 | Modifications copyright (c) 2018-2019 Nokia |
Piotr Darosz | 20da3d0 | 2018-06-15 08:28:00 +0200 | [diff] [blame] | 20 | ================================================================================ |
| 21 | --> |
vasraz | f1f5a35 | 2019-11-26 17:20:27 +0000 | [diff] [blame] | 22 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 23 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 24 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 25 | <modelVersion>4.0.0</modelVersion> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 26 | |
vasraz | a8a9633 | 2020-08-19 18:01:52 +0100 | [diff] [blame] | 27 | <groupId>org.openecomp.sdc</groupId> |
| 28 | <artifactId>sdc-main</artifactId> |
ChrisC | 94133cb | 2021-02-17 16:02:05 +0100 | [diff] [blame] | 29 | <version>1.8.2-SNAPSHOT</version> |
vasraz | a8a9633 | 2020-08-19 18:01:52 +0100 | [diff] [blame] | 30 | <packaging>pom</packaging> |
| 31 | <name>sdc</name> |
Tomasz Golabek | c8fcbbc | 2019-07-09 08:42:59 +0200 | [diff] [blame] | 32 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 33 | <parent> |
| 34 | <groupId>org.onap.oparent</groupId> |
| 35 | <artifactId>oparent</artifactId> |
vasraz | 72b29ba | 2021-02-22 14:01:13 +0000 | [diff] [blame] | 36 | <version>3.2.0</version> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 37 | <relativePath/> |
| 38 | </parent> |
Tomasz Golabek | c8fcbbc | 2019-07-09 08:42:59 +0200 | [diff] [blame] | 39 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 40 | <properties> |
| 41 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
sebdet | b988cb6 | 2020-09-25 15:48:10 +0200 | [diff] [blame] | 42 | <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 43 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 44 | <tosca.datatype.version>${project.version}</tosca.datatype.version> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 45 | <!-- 3rd parties versions --> |
| 46 | <bean-matcher.version>0.11</bean-matcher.version> |
| 47 | <lang3.version>3.10</lang3.version> |
| 48 | <guava.version>18.0</guava.version> |
| 49 | <janusgraph.version>0.3.1</janusgraph.version> |
vasraz | 70f93df | 2021-02-24 16:19:54 +0000 | [diff] [blame] | 50 | <spring.version>5.2.10.RELEASE</spring.version> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 51 | <jersey-bom.version>2.27</jersey-bom.version> |
| 52 | <netty.version>4.1.48.Final</netty.version> |
| 53 | <servlet-api.version>3.1.0</servlet-api.version> |
| 54 | <wire-mock.version>2.26.3</wire-mock.version> |
| 55 | <ecomp.version>2.6.0</ecomp.version> |
| 56 | <cassandra.unit.version>4.3.1.0</cassandra.unit.version> |
| 57 | <cadi.version>2.1.8</cadi.version> |
vasraz | 086406a | 2021-02-22 09:50:07 +0000 | [diff] [blame] | 58 | <lombok.version>1.18.18</lombok.version> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 59 | <commons-beanutils>1.9.4</commons-beanutils> |
| 60 | <commons-configuration>2.3</commons-configuration> |
| 61 | <apache-poi.version>4.1.0</apache-poi.version> |
| 62 | <onap.logging.version>1.6.1</onap.logging.version> |
| 63 | <apache-commons-text.version>1.9</apache-commons-text.version> |
| 64 | <jaxb-api.version>2.3.1</jaxb-api.version> |
Adam Wudzinski | ad99b80 | 2020-11-27 12:50:27 +0100 | [diff] [blame] | 65 | <io.vavr.version>0.10.3</io.vavr.version> |
vasraz | 086406a | 2021-02-22 09:50:07 +0000 | [diff] [blame] | 66 | <groovy.version>3.0.7</groovy.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 67 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 68 | <commons.collections.version>4.1</commons.collections.version> |
| 69 | <ws.rs.version>2.1</ws.rs.version> |
Talio | 1468fdc | 2019-02-05 11:05:05 +0200 | [diff] [blame] | 70 | |
vasraz | 086406a | 2021-02-22 09:50:07 +0000 | [diff] [blame] | 71 | <jetty.version>9.4.36.v20210114</jetty.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 72 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 73 | <!-- JSON and YAML Parsing --> |
vasraz | 70f93df | 2021-02-24 16:19:54 +0000 | [diff] [blame] | 74 | <jackson.version>2.12.1</jackson.version> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 75 | <jackson-annotations.version>${jackson.version}</jackson-annotations.version> |
amohamad | c16117e | 2020-07-19 22:17:57 -0400 | [diff] [blame] | 76 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 77 | <clearspring.version>2.1.1</clearspring.version> |
| 78 | <skipYamlJsonValidator>false</skipYamlJsonValidator> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 79 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 80 | <!-- Yaml for properties --> |
vasraz | 70f93df | 2021-02-24 16:19:54 +0000 | [diff] [blame] | 81 | <snakeyaml.version>1.28</snakeyaml.version> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 82 | <functionaljava.version>4.7</functionaljava.version> |
| 83 | <httpclient.version>4.5.3</httpclient.version> |
| 84 | <httpcore.version>4.4.1</httpcore.version> |
| 85 | <json-simple.version>1.1</json-simple.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 86 | |
Adam Wudzinski | ad99b80 | 2020-11-27 12:50:27 +0100 | [diff] [blame] | 87 | <!-- PM Dictionary validation --> |
| 88 | <onap.vnfsdk.validation.pmdictionary.version>1.2.15</onap.vnfsdk.validation.pmdictionary.version> |
| 89 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 90 | <!-- Logging start --> |
| 91 | <!-- logback --> |
| 92 | <logback.version>1.2.3</logback.version> |
| 93 | <slf4j-api.version>1.7.25</slf4j-api.version> |
| 94 | <commons-codec>1.10</commons-codec> |
| 95 | <commons-logging>1.2</commons-logging> |
| 96 | <janino.version>3.0.6</janino.version> |
| 97 | <log4j.version>2.13.1</log4j.version> |
Michael Lando | 3c3c833 | 2017-07-20 01:29:49 +0300 | [diff] [blame] | 98 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 99 | <!-- aspects --> |
| 100 | <jcabi.version>0.20.1</jcabi.version> |
vasraz | 70f93df | 2021-02-24 16:19:54 +0000 | [diff] [blame] | 101 | <aspectj.version>1.8.9</aspectj.version> |
| 102 | <aspectjrt.version>${aspectj.version}</aspectjrt.version> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 103 | <jcabi.maven.plugin.version>0.13.2</jcabi.maven.plugin.version> |
Michael Lando | 3c3c833 | 2017-07-20 01:29:49 +0300 | [diff] [blame] | 104 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 105 | <!-- Logging end --> |
| 106 | <!-- System Metrics --> |
| 107 | <sigar.version>1.6.4</sigar.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 108 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 109 | <regex.version>3.0.3</regex.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 110 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 111 | <!--GSON--> |
| 112 | <gson.version>2.3.1</gson.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 113 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 114 | <!--listen to file changes--> |
| 115 | <commons-jci-core.version>1.1</commons-jci-core.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 116 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 117 | <!--TESTING--> |
vasraz | 70f93df | 2021-02-24 16:19:54 +0000 | [diff] [blame] | 118 | <mockito.version>3.7.7</mockito.version> |
| 119 | <mockitoJupiter.version>${mockito.version}</mockitoJupiter.version> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 120 | <jmockit.version>1.35</jmockit.version> |
vasraz | 086406a | 2021-02-22 09:50:07 +0000 | [diff] [blame] | 121 | <junit.version>4.13.1</junit.version> |
| 122 | <junit.platform.version>1.7.1</junit.platform.version> |
| 123 | <junitJupiter.version>5.7.0</junitJupiter.version> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 124 | <assertj.version>3.16.0</assertj.version> |
vasraz | 7c25933 | 2021-01-20 21:20:28 +0000 | [diff] [blame] | 125 | <testng.version>7.3.0</testng.version> |
ChrisC | 70533b5 | 2021-02-12 16:21:40 +0100 | [diff] [blame] | 126 | <cucumber.version>6.8.1</cucumber.version> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 127 | <bean-matchers.version>0.11</bean-matchers.version> |
| 128 | <hamcrest.version>2.1</hamcrest.version> |
| 129 | <hamcrest-all.version>1.3</hamcrest-all.version> |
| 130 | <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version> |
| 131 | <maven-jar-plugin.version>2.4</maven-jar-plugin.version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 132 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 133 | <!-- sonar --> |
| 134 | <sonar.projectVersion>${project.version}</sonar.projectVersion> |
| 135 | <sonar.nodejs.executable>${project.basedir}/node/node</sonar.nodejs.executable> |
| 136 | <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports |
| 137 | </sonar.surefire.reportsPath> |
| 138 | <sonar.javascript.lcov.reportPaths>${project.build.directory}/code-coverage/lcov.info |
| 139 | </sonar.javascript.lcov.reportPaths> |
| 140 | <sonar.coverage.jacoco.xmlReportPaths> |
| 141 | ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml |
| 142 | </sonar.coverage.jacoco.xmlReportPaths> |
| 143 | <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding> |
| 144 | <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir> |
| 145 | <sonar.coverage.exclusions>pom.xml,src/test</sonar.coverage.exclusions> |
| 146 | <!--cassandra --> |
| 147 | <cassandra.driver.version>3.8.0</cassandra.driver.version> |
| 148 | <!-- maven central (Nexus) --> |
| 149 | <nexus.id.release>nexus</nexus.id.release> |
| 150 | <nexus.id.snapshot>nexus</nexus.id.snapshot> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 151 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 152 | <!--nexus--> |
| 153 | <npm.registry>https://registry.npmjs.org/</npm.registry> |
| 154 | <nexus.proxy>https://nexus.onap.org</nexus.proxy> |
| 155 | <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath> |
| 156 | <staging.profile.id>176c31dfe190a</staging.profile.id> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 157 | <!--togglz version--> |
| 158 | <togglz.version>2.6.1.Final</togglz.version> |
amohamad | c16117e | 2020-07-19 22:17:57 -0400 | [diff] [blame] | 159 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 160 | <joda.time.version>2.9.9</joda.time.version> |
amohamad | c16117e | 2020-07-19 22:17:57 -0400 | [diff] [blame] | 161 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 162 | <!--sdc-security-utils--> |
| 163 | <security.util.lib.version>1.6.0</security.util.lib.version> |
| 164 | <!--jacoco--> |
| 165 | <jacoco.version>0.8.5</jacoco.version> |
amohamad | c16117e | 2020-07-19 22:17:57 -0400 | [diff] [blame] | 166 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 167 | <java.driver.core.version>4.5.1</java.driver.core.version> |
vasraz | 8394fae | 2020-04-28 16:57:56 +0100 | [diff] [blame] | 168 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 169 | <!-- Surefire parameters --> |
| 170 | <surefire.forkCount>1C</surefire.forkCount> |
| 171 | <surefire.reuseForks>true</surefire.reuseForks> |
sebdet | 9d724fe | 2021-02-03 15:05:54 +0100 | [diff] [blame] | 172 | <surefire.skip.tests>false</surefire.skip.tests> |
sebdet | 591810d | 2020-09-17 15:07:23 +0200 | [diff] [blame] | 173 | |
| 174 | <docker.api.version>1.35</docker.api.version> |
andre.schmid | 13b3912 | 2021-01-28 17:53:22 +0000 | [diff] [blame] | 175 | <bouncycastle.version>1.68</bouncycastle.version> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 176 | </properties> |
| 177 | |
| 178 | <dependencyManagement> |
| 179 | <dependencies> |
| 180 | <dependency> |
| 181 | <groupId>com.google.guava</groupId> |
| 182 | <artifactId>guava</artifactId> |
| 183 | <version>${guava.version}</version> |
| 184 | </dependency> |
| 185 | |
| 186 | <dependency> |
| 187 | <groupId>org.glassfish.jersey.ext</groupId> |
| 188 | <artifactId>jersey-bean-validation</artifactId> |
| 189 | <version>${jersey-bom.version}</version> |
| 190 | </dependency> |
| 191 | |
| 192 | <dependency> |
| 193 | <groupId>org.glassfish.hk2.external</groupId> |
| 194 | <artifactId>asm-all-repackaged</artifactId> |
| 195 | <version>2.4.0</version> |
| 196 | </dependency> |
| 197 | |
| 198 | <dependency> |
| 199 | <groupId>org.assertj</groupId> |
| 200 | <artifactId>assertj-core</artifactId> |
| 201 | <version>${assertj.version}</version> |
| 202 | </dependency> |
| 203 | |
| 204 | <dependency> |
| 205 | <groupId>org.jmockit</groupId> |
| 206 | <artifactId>jmockit</artifactId> |
| 207 | <version>${jmockit.version}</version> |
| 208 | </dependency> |
| 209 | |
| 210 | <dependency> |
| 211 | <groupId>com.github.tomakehurst</groupId> |
| 212 | <artifactId>wiremock-standalone</artifactId> |
| 213 | <version>${wire-mock.version}</version> |
| 214 | </dependency> |
| 215 | |
| 216 | <dependency> |
| 217 | <groupId>io.cucumber</groupId> |
| 218 | <artifactId>cucumber-java</artifactId> |
| 219 | <version>${cucumber.version}</version> |
| 220 | </dependency> |
| 221 | |
| 222 | <dependency> |
| 223 | <groupId>io.cucumber</groupId> |
| 224 | <artifactId>cucumber-junit</artifactId> |
| 225 | <version>${cucumber.version}</version> |
| 226 | </dependency> |
| 227 | |
| 228 | <dependency> |
| 229 | <groupId>org.apache.commons</groupId> |
| 230 | <artifactId>commons-lang3</artifactId> |
| 231 | <version>${lang3.version}</version> |
| 232 | </dependency> |
| 233 | <dependency> |
| 234 | <groupId>org.codehaus.groovy</groupId> |
| 235 | <artifactId>groovy</artifactId> |
vasraz | 086406a | 2021-02-22 09:50:07 +0000 | [diff] [blame] | 236 | <version>${groovy.version}</version> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 237 | </dependency> |
| 238 | <dependency> |
| 239 | <groupId>io.netty</groupId> |
| 240 | <artifactId>netty-all</artifactId> |
| 241 | <version>${netty.version}</version> |
| 242 | </dependency> |
| 243 | <dependency> |
| 244 | <groupId>io.netty</groupId> |
| 245 | <artifactId>netty-handler</artifactId> |
| 246 | <version>${netty.version}</version> |
| 247 | </dependency> |
| 248 | </dependencies> |
| 249 | </dependencyManagement> |
| 250 | |
kooper | faaad99 | 2019-05-07 08:44:41 +0000 | [diff] [blame] | 251 | <dependencies> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 252 | <dependency> |
| 253 | <!-- must be on the classpath --> |
| 254 | <groupId>org.jacoco</groupId> |
| 255 | <artifactId>org.jacoco.agent</artifactId> |
| 256 | <classifier>runtime</classifier> |
| 257 | <version>${jacoco.version}</version> |
| 258 | <scope>test</scope> |
| 259 | </dependency> |
| 260 | <!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API --> |
| 261 | <dependency> |
| 262 | <groupId>org.junit.jupiter</groupId> |
| 263 | <artifactId>junit-jupiter-engine</artifactId> |
| 264 | <version>${junitJupiter.version}</version> |
| 265 | <scope>test</scope> |
| 266 | </dependency> |
| 267 | <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API --> |
| 268 | <dependency> |
| 269 | <groupId>org.junit.vintage</groupId> |
| 270 | <artifactId>junit-vintage-engine</artifactId> |
| 271 | <version>${junitJupiter.version}</version> |
| 272 | <scope>test</scope> |
| 273 | </dependency> |
vasraz | f1f5a35 | 2019-11-26 17:20:27 +0000 | [diff] [blame] | 274 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 275 | <dependency> |
| 276 | <groupId>org.mockito</groupId> |
| 277 | <artifactId>mockito-core</artifactId> |
| 278 | <version>${mockito.version}</version> |
| 279 | <scope>test</scope> |
| 280 | </dependency> |
kooper | faaad99 | 2019-05-07 08:44:41 +0000 | [diff] [blame] | 281 | </dependencies> |
| 282 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 283 | <reporting> |
| 284 | <plugins> |
| 285 | <plugin> |
| 286 | <groupId>org.apache.maven.plugins</groupId> |
| 287 | <artifactId>maven-javadoc-plugin</artifactId> |
| 288 | <version>3.0.1</version> |
| 289 | <configuration> |
| 290 | <failOnError>false</failOnError> |
| 291 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 292 | <docletArtifact> |
| 293 | <groupId>org.umlgraph</groupId> |
| 294 | <artifactId>umlgraph</artifactId> |
| 295 | <version>5.6</version> |
| 296 | </docletArtifact> |
| 297 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 298 | </configuration> |
| 299 | </plugin> |
| 300 | </plugins> |
| 301 | </reporting> |
JulienBe | 56f99ec | 2020-06-24 17:31:27 +0200 | [diff] [blame] | 302 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 303 | <build> |
| 304 | <pluginManagement> |
| 305 | <plugins> |
| 306 | <plugin> |
| 307 | <groupId>org.jacoco</groupId> |
| 308 | <artifactId>jacoco-maven-plugin</artifactId> |
| 309 | <version>${jacoco.version}</version> |
| 310 | </plugin> |
| 311 | <plugin> |
| 312 | <groupId>org.apache.maven.plugins</groupId> |
| 313 | <artifactId>maven-assembly-plugin</artifactId> |
| 314 | <version>3.1.0</version> |
| 315 | <configuration> |
| 316 | <tarLongFileMode>posix</tarLongFileMode> |
| 317 | </configuration> |
| 318 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 319 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 320 | <plugin> |
| 321 | <groupId>org.codehaus.mojo</groupId> |
| 322 | <artifactId>exec-maven-plugin</artifactId> |
| 323 | <version>1.6.0</version> |
| 324 | </plugin> |
| 325 | <plugin> |
| 326 | <groupId>org.sonarsource.scanner.maven</groupId> |
| 327 | <artifactId>sonar-maven-plugin</artifactId> |
| 328 | <version>3.7.0.1746</version> |
| 329 | </plugin> |
| 330 | <plugin> |
| 331 | <groupId>org.apache.maven.plugins</groupId> |
| 332 | <artifactId>maven-clean-plugin</artifactId> |
| 333 | <version>3.1.0</version> |
| 334 | </plugin> |
| 335 | <plugin> |
| 336 | <groupId>ru.yaal.maven</groupId> |
| 337 | <artifactId>write-text-files-maven-plugin</artifactId> |
| 338 | <version>1.1</version> |
| 339 | </plugin> |
| 340 | <plugin> |
| 341 | <groupId>org.codehaus.gmaven</groupId> |
| 342 | <artifactId>gmaven-plugin</artifactId> |
| 343 | <version>1.5</version> |
| 344 | </plugin> |
| 345 | <plugin> |
| 346 | <groupId>org.codehaus.mojo</groupId> |
| 347 | <artifactId>build-helper-maven-plugin</artifactId> |
| 348 | <version>3.2.0</version> |
| 349 | </plugin> |
| 350 | <plugin> |
| 351 | <groupId>org.apache.maven.plugins</groupId> |
| 352 | <artifactId>maven-deploy-plugin</artifactId> |
| 353 | <version>2.8.2</version> |
| 354 | </plugin> |
| 355 | <plugin> |
| 356 | <groupId>org.apache.maven.plugins</groupId> |
| 357 | <artifactId>maven-shade-plugin</artifactId> |
| 358 | <version>3.1.1</version> |
| 359 | </plugin> |
| 360 | <plugin> |
| 361 | <groupId>org.apache.maven.plugins</groupId> |
| 362 | <artifactId>maven-resources-plugin</artifactId> |
| 363 | <version>3.2.0</version> |
| 364 | </plugin> |
| 365 | <plugin> |
| 366 | <groupId>io.fabric8</groupId> |
| 367 | <artifactId>docker-maven-plugin</artifactId> |
| 368 | <version>0.31.0</version> |
| 369 | </plugin> |
| 370 | <plugin> |
| 371 | <groupId>org.apache.maven.plugins</groupId> |
| 372 | <artifactId>maven-war-plugin</artifactId> |
| 373 | <version>3.2.2</version> |
| 374 | </plugin> |
| 375 | <plugin> |
| 376 | <groupId>com.github.eirslett</groupId> |
| 377 | <artifactId>frontend-maven-plugin</artifactId> |
| 378 | <version>1.8.0</version> |
| 379 | </plugin> |
| 380 | <plugin> |
| 381 | <groupId>org.apache.maven.plugins</groupId> |
| 382 | <artifactId>maven-surefire-plugin</artifactId> |
| 383 | <version>${maven-surefire-plugin.version}</version> |
| 384 | </plugin> |
| 385 | <plugin> |
| 386 | <groupId>org.apache.maven.plugins</groupId> |
| 387 | <artifactId>maven-failsafe-plugin</artifactId> |
| 388 | <version>${maven-surefire-plugin.version}</version> |
| 389 | </plugin> |
| 390 | <plugin> |
| 391 | <groupId>org.apache.maven.plugins</groupId> |
| 392 | <artifactId>maven-compiler-plugin</artifactId> |
| 393 | <version>3.8.1</version> |
| 394 | </plugin> |
| 395 | <plugin> |
| 396 | <groupId>com.github.sylvainlaurent.maven</groupId> |
| 397 | <artifactId>yaml-json-validator-maven-plugin</artifactId> |
| 398 | <version>1.0.2</version> |
| 399 | </plugin> |
| 400 | <plugin> |
| 401 | <groupId>pl.project13.maven</groupId> |
| 402 | <artifactId>git-commit-id-plugin</artifactId> |
| 403 | <version>4.0.0</version> |
| 404 | </plugin> |
| 405 | </plugins> |
| 406 | </pluginManagement> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 407 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 408 | <plugins> |
| 409 | <plugin> |
| 410 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 411 | <version>2.17</version> |
| 412 | <configuration> |
| 413 | <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation> |
| 414 | <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression> |
| 415 | <skip>${checkstyle.skip}</skip> |
| 416 | </configuration> |
| 417 | </plugin> |
| 418 | <!-- plugin for parsing the project version --> |
| 419 | <plugin> |
| 420 | <groupId>org.codehaus.mojo</groupId> |
| 421 | <artifactId>build-helper-maven-plugin</artifactId> |
| 422 | <executions> |
| 423 | <execution> |
| 424 | <id>parse-version</id> |
| 425 | <phase>pre-clean</phase> |
| 426 | <goals> |
| 427 | <goal>parse-version</goal> |
| 428 | </goals> |
| 429 | </execution> |
| 430 | </executions> |
| 431 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 432 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 433 | <!-- Java Code Coverage --> |
| 434 | <plugin> |
| 435 | <groupId>org.jacoco</groupId> |
| 436 | <artifactId>jacoco-maven-plugin</artifactId> |
| 437 | <inherited>false</inherited> |
| 438 | <executions> |
| 439 | <execution> |
| 440 | <id>default-instrument</id> |
| 441 | <goals> |
| 442 | <goal>instrument</goal> |
| 443 | </goals> |
| 444 | </execution> |
| 445 | <execution> |
| 446 | <id>default-restore-instrumented-classes</id> |
| 447 | <goals> |
| 448 | <goal>restore-instrumented-classes</goal> |
| 449 | </goals> |
| 450 | </execution> |
| 451 | <execution> |
| 452 | <id>default-report</id> |
| 453 | <goals> |
| 454 | <goal>report</goal> |
| 455 | </goals> |
| 456 | <configuration> |
| 457 | <dataFile>${project.build.directory}/jacoco.exec</dataFile> |
| 458 | </configuration> |
| 459 | </execution> |
| 460 | </executions> |
| 461 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 462 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 463 | <plugin> |
| 464 | <groupId>org.apache.maven.plugins</groupId> |
| 465 | <artifactId>maven-site-plugin</artifactId> |
| 466 | <version>3.7.1</version> |
| 467 | <dependencies> |
| 468 | <dependency> |
| 469 | <groupId>org.apache.maven.wagon</groupId> |
| 470 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 471 | <version>3.0.0</version> |
| 472 | </dependency> |
| 473 | </dependencies> |
| 474 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 475 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 476 | <!-- Set the deployment repositories properties. --> |
| 477 | <plugin> |
| 478 | <groupId>org.codehaus.gmaven</groupId> |
| 479 | <artifactId>gmaven-plugin</artifactId> |
| 480 | <executions> |
| 481 | <execution> |
| 482 | <inherited>false</inherited> |
| 483 | <phase>integration-test</phase> |
| 484 | <goals> |
| 485 | <goal>execute</goal> |
| 486 | </goals> |
| 487 | <configuration> |
| 488 | <source> |
| 489 | pom.properties['deploy.url'] = |
| 490 | pom.version.contains('-SNAPSHOT') ? |
| 491 | project.distributionManagement.snapshotRepository.url : |
| 492 | project.distributionManagement.repository.url; |
| 493 | pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ? |
| 494 | project.distributionManagement.snapshotRepository.id : |
| 495 | project.distributionManagement.repository.id; |
| 496 | </source> |
| 497 | </configuration> |
| 498 | </execution> |
| 499 | </executions> |
| 500 | </plugin> |
| 501 | <plugin> |
| 502 | <groupId>org.apache.maven.plugins</groupId> |
| 503 | <artifactId>maven-compiler-plugin</artifactId> |
| 504 | <configuration> |
| 505 | <source>11</source> |
| 506 | <target>11</target> |
sebdet | a9fffd2 | 2020-10-08 13:28:36 +0200 | [diff] [blame] | 507 | <forceJavacCompilerUse>true</forceJavacCompilerUse> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 508 | </configuration> |
| 509 | </plugin> |
| 510 | <plugin> |
| 511 | <groupId>org.apache.maven.plugins</groupId> |
| 512 | <artifactId>maven-surefire-plugin</artifactId> |
| 513 | <dependencies> |
| 514 | <dependency> |
| 515 | <groupId>org.apache.maven.surefire</groupId> |
| 516 | <artifactId>surefire-junit-platform</artifactId> |
| 517 | <version>${maven-surefire-plugin.version}</version> |
| 518 | </dependency> |
| 519 | </dependencies> |
| 520 | <configuration> |
| 521 | <printSummary>false</printSummary> |
| 522 | <systemPropertyVariables> |
| 523 | <jacoco-agent.destfile>${project.build.directory}/jacoco.exec</jacoco-agent.destfile> |
| 524 | </systemPropertyVariables> |
| 525 | <forkCount>${surefire.forkCount}</forkCount> |
| 526 | <reuseForks>${surefire.reuseForks}</reuseForks> |
| 527 | <parallel>methods</parallel> |
sebdet | 9d724fe | 2021-02-03 15:05:54 +0100 | [diff] [blame] | 528 | <skip>${surefire.skip.tests}</skip> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 529 | </configuration> |
| 530 | </plugin> |
| 531 | <plugin> |
| 532 | <groupId>pl.project13.maven</groupId> |
| 533 | <artifactId>git-commit-id-plugin</artifactId> |
| 534 | <executions> |
| 535 | <execution> |
| 536 | <goals> |
| 537 | <goal>revision</goal> |
| 538 | </goals> |
| 539 | </execution> |
| 540 | </executions> |
| 541 | <configuration> |
| 542 | <generateGitPropertiesFile>true</generateGitPropertiesFile> |
| 543 | <generateGitPropertiesFilename>${project.build.outputDirectory}/META-INF/git.properties |
| 544 | </generateGitPropertiesFilename> |
| 545 | <failOnNoGitDirectory>true</failOnNoGitDirectory> |
| 546 | <verbose>false</verbose> |
| 547 | <includeOnlyProperties> |
| 548 | <includeOnlyProperty>git.build.version</includeOnlyProperty> |
| 549 | <includeOnlyProperty>git.build.time</includeOnlyProperty> |
| 550 | <includeOnlyProperty>git.commit.id</includeOnlyProperty> |
| 551 | <includeOnlyProperty>git.commit.time</includeOnlyProperty> |
| 552 | <includeOnlyProperty>git.commit.user.name</includeOnlyProperty> |
| 553 | <includeOnlyProperty>git.commit.user.email</includeOnlyProperty> |
| 554 | <includeOnlyProperty>git.commit.message.short</includeOnlyProperty> |
| 555 | <includeOnlyProperty>git.commit.message.full</includeOnlyProperty> |
| 556 | </includeOnlyProperties> |
| 557 | <gitDescribe> |
| 558 | <skip>true</skip> |
| 559 | </gitDescribe> |
| 560 | <useNativeGit>false</useNativeGit> |
| 561 | </configuration> |
| 562 | </plugin> |
| 563 | </plugins> |
| 564 | </build> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 565 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 566 | <profiles> |
| 567 | <profile> |
| 568 | <id>all</id> |
| 569 | <activation> |
| 570 | <activeByDefault>true</activeByDefault> |
| 571 | </activation> |
| 572 | <properties> |
| 573 | <checkstyle.skip>true</checkstyle.skip> |
| 574 | </properties> |
| 575 | <modules> |
| 576 | <module>onboarding</module> |
| 577 | <module>common-app-logging</module> |
| 578 | <module>common-app-api</module> |
| 579 | <module>common-be</module> |
| 580 | <module>catalog-dao</module> |
| 581 | <module>catalog-model</module> |
| 582 | <module>catalog-be</module> |
| 583 | <module>catalog-be-plugins</module> |
| 584 | <module>asdctool</module> |
| 585 | <module>catalog-ui</module> |
| 586 | <module>catalog-fe</module> |
| 587 | <module>sdc-os-chef</module> |
| 588 | <module>utils/webseal-simulator</module> |
| 589 | <module>integration-tests</module> |
| 590 | </modules> |
| 591 | </profile> |
| 592 | <profile> |
sebdet | 9d724fe | 2021-02-03 15:05:54 +0100 | [diff] [blame] | 593 | <id>all-for-integration-tests-only</id> |
| 594 | <properties> |
| 595 | <checkstyle.skip>true</checkstyle.skip> |
| 596 | <surefire.skip.tests>true</surefire.skip.tests> |
| 597 | </properties> |
| 598 | <modules> |
| 599 | <module>onboarding</module> |
| 600 | <module>common-app-logging</module> |
| 601 | <module>common-app-api</module> |
| 602 | <module>common-be</module> |
| 603 | <module>catalog-dao</module> |
| 604 | <module>catalog-model</module> |
| 605 | <module>catalog-be</module> |
| 606 | <module>catalog-be-plugins</module> |
| 607 | <module>asdctool</module> |
| 608 | <module>catalog-ui</module> |
| 609 | <module>catalog-fe</module> |
| 610 | <module>sdc-os-chef</module> |
| 611 | <module>utils/webseal-simulator</module> |
| 612 | <module>integration-tests</module> |
| 613 | </modules> |
| 614 | </profile> |
| 615 | <profile> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 616 | <id>skip-integration-tests</id> |
| 617 | <activation> |
| 618 | <property> |
| 619 | <name>skipITs</name> |
| 620 | <value>true</value> |
| 621 | </property> |
| 622 | </activation> |
| 623 | <properties> |
| 624 | <checkstyle.skip>true</checkstyle.skip> |
| 625 | </properties> |
| 626 | <modules> |
| 627 | <module>onboarding</module> |
| 628 | <module>common-app-logging</module> |
| 629 | <module>common-app-api</module> |
| 630 | <module>common-be</module> |
| 631 | <module>catalog-dao</module> |
| 632 | <module>catalog-model</module> |
| 633 | <module>catalog-be</module> |
| 634 | <module>catalog-be-plugins</module> |
| 635 | <module>asdctool</module> |
| 636 | <module>catalog-ui</module> |
| 637 | <module>catalog-fe</module> |
| 638 | <module>sdc-os-chef</module> |
| 639 | <module>utils/webseal-simulator</module> |
| 640 | </modules> |
| 641 | </profile> |
| 642 | <profile> |
sebdet | 4fc21a6 | 2020-09-10 15:24:32 +0200 | [diff] [blame] | 643 | <id>skip-tests</id> |
| 644 | <activation> |
| 645 | <property> |
| 646 | <name>skipTests</name> |
| 647 | <value>true</value> |
| 648 | </property> |
| 649 | </activation> |
| 650 | <properties> |
| 651 | <checkstyle.skip>true</checkstyle.skip> |
| 652 | </properties> |
| 653 | <modules> |
| 654 | <module>onboarding</module> |
| 655 | <module>common-app-logging</module> |
| 656 | <module>common-app-api</module> |
| 657 | <module>common-be</module> |
| 658 | <module>catalog-dao</module> |
| 659 | <module>catalog-model</module> |
| 660 | <module>catalog-be</module> |
| 661 | <module>catalog-be-plugins</module> |
| 662 | <module>asdctool</module> |
| 663 | <module>catalog-ui</module> |
| 664 | <module>catalog-fe</module> |
| 665 | <module>sdc-os-chef</module> |
| 666 | <module>utils/webseal-simulator</module> |
| 667 | </modules> |
| 668 | </profile> |
| 669 | <profile> |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 670 | <id>fast-build</id> |
| 671 | <activation> |
| 672 | <activeByDefault>false</activeByDefault> |
| 673 | </activation> |
| 674 | <properties> |
| 675 | <maven.test.skip>true</maven.test.skip> |
| 676 | <skipYamlJsonValidator>true</skipYamlJsonValidator> |
| 677 | <checkstyle.skip>true</checkstyle.skip> |
| 678 | <jacoco.skip>true</jacoco.skip> |
| 679 | </properties> |
| 680 | <modules> |
| 681 | <module>onboarding</module> |
| 682 | <module>common-app-logging</module> |
| 683 | <module>common-app-api</module> |
| 684 | <module>common-be</module> |
| 685 | <module>catalog-dao</module> |
| 686 | <module>catalog-model</module> |
| 687 | <module>catalog-be</module> |
| 688 | <module>catalog-be-plugins</module> |
| 689 | <module>asdctool</module> |
| 690 | <module>catalog-ui</module> |
| 691 | <module>catalog-fe</module> |
| 692 | <module>sdc-os-chef</module> |
| 693 | <module>utils/webseal-simulator</module> |
| 694 | </modules> |
| 695 | </profile> |
| 696 | <profile> |
| 697 | <id>start-sdc</id> |
| 698 | <activation> |
| 699 | <activeByDefault>false</activeByDefault> |
| 700 | </activation> |
| 701 | <properties> |
| 702 | <maven.test.skip>true</maven.test.skip> |
| 703 | <skipYamlJsonValidator>true</skipYamlJsonValidator> |
| 704 | <checkstyle.skip>true</checkstyle.skip> |
| 705 | <jacoco.skip>true</jacoco.skip> |
| 706 | <docker.keepRunning>true</docker.keepRunning> |
| 707 | </properties> |
| 708 | <modules> |
| 709 | <module>integration-tests</module> |
| 710 | </modules> |
| 711 | </profile> |
| 712 | <profile> |
| 713 | <id>stop-sdc</id> |
| 714 | <activation> |
| 715 | <activeByDefault>false</activeByDefault> |
| 716 | </activation> |
| 717 | <properties> |
| 718 | <maven.test.skip>true</maven.test.skip> |
| 719 | <skipYamlJsonValidator>true</skipYamlJsonValidator> |
| 720 | <checkstyle.skip>true</checkstyle.skip> |
| 721 | <jacoco.skip>true</jacoco.skip> |
| 722 | <docker.skip.run>true</docker.skip.run> |
| 723 | </properties> |
| 724 | <modules> |
| 725 | <module>integration-tests</module> |
| 726 | </modules> |
| 727 | </profile> |
| 728 | <profile> |
| 729 | <id>run-integration-tests</id> |
| 730 | <activation> |
| 731 | <activeByDefault>false</activeByDefault> |
| 732 | </activation> |
| 733 | <properties> |
| 734 | <skipYamlJsonValidator>true</skipYamlJsonValidator> |
| 735 | <checkstyle.skip>true</checkstyle.skip> |
| 736 | <docker.skip>true</docker.skip> |
| 737 | </properties> |
| 738 | <modules> |
| 739 | <module>integration-tests</module> |
| 740 | </modules> |
| 741 | </profile> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 742 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 743 | </profiles> |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 744 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 745 | <repositories> |
| 746 | <!-- LF repositories --> |
| 747 | <repository> |
| 748 | <id>ecomp-releases</id> |
| 749 | <name>Release Repository</name> |
| 750 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 751 | </repository> |
| 752 | <repository> |
| 753 | <id>ecomp-snapshots</id> |
| 754 | <name>Snapshots Repository</name> |
| 755 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 756 | </repository> |
| 757 | <repository> |
| 758 | <id>ecomp-public</id> |
| 759 | <name>Public Repository</name> |
| 760 | <url>${nexus.proxy}/content/repositories/public/</url> |
| 761 | </repository> |
| 762 | <!-- LF repositories END--> |
| 763 | </repositories> |
vasraz | a8a9633 | 2020-08-19 18:01:52 +0100 | [diff] [blame] | 764 | |
sebdet | 30670ac | 2020-08-04 14:16:00 +0200 | [diff] [blame] | 765 | <distributionManagement> |
| 766 | <repository> |
| 767 | <id>ecomp-releases</id> |
| 768 | <name>Release Repository</name> |
| 769 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 770 | </repository> |
| 771 | <snapshotRepository> |
| 772 | <id>ecomp-snapshots</id> |
| 773 | <name>Snapshot Repository</name> |
| 774 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 775 | </snapshotRepository> |
| 776 | <site> |
| 777 | <id>ecomp-site</id> |
| 778 | <url>dav:${nexus.proxy}${sitePath}</url> |
| 779 | </site> |
| 780 | </distributionManagement> |
Tal Gitelman | c63a340 | 2018-08-05 17:16:15 +0300 | [diff] [blame] | 781 | </project> |