blob: 6ec6645b8b7a4fff5089d4b5d69cd28677b536b0 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
Michael Landoed64b5e2017-06-09 03:19:04 +03005 <artifactId>asdctool</artifactId>
Michael Lando451a3402017-02-19 10:28:42 +02006 <packaging>jar</packaging>
7
8 <parent>
9 <groupId>org.openecomp.sdc</groupId>
10 <artifactId>sdc-main</artifactId>
Michael Lando0ad3c802017-09-19 16:32:59 +030011 <version>1.2.0-SNAPSHOT</version>
Michael Lando451a3402017-02-19 10:28:42 +020012 </parent>
13
Michael Lando451a3402017-02-19 10:28:42 +020014 <dependencies>
Michael Landoc0ac0152017-02-27 23:48:43 +020015
Michael Landoc34b77c2017-02-28 19:03:11 +020016 <dependency>
Michael Landoc34b77c2017-02-28 19:03:11 +020017 <groupId>com.google.guava</groupId>
18 <artifactId>guava</artifactId>
19 <version>${guava.version}</version>
20 <scope>compile</scope>
21 </dependency>
22
Michael Lando451a3402017-02-19 10:28:42 +020023 <!-- ASDC dependencies -->
24 <dependency>
25 <groupId>org.openecomp.sdc.be</groupId>
26 <artifactId>common-be</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030027 <version>${project.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020028 <scope>compile</scope>
29 </dependency>
30 <dependency>
31 <groupId>org.openecomp.sdc</groupId>
32 <artifactId>common-app-api</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030033 <version>${project.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020034 <scope>compile</scope>
35 </dependency>
36
37 <dependency>
38 <groupId>org.openecomp.sdc.be</groupId>
39 <artifactId>catalog-dao</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030040 <version>${project.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020041 <scope>compile</scope>
42 </dependency>
43
44 <dependency>
45 <groupId>org.openecomp.sdc.be</groupId>
46 <artifactId>catalog-model</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030047 <version>${project.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020048 <scope>compile</scope>
49 </dependency>
50
Michael Landof5500c32017-07-19 11:23:23 +030051
Michael Lando451a3402017-02-19 10:28:42 +020052 <dependency>
53 <groupId>org.openecomp.sdc</groupId>
54 <artifactId>catalog-be</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030055 <version>${project.version}</version>
56
Michael Lando451a3402017-02-19 10:28:42 +020057 <!-- Comment Out in order to debug in eclipse -->
Michael Landof5500c32017-07-19 11:23:23 +030058 <classifier>classes</classifier>
Michael Lando451a3402017-02-19 10:28:42 +020059
Michael Landof5500c32017-07-19 11:23:23 +030060 <exclusions>
61 <exclusion>
62 <groupId>org.openecomp.ecompsdkos</groupId>
63 <artifactId>epsdk-fw</artifactId>
64 </exclusion>
65
66 <exclusion>
67 <groupId>org.openecomp.sdc.common</groupId>
68 <artifactId>openecomp-sdc-artifact-generator-api</artifactId>
69 </exclusion>
70
71 <exclusion>
72 <groupId>org.openecomp.sdc.common</groupId>
73 <artifactId>openecomp-sdc-artifact-generator-core</artifactId>
74 </exclusion>
75
76 <exclusion>
77 <groupId>org.openecomp.sdc.common</groupId>
78 <artifactId>openecomp-common-lib</artifactId>
79 </exclusion>
80 </exclusions>
81
82 <scope>compile</scope>
Michael Landoed64b5e2017-06-09 03:19:04 +030083 </dependency>
84
Michael Landof5500c32017-07-19 11:23:23 +030085 <dependency>
86 <groupId>org.openecomp.ecompsdkos</groupId>
87 <artifactId>epsdk-fw</artifactId>
88 <version>${ecomp.version}</version>
89 <scope>compile</scope>
90 <exclusions>
91 <exclusion>
92 <groupId>com.att.nsa</groupId>
93 <artifactId>cambriaClient</artifactId>
94 </exclusion>
95
96 <exclusion>
97 <artifactId>slf4j-log4j12</artifactId>
98 <groupId>org.slf4j</groupId>
99 </exclusion>
100 </exclusions>
101 </dependency>
102
103
104 <!--Artifact Generator-->
105 <dependency>
106 <groupId>org.openecomp.sdc.common</groupId>
107 <artifactId>openecomp-sdc-artifact-generator-api</artifactId>
108 <version>${artifact-generator-api.version}</version>
109 <scope>compile</scope>
110 <exclusions>
111 <exclusion>
112 <groupId>junit</groupId>
113 <artifactId>junit</artifactId>
114 </exclusion>
115 </exclusions>
116 </dependency>
117
118 <dependency>
119 <groupId>org.openecomp.sdc.common</groupId>
120 <artifactId>openecomp-sdc-artifact-generator-core</artifactId>
121 <version>${artifact-generator-core.version}</version>
122 <scope>compile</scope>
123 <exclusions>
124 <exclusion>
125 <groupId>junit</groupId>
126 <artifactId>junit</artifactId>
127 </exclusion>
128 </exclusions>
129 </dependency>
130
131 <dependency>
132 <groupId>org.openecomp.sdc.common</groupId>
133 <artifactId>openecomp-common-lib</artifactId>
134 <version>${dox-common-lib.version}</version>
135 <type>pom</type>
136 <exclusions>
137 <exclusion>
138 <groupId>junit</groupId>
139 <artifactId>junit</artifactId>
140 </exclusion>
141 </exclusions>
142 </dependency>
143
144
Michael Landoed64b5e2017-06-09 03:19:04 +0300145 <!-- ASDC dependencies end -->
Michael Lando451a3402017-02-19 10:28:42 +0200146 <dependency>
147 <groupId>org.eclipse.jetty</groupId>
148 <artifactId>jetty-server</artifactId>
149 <version>9.2.10.v20150310</version>
150 <scope>compile</scope>
151 </dependency>
152
153 <!-- listen to file changes -->
154 <dependency>
155 <groupId>org.apache.commons</groupId>
156 <artifactId>commons-jci-core</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300157 <version>${commons-jci-core.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200158 <scope>compile</scope>
159 </dependency>
160
161 <dependency>
Michael Lando75aacbb2017-07-17 21:12:03 +0300162 <groupId>commons-cli</groupId>
163 <artifactId>commons-cli</artifactId>
164 <version>1.4</version>
165 </dependency>
166
167 <dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200168 <groupId>org.eclipse.jetty</groupId>
169 <artifactId>jetty-servlet</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300170 <version>${jetty.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200171 <scope>compile</scope>
172 </dependency>
173
174 <dependency>
175 <groupId>org.glassfish.jersey.core</groupId>
176 <artifactId>jersey-server</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300177 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200178 <scope>compile</scope>
179 </dependency>
180
181 <dependency>
182 <groupId>org.glassfish.jersey.containers</groupId>
183 <artifactId>jersey-container-servlet-core</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300184 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200185 <scope>compile</scope>
186 </dependency>
187
188 <dependency>
189 <groupId>org.glassfish.jersey.containers</groupId>
190 <artifactId>jersey-container-jetty-http</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300191 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200192 <scope>compile</scope>
193 </dependency>
194
195 <dependency>
196 <groupId>org.glassfish.jersey.media</groupId>
197 <artifactId>jersey-media-moxy</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300198 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200199 <scope>compile</scope>
200 </dependency>
201
202 <dependency>
203 <groupId>org.glassfish.jersey.media</groupId>
204 <artifactId>jersey-media-multipart</artifactId>
205 <version>2.14</version>
206 <scope>compile</scope>
207 </dependency>
208
209 <!-- slf4j + logback -->
210 <dependency>
211 <groupId>org.slf4j</groupId>
212 <artifactId>slf4j-api</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300213 <version>${slf4j-api.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200214 <scope>compile</scope>
215 </dependency>
216
217 <dependency>
218 <groupId>ch.qos.logback</groupId>
219 <artifactId>logback-classic</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300220 <version>${logback.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200221 <scope>compile</scope>
222 </dependency>
223
224 <dependency>
225 <groupId>ch.qos.logback</groupId>
226 <artifactId>logback-core</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300227 <version>${logback.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200228 <scope>compile</scope>
229 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300230
Michael Lando451a3402017-02-19 10:28:42 +0200231 <!-- groovy -->
232 <dependency>
233 <groupId>org.codehaus.groovy</groupId>
234 <artifactId>groovy-all</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300235 <version>${groovy.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200236 <scope>compile</scope>
237 </dependency>
238
Michael Landoed64b5e2017-06-09 03:19:04 +0300239 <dependency>
240 <groupId>commons-configuration</groupId>
241 <artifactId>commons-configuration</artifactId>
242 <version>1.6</version>
243 <scope>compile</scope>
244 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200245
246 <!-- TITAN -->
247 <dependency>
248 <groupId>com.thinkaurelius.titan</groupId>
249 <artifactId>titan-core</artifactId>
250 <version>${titan.version}</version>
251 <scope>compile</scope>
252 <exclusions>
253 <exclusion>
254 <groupId>org.json</groupId>
255 <artifactId>json</artifactId>
256 </exclusion>
Michael Landob3d48982017-06-11 14:22:02 +0300257 <exclusion>
258 <groupId>org.slf4j</groupId>
259 <artifactId>slf4j-log4j12</artifactId>
260 </exclusion>
Michael Lando451a3402017-02-19 10:28:42 +0200261 </exclusions>
262 </dependency>
263
264 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300265 <groupId>com.googlecode.json-simple</groupId>
266 <artifactId>json-simple</artifactId>
267 <version>${json-simple.version}</version>
268 <scope>compile</scope>
269 </dependency>
270
271 <dependency>
Idan Amit39987c82017-09-13 13:51:41 +0300272 <groupId>org.openecomp.sdc.sdc-titan-cassandra</groupId>
273 <artifactId>sdc-titan-cassandra</artifactId>
Michael Lando451a3402017-02-19 10:28:42 +0200274 <version>${titan.version}</version>
275 <scope>compile</scope>
Michael Landob3d48982017-06-11 14:22:02 +0300276 <exclusions>
277 <exclusion>
278 <groupId>org.slf4j</groupId>
279 <artifactId>slf4j-log4j12</artifactId>
280 </exclusion>
281 </exclusions>
Michael Lando451a3402017-02-19 10:28:42 +0200282 </dependency>
283
284 <dependency>
285 <groupId>org.apache.tinkerpop</groupId>
286 <artifactId>tinkergraph-gremlin</artifactId>
287 <version>3.0.1-incubating</version>
288 <scope>compile</scope>
289 </dependency>
290
291 <dependency>
292 <groupId>org.apache.tinkerpop</groupId>
293 <artifactId>gremlin-groovy</artifactId>
294 <version>3.0.1-incubating</version>
295 <scope>compile</scope>
296 </dependency>
297
298 <dependency>
299 <groupId>com.tinkerpop.blueprints</groupId>
300 <artifactId>blueprints-sail-graph</artifactId>
301 <version>2.5.0</version>
302 <optional>true</optional>
303 <scope>compile</scope>
Michael Landob3d48982017-06-11 14:22:02 +0300304 <exclusions>
305 <exclusion>
306 <groupId>org.slf4j</groupId>
307 <artifactId>slf4j-log4j12</artifactId>
308 </exclusion>
309 </exclusions>
Michael Lando451a3402017-02-19 10:28:42 +0200310 </dependency>
311
312 <dependency>
313 <groupId>com.tinkerpop.blueprints</groupId>
314 <artifactId>blueprints-graph-sail</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300315 <version>2.5.0</version>
Michael Lando451a3402017-02-19 10:28:42 +0200316 <optional>true</optional>
317 <scope>compile</scope>
Michael Landob3d48982017-06-11 14:22:02 +0300318 <exclusions>
319 <exclusion>
320 <groupId>org.slf4j</groupId>
321 <artifactId>slf4j-log4j12</artifactId>
322 </exclusion>
323 </exclusions>
Michael Lando451a3402017-02-19 10:28:42 +0200324 </dependency>
325
326 <!-- TITAN end -->
327 <dependency>
328 <groupId>commons-logging</groupId>
329 <artifactId>commons-logging</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300330 <version>${commons-logging}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200331 <scope>compile</scope>
332 </dependency>
333
334 <dependency>
335 <groupId>commons-codec</groupId>
336 <artifactId>commons-codec</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300337 <version>${commons-codec}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200338 <scope>compile</scope>
339 </dependency>
340 <dependency>
341 <groupId>com.fasterxml.jackson.core</groupId>
342 <artifactId>jackson-core</artifactId>
343 <version>${jackson.version}</version>
344 <scope>compile</scope>
345 </dependency>
346
347 <dependency>
348 <groupId>com.fasterxml.jackson.core</groupId>
349 <artifactId>jackson-databind</artifactId>
350 <version>${jackson.version}</version>
351 <scope>compile</scope>
352 </dependency>
353
354 <dependency>
355 <groupId>com.fasterxml.jackson.core</groupId>
356 <artifactId>jackson-annotations</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300357 <version>${jackson.annotations.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200358 <scope>compile</scope>
359 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300360
Michael Lando451a3402017-02-19 10:28:42 +0200361 <dependency>
362 <groupId>com.google.code.gson</groupId>
363 <artifactId>gson</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300364 <version>${gson.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200365 <scope>compile</scope>
366 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300367
Michael Lando451a3402017-02-19 10:28:42 +0200368 <dependency>
369 <groupId>org.apache.httpcomponents</groupId>
370 <artifactId>httpclient</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300371 <version>${httpclient.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200372 <scope>compile</scope>
373 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300374
Michael Lando451a3402017-02-19 10:28:42 +0200375 <dependency>
376 <groupId>org.apache.httpcomponents</groupId>
377 <artifactId>httpcore</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300378 <version>${httpcore.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200379 <scope>compile</scope>
380 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300381
Michael Lando451a3402017-02-19 10:28:42 +0200382 <!-- Spring 4 dependencies -->
383 <dependency>
384 <groupId>org.springframework</groupId>
385 <artifactId>spring-core</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200386 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200387 <scope>compile</scope>
388 </dependency>
389
390 <dependency>
391 <groupId>org.springframework</groupId>
392 <artifactId>spring-context</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200393 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200394 <scope>compile</scope>
395 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300396
Michael Lando451a3402017-02-19 10:28:42 +0200397 <dependency>
398 <groupId>org.springframework</groupId>
399 <artifactId>spring-expression</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200400 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200401 <scope>compile</scope>
402 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300403
Michael Lando451a3402017-02-19 10:28:42 +0200404 <dependency>
405 <groupId>org.springframework</groupId>
406 <artifactId>spring-beans</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300407 <version>${spring.version}</version>
408 <!--<version>4.0.7.RELEASE</version>-->
Michael Lando451a3402017-02-19 10:28:42 +0200409 <scope>compile</scope>
410 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300411
Michael Lando451a3402017-02-19 10:28:42 +0200412 <dependency>
413 <groupId>org.springframework</groupId>
414 <artifactId>spring-aop</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200415 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200416 <scope>compile</scope>
417 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300418
Michael Lando451a3402017-02-19 10:28:42 +0200419 <!-- Spring 4 dependencies end -->
420 <!-- JavaConfig need this library -->
421 <dependency>
422 <groupId>cglib</groupId>
423 <artifactId>cglib</artifactId>
424 <version>3.2.4</version>
425 <scope>compile</scope>
426 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300427
Michael Lando451a3402017-02-19 10:28:42 +0200428 <dependency>
429 <groupId>org.yaml</groupId>
430 <artifactId>snakeyaml</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300431 <version>${snakeyaml.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200432 <scope>compile</scope>
433 </dependency>
434
Michael Landoed64b5e2017-06-09 03:19:04 +0300435 <dependency>
436 <groupId>org.functionaljava</groupId>
437 <artifactId>functionaljava</artifactId>
438 <version>${functionaljava.version}</version>
439 <scope>compile</scope>
440 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200441
442 <dependency>
443 <groupId>org.elasticsearch</groupId>
444 <artifactId>elasticsearch</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300445 <version>${elastic-search.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200446 <scope>compile</scope>
447 </dependency>
448
449 <dependency>
450 <groupId>com.fasterxml.jackson.dataformat</groupId>
451 <artifactId>jackson-dataformat-yaml</artifactId>
452 <version>${jackson.version}</version>
453 <scope>compile</scope>
454 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300455
Michael Lando451a3402017-02-19 10:28:42 +0200456 <dependency>
457 <groupId>org.elasticsearch.plugin</groupId>
458 <artifactId>shield</artifactId>
459 <version>${elastic-search.version}</version>
460 <scope>compile</scope>
461 </dependency>
462
463 <!-- CASSANDRA -->
464 <dependency>
465 <groupId>com.datastax.cassandra</groupId>
466 <artifactId>cassandra-driver-core</artifactId>
467 <version>${cassandra.driver.version}</version>
468 <scope>compile</scope>
469 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300470
Michael Lando451a3402017-02-19 10:28:42 +0200471 <dependency>
472 <groupId>com.datastax.cassandra</groupId>
473 <artifactId>cassandra-driver-mapping</artifactId>
474 <version>${cassandra.driver.version}</version>
475 <scope>compile</scope>
476 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300477
Michael Lando451a3402017-02-19 10:28:42 +0200478 <!-- CASSANDRA END -->
479 <dependency>
480 <groupId>org.apache.poi</groupId>
481 <artifactId>com.springsource.org.apache.poi</artifactId>
482 <version>3.9.0.FINAL</version>
483 <scope>compile</scope>
484 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300485
Michael Lando451a3402017-02-19 10:28:42 +0200486 <dependency>
487 <groupId>org.jdom</groupId>
488 <artifactId>jdom</artifactId>
489 <version>2.0.2</version>
490 <scope>compile</scope>
491 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300492
Michael Lando451a3402017-02-19 10:28:42 +0200493 <!-- Temporary, till building the populate task which adding all components
Michael Landoed64b5e2017-06-09 03:19:04 +0300494 to cache. We will use Serialization Utils. -->
Michael Lando451a3402017-02-19 10:28:42 +0200495 <dependency>
496 <groupId>de.ruedigermoeller</groupId>
497 <artifactId>fst</artifactId>
498 <version>2.47</version>
499 <scope>compile</scope>
500 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200501
Michael Landoed64b5e2017-06-09 03:19:04 +0300502 <!-- testing -->
503 <dependency>
504 <groupId>junit</groupId>
505 <artifactId>junit</artifactId>
506 <version>${junit.version}</version>
507 <scope>test</scope>
508 </dependency>
Michael Lando75aacbb2017-07-17 21:12:03 +0300509
510 <dependency>
511 <groupId>org.testng</groupId>
512 <artifactId>testng</artifactId>
513 <version>${testng.version}</version>
514 <scope>test</scope>
515 </dependency>
516
517 <dependency>
518 <groupId>org.mockito</groupId>
519 <artifactId>mockito-all</artifactId>
520 <version>${mockito.version}</version>
521 <scope>test</scope>
522 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300523 <!-- testing end -->
524
525 </dependencies>
526
527 <build>
528 <plugins>
529
Michael Lando451a3402017-02-19 10:28:42 +0200530 <plugin>
531 <groupId>org.apache.maven.plugins</groupId>
532 <artifactId>maven-deploy-plugin</artifactId>
533 <version>2.7</version>
534 <configuration>
535 <skip>true</skip>
536 </configuration>
537 </plugin>
538
539 <plugin>
540 <groupId>org.apache.maven.plugins</groupId>
541 <artifactId>maven-assembly-plugin</artifactId>
Michael Lando451a3402017-02-19 10:28:42 +0200542 <executions>
543 <execution>
544 <id>create.jar.with.dependencies</id>
545 <phase>package</phase>
546 <goals>
547 <goal>single</goal>
548 </goals>
549 <configuration>
Michael Lando451a3402017-02-19 10:28:42 +0200550 <descriptorRefs>
551 <descriptorRef>jar-with-dependencies</descriptorRef>
552 </descriptorRefs>
553 </configuration>
554 </execution>
Michael Lando451a3402017-02-19 10:28:42 +0200555 <execution>
556 <configuration>
Michael Landoed64b5e2017-06-09 03:19:04 +0300557 <finalName>sdctool</finalName>
Michael Lando451a3402017-02-19 10:28:42 +0200558 <appendAssemblyId>false</appendAssemblyId>
559 <descriptor>${project.basedir}/tarball.xml</descriptor>
560 </configuration>
561 <id>assemble-file</id>
562 <phase>package</phase>
563 <goals>
564 <goal>single</goal>
565 </goals>
566 </execution>
567 </executions>
568 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200569
Michael Landoed64b5e2017-06-09 03:19:04 +0300570 <plugin>
571 <groupId>org.apache.maven.plugins</groupId>
572 <artifactId>maven-resources-plugin</artifactId>
573 <version>3.0.2</version>
574
575 <executions>
576
577 <execution>
578 <id>copy-sdctool</id>
579 <phase>install</phase>
580 <goals>
581 <goal>copy-resources</goal>
582 </goals>
583 <configuration>
584 <outputDirectory>${project.parent.basedir}/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default</outputDirectory>
585 <resources>
586 <resource>
587 <directory>./target</directory>
588 <includes>
589 <include>sdctool.tar</include>
590 </includes>
591 </resource>
592 </resources>
593 </configuration>
594 </execution>
595
596 </executions>
597 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200598 </plugins>
599 </build>
Michael Lando451a3402017-02-19 10:28:42 +0200600</project>