Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | |
| 6 | <artifactId>asdc-tests</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 7 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 8 | <parent> |
| 9 | <groupId>org.openecomp.sdc</groupId> |
| 10 | <artifactId>sdc-main</artifactId> |
Michael Lando | 0ad3c80 | 2017-09-19 16:32:59 +0300 | [diff] [blame] | 11 | <version>1.2.0-SNAPSHOT</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 12 | </parent> |
Michael Lando | 660b57d | 2017-10-11 09:45:53 +0300 | [diff] [blame] | 13 | |
| 14 | <properties> |
| 15 | <sonar.skip>true</sonar.skip> |
| 16 | </properties> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 17 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 18 | <dependencies> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 19 | |
Michael Lando | c34b77c | 2017-02-28 19:03:11 +0200 | [diff] [blame] | 20 | <dependency> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 21 | <groupId>com.google.guava</groupId> |
| 22 | <artifactId>guava</artifactId> |
Michael Lando | c34b77c | 2017-02-28 19:03:11 +0200 | [diff] [blame] | 23 | <version>${guava.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 24 | <scope>compile</scope> |
| 25 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 26 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 27 | <dependency> |
| 28 | <groupId>junit</groupId> |
| 29 | <artifactId>junit</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 30 | <version>${junit.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 31 | <scope>compile</scope> |
| 32 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 33 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 34 | <dependency> |
| 35 | <groupId>org.testng</groupId> |
| 36 | <artifactId>testng</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 37 | <version>${testng.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 38 | <scope>compile</scope> |
| 39 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 40 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 41 | <dependency> |
| 42 | <groupId>com.relevantcodes</groupId> |
| 43 | <artifactId>extentreports</artifactId> |
| 44 | <version>2.41.0</version> |
| 45 | <scope>compile</scope> |
| 46 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 47 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 48 | <dependency> |
| 49 | <groupId>org.mockito</groupId> |
| 50 | <artifactId>mockito-all</artifactId> |
| 51 | <version>1.10.19</version> |
| 52 | <scope>compile</scope> |
| 53 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 54 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 55 | <dependency> |
| 56 | <groupId>com.typesafe</groupId> |
| 57 | <artifactId>config</artifactId> |
| 58 | <version>1.0.2</version> |
| 59 | <scope>compile</scope> |
| 60 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 61 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 62 | <dependency> |
| 63 | <groupId>log4j</groupId> |
| 64 | <artifactId>log4j</artifactId> |
| 65 | <version>1.2.17</version> |
| 66 | <scope>compile</scope> |
| 67 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 68 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 69 | <dependency> |
| 70 | <groupId>com.jcraft.jsch</groupId> |
| 71 | <artifactId>com.springsource.com.jcraft.jsch</artifactId> |
| 72 | <version>0.1.41</version> |
| 73 | <scope>compile</scope> |
| 74 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 75 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 76 | <dependency> |
| 77 | <groupId>org.openecomp.sdc</groupId> |
| 78 | <artifactId>common-app-api</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 79 | <version>${project.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 80 | <scope>compile</scope> |
| 81 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 82 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 83 | <dependency> |
| 84 | <groupId>org.openecomp.sdc.be</groupId> |
| 85 | <artifactId>common-be</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 86 | <version>${project.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 87 | <scope>compile</scope> |
| 88 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 89 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 90 | <!-- CHECK CATLOG MODEL --> |
| 91 | <dependency> |
| 92 | <groupId>org.openecomp.sdc.be</groupId> |
| 93 | <artifactId>catalog-model</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 94 | <version>${project.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 95 | <scope>compile</scope> |
| 96 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 97 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 98 | <!-- catalog dao --> |
| 99 | <dependency> |
| 100 | <groupId>org.openecomp.sdc.be</groupId> |
| 101 | <artifactId>catalog-dao</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 102 | <version>${project.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 103 | <scope>compile</scope> |
| 104 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 105 | <!-- functional java --> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 106 | <dependency> |
| 107 | <groupId>org.functionaljava</groupId> |
| 108 | <artifactId>functionaljava</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 109 | <version>${functionaljava.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 110 | <scope>compile</scope> |
| 111 | </dependency> |
| 112 | <!-- CASSANDRA --> |
| 113 | <dependency> |
| 114 | <groupId>com.datastax.cassandra</groupId> |
| 115 | <artifactId>cassandra-driver-core</artifactId> |
| 116 | <version>${cassandra.driver.version}</version> |
| 117 | <scope>compile</scope> |
| 118 | </dependency> |
| 119 | <!-- CASSANDRA END --> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 120 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 121 | <!-- slf4j + logback --> |
| 122 | <dependency> |
| 123 | <groupId>org.slf4j</groupId> |
| 124 | <artifactId>slf4j-api</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 125 | <version>${slf4j-api.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 126 | <scope>compile</scope> |
| 127 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 128 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 129 | <dependency> |
| 130 | <groupId>ch.qos.logback</groupId> |
| 131 | <artifactId>logback-classic</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 132 | <version>${logback.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 133 | <scope>compile</scope> |
| 134 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 135 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 136 | <dependency> |
| 137 | <groupId>ch.qos.logback</groupId> |
| 138 | <artifactId>logback-core</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 139 | <version>${logback.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 140 | <scope>compile</scope> |
| 141 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 142 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 143 | <dependency> |
| 144 | <groupId>com.googlecode.json-simple</groupId> |
| 145 | <artifactId>json-simple</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 146 | <version>${json-simple.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 147 | <scope>compile</scope> |
| 148 | </dependency> |
| 149 | |
| 150 | <!-- File changes listener --> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 151 | <dependency> |
| 152 | <groupId>org.apache.commons</groupId> |
| 153 | <artifactId>commons-jci-core</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 154 | <version>${commons-jci-core.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 155 | <scope>compile</scope> |
| 156 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 157 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 158 | <dependency> |
| 159 | <groupId>commons-codec</groupId> |
| 160 | <artifactId>commons-codec</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 161 | <version>${commons-codec}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 162 | <scope>compile</scope> |
| 163 | </dependency> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 164 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 165 | <!-- Gson --> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 166 | <dependency> |
| 167 | <groupId>com.google.code.gson</groupId> |
| 168 | <artifactId>gson</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 169 | <version>${gson.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 170 | <scope>compile</scope> |
| 171 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 172 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 173 | <!-- Snake Yaml --> |
| 174 | <dependency> |
| 175 | <groupId>org.yaml</groupId> |
| 176 | <artifactId>snakeyaml</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 177 | <version>${snakeyaml.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 178 | <scope>compile</scope> |
| 179 | </dependency> |
Michael Lando | 0de99c2 | 2017-02-28 10:54:57 +0200 | [diff] [blame] | 180 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 181 | <!-- http client --> |
| 182 | <dependency> |
| 183 | <groupId>org.apache.httpcomponents</groupId> |
| 184 | <artifactId>httpclient</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 185 | <version>${httpclient.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 186 | <scope>compile</scope> |
| 187 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 188 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 189 | <dependency> |
| 190 | <groupId>org.apache.httpcomponents</groupId> |
| 191 | <artifactId>httpmime</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 192 | <version>${httpclient.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 193 | <scope>compile</scope> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 194 | </dependency> |
| 195 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 196 | <dependency> |
| 197 | <groupId>commons-io</groupId> |
| 198 | <artifactId>commons-io</artifactId> |
| 199 | <version>2.5</version> |
| 200 | <scope>compile</scope> |
| 201 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 202 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 203 | <dependency> |
| 204 | <groupId>commons-logging</groupId> |
| 205 | <artifactId>commons-logging</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 206 | <version>${commons-logging}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 207 | <scope>compile</scope> |
| 208 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 209 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 210 | <!-- http core --> |
| 211 | <dependency> |
| 212 | <groupId>org.apache.httpcomponents</groupId> |
| 213 | <artifactId>httpcore</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 214 | <version>${httpcore.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 215 | <scope>compile</scope> |
| 216 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 217 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 218 | <!-- TITAN --> |
| 219 | <dependency> |
| 220 | <groupId>com.thinkaurelius.titan</groupId> |
| 221 | <artifactId>titan-core</artifactId> |
| 222 | <version>${titan.version}</version> |
| 223 | <scope>compile</scope> |
| 224 | <exclusions> |
| 225 | <exclusion> |
| 226 | <artifactId>slf4j-log4j12</artifactId> |
| 227 | <groupId>org.slf4j</groupId> |
| 228 | </exclusion> |
| 229 | </exclusions> |
| 230 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 231 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 232 | <dependency> |
Idan Amit | 39987c8 | 2017-09-13 13:51:41 +0300 | [diff] [blame] | 233 | <groupId>org.openecomp.sdc.sdc-titan-cassandra</groupId> |
| 234 | <artifactId>sdc-titan-cassandra</artifactId> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 235 | <version>${titan.version}</version> |
| 236 | <scope>compile</scope> |
| 237 | <exclusions> |
| 238 | <exclusion> |
| 239 | <artifactId>slf4j-log4j12</artifactId> |
| 240 | <groupId>org.slf4j</groupId> |
| 241 | </exclusion> |
| 242 | </exclusions> |
| 243 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 244 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 245 | <dependency> |
| 246 | <groupId>org.codehaus.jackson</groupId> |
| 247 | <artifactId>jackson-mapper-asl</artifactId> |
| 248 | <version>1.9.2</version> |
| 249 | <scope>compile</scope> |
| 250 | </dependency> |
| 251 | |
| 252 | <dependency> |
| 253 | <groupId>com.fasterxml.jackson.core</groupId> |
| 254 | <artifactId>jackson-databind</artifactId> |
Michael Lando | c34b77c | 2017-02-28 19:03:11 +0200 | [diff] [blame] | 255 | <version>${jackson.version}</version> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 256 | <!--<version>2.3.1</version>--> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 257 | <scope>compile</scope> |
| 258 | </dependency> |
| 259 | |
| 260 | <dependency> |
| 261 | <groupId>com.fasterxml.jackson.core</groupId> |
| 262 | <artifactId>jackson-core</artifactId> |
Michael Lando | c34b77c | 2017-02-28 19:03:11 +0200 | [diff] [blame] | 263 | <version>${jackson.version}</version> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 264 | <!--<version>2.3.1</version>--> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 265 | <scope>compile</scope> |
| 266 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 267 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 268 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 269 | <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 270 | <artifactId>sdc-distribution-client</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 271 | <version>1.1.9-SNAPSHOT</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 272 | <scope>compile</scope> |
| 273 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 274 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 275 | <dependency> |
| 276 | <groupId>org.openecomp.ecompsdkos</groupId> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 277 | <artifactId>epsdk-fw</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 278 | <version>${ecomp.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 279 | <scope>compile</scope> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 280 | <exclusions> |
| 281 | <exclusion> |
| 282 | <artifactId>slf4j-log4j12</artifactId> |
| 283 | <groupId>org.slf4j</groupId> |
| 284 | </exclusion> |
| 285 | </exclusions> |
| 286 | </dependency> |
| 287 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 288 | <dependency> |
| 289 | <groupId>org.json</groupId> |
| 290 | <artifactId>json</artifactId> |
| 291 | <version>20090211</version> |
| 292 | </dependency> |
| 293 | </dependencies> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 294 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 295 | <build> |
| 296 | <plugins> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 297 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 298 | <plugin> |
| 299 | <groupId>org.apache.maven.plugins</groupId> |
| 300 | <artifactId>maven-deploy-plugin</artifactId> |
| 301 | <version>2.7</version> |
| 302 | <configuration> |
| 303 | <skip>true</skip> |
| 304 | </configuration> |
| 305 | </plugin> |
| 306 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 307 | <!-- ============================================= --> |
| 308 | <!-- Create the JAR file with its dependencies --> |
| 309 | <!-- ============================================= --> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 310 | <plugin> |
| 311 | <groupId>org.apache.maven.plugins</groupId> |
| 312 | <artifactId>maven-assembly-plugin</artifactId> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 313 | <executions> |
| 314 | <execution> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 315 | <id>create.jar.with.dependencies</id> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 316 | <phase>package</phase> |
| 317 | <goals> |
| 318 | <goal>single</goal> |
| 319 | </goals> |
| 320 | <configuration> |
| 321 | <archive> |
| 322 | <manifest> |
| 323 | <mainClass>org.openecomp.sdc.ci.tests.run.StartTest</mainClass> |
| 324 | </manifest> |
| 325 | </archive> |
| 326 | <descriptorRefs> |
| 327 | <descriptorRef>jar-with-dependencies</descriptorRef> |
| 328 | </descriptorRefs> |
| 329 | </configuration> |
| 330 | </execution> |
| 331 | </executions> |
| 332 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 333 | </plugins> |
| 334 | </build> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 335 | </project> |
| 336 | |