update sdc version in master
[sdc.git] / asdctool / pom.xml
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         <modelVersion>4.0.0</modelVersion>
4
5         <artifactId>asdctool</artifactId>
6         <packaging>jar</packaging>
7
8         <parent>
9                 <groupId>org.openecomp.sdc</groupId>
10                 <artifactId>sdc-main</artifactId>
11                 <version>1.4.0-SNAPSHOT</version>
12         </parent>
13
14         <dependencies>
15
16                 <dependency>
17                         <groupId>com.google.guava</groupId>
18                         <artifactId>guava</artifactId>
19                         <version>${guava.version}</version>
20                         <scope>compile</scope>
21                 </dependency>
22
23                 <!-- ASDC dependencies -->
24                 <dependency>
25                         <groupId>org.openecomp.sdc.be</groupId>
26                         <artifactId>common-be</artifactId>
27                         <version>${project.version}</version>
28                         <scope>compile</scope>
29                 </dependency>
30                 <dependency>
31                         <groupId>org.openecomp.sdc</groupId>
32                         <artifactId>common-app-api</artifactId>
33                         <version>${project.version}</version>
34                         <scope>compile</scope>
35                 </dependency>
36
37                 <dependency>
38                         <groupId>org.openecomp.sdc.be</groupId>
39                         <artifactId>catalog-dao</artifactId>
40                         <version>${project.version}</version>
41                         <scope>compile</scope>
42                 </dependency>
43
44                 <dependency>
45                         <groupId>org.openecomp.sdc.be</groupId>
46                         <artifactId>catalog-model</artifactId>
47                         <version>${project.version}</version>
48                         <scope>compile</scope>
49                 </dependency>
50
51
52                 <dependency>
53                         <groupId>org.openecomp.sdc</groupId>
54                         <artifactId>catalog-be</artifactId>
55                         <version>${project.version}</version>
56
57                         <!-- Comment Out in order to debug in eclipse -->
58                         <classifier>classes</classifier>
59
60                         <exclusions>
61                                 <exclusion>
62                                         <groupId>org.openecomp.ecompsdkos</groupId>
63                                         <artifactId>epsdk-fw</artifactId>
64                                 </exclusion>
65
66                                 <exclusion>
67                                         <groupId>org.onap.sdc.common</groupId>
68                                         <artifactId>onap-common-lib</artifactId>
69                                 </exclusion>
70
71                                 <exclusion>
72                                         <groupId>com.att.nsa</groupId>
73                                         <artifactId>cambriaClient</artifactId>
74                                 </exclusion>
75                                 <exclusion>
76                                         <groupId>com.att.nsa</groupId>
77                                         <artifactId>dmaapClient</artifactId>
78                                 </exclusion>
79                                 <exclusion>
80                                         <artifactId>slf4j-log4j12</artifactId>
81                                         <groupId>org.slf4j</groupId>
82                                 </exclusion>
83
84                         </exclusions>
85
86                         <scope>compile</scope>
87                 </dependency>
88
89                 <dependency>
90                         <groupId>org.onap.portal.sdk</groupId>
91                         <artifactId>epsdk-fw</artifactId>
92                         <version>${ecomp.version}</version>
93                         <scope>compile</scope>
94                         <exclusions>
95                                 <exclusion>
96                                         <groupId>com.att.nsa</groupId>
97                                         <artifactId>cambriaClient</artifactId>
98                                 </exclusion>
99                                 <exclusion>
100                                         <groupId>com.att.nsa</groupId>
101                                         <artifactId>dmaapClient</artifactId>
102                                 </exclusion>
103                                 <exclusion>
104                                         <artifactId>slf4j-log4j12</artifactId>
105                                         <groupId>org.slf4j</groupId>
106                                 </exclusion>
107                         </exclusions>
108                 </dependency>
109
110
111
112                 <!-- ASDC dependencies end -->
113                 <dependency>
114                         <groupId>org.eclipse.jetty</groupId>
115                         <artifactId>jetty-server</artifactId>
116                         <version>${jetty.version}</version>
117                         <scope>compile</scope>
118                 </dependency>
119
120                 <dependency>
121                         <groupId>org.eclipse.jetty</groupId>
122                         <artifactId>jetty-util</artifactId>
123                         <version>${jetty.version}</version>
124                         <scope>compile</scope>
125                 </dependency>
126
127                 <!-- listen to file changes -->
128                 <dependency>
129                         <groupId>org.apache.commons</groupId>
130                         <artifactId>commons-jci-core</artifactId>
131                         <version>${commons-jci-core.version}</version>
132                         <scope>compile</scope>
133                 </dependency>
134
135                 <dependency>
136                         <groupId>commons-cli</groupId>
137                         <artifactId>commons-cli</artifactId>
138                         <version>1.4</version>
139                 </dependency>
140
141                 <dependency>
142                         <groupId>org.eclipse.jetty</groupId>
143                         <artifactId>jetty-servlet</artifactId>
144                         <version>${jetty.version}</version>
145                         <scope>compile</scope>
146                 </dependency>
147
148                 <dependency>
149                         <groupId>org.glassfish.jersey.core</groupId>
150                         <artifactId>jersey-server</artifactId>
151                         <version>${jersey-bom.version}</version>
152                         <scope>compile</scope>
153                 </dependency>
154
155                 <dependency>
156                         <groupId>org.glassfish.jersey.containers</groupId>
157                         <artifactId>jersey-container-servlet-core</artifactId>
158                         <version>${jersey-bom.version}</version>
159                         <scope>compile</scope>
160                 </dependency>
161
162                 <dependency>
163                         <groupId>org.glassfish.jersey.containers</groupId>
164                         <artifactId>jersey-container-jetty-http</artifactId>
165                         <version>${jersey-bom.version}</version>
166                         <scope>compile</scope>
167                 </dependency>
168
169                 <dependency>
170                         <groupId>org.glassfish.jersey.media</groupId>
171                         <artifactId>jersey-media-moxy</artifactId>
172                         <version>${jersey-bom.version}</version>
173                         <scope>compile</scope>
174                 </dependency>
175
176                 <dependency>
177                         <groupId>org.glassfish.jersey.media</groupId>
178                         <artifactId>jersey-media-multipart</artifactId>
179                         <version>2.14</version>
180                         <scope>compile</scope>
181                 </dependency>
182
183                 <!-- slf4j + logback -->
184                 <dependency>
185                         <groupId>org.slf4j</groupId>
186                         <artifactId>slf4j-api</artifactId>
187                         <version>${slf4j-api.version}</version>
188                         <scope>compile</scope>
189                 </dependency>
190
191                 <dependency>
192                         <groupId>ch.qos.logback</groupId>
193                         <artifactId>logback-classic</artifactId>
194                         <version>${logback.version}</version>
195                         <scope>compile</scope>
196                 </dependency>
197
198                 <dependency>
199                         <groupId>ch.qos.logback</groupId>
200                         <artifactId>logback-core</artifactId>
201                         <version>${logback.version}</version>
202                         <scope>compile</scope>
203                 </dependency>
204
205                 <!-- groovy -->
206                 <dependency>
207                         <groupId>org.codehaus.groovy</groupId>
208                         <artifactId>groovy</artifactId>
209                         <scope>compile</scope>
210                 </dependency>
211
212                 <dependency>
213                         <groupId>commons-configuration</groupId>
214                         <artifactId>commons-configuration</artifactId>
215                         <version>1.6</version>
216                         <scope>compile</scope>
217                         <exclusions>
218                                 <exclusion>
219                                         <artifactId>commons-collections</artifactId>
220                                         <groupId>commons-collections</groupId>
221                                 </exclusion>
222                         </exclusions>
223                 </dependency>
224
225                 <!-- TITAN -->
226                 <dependency>
227                         <groupId>com.thinkaurelius.titan</groupId>
228                         <artifactId>titan-core</artifactId>
229                         <version>${titan.version}</version>
230                         <scope>compile</scope>
231                         <exclusions>
232                                 <exclusion>
233                                         <groupId>org.json</groupId>
234                                         <artifactId>json</artifactId>
235                                 </exclusion>
236                                 <exclusion>
237                                         <groupId>org.slf4j</groupId>
238                                         <artifactId>slf4j-log4j12</artifactId>
239                                 </exclusion>
240                                 <exclusion>
241                                         <artifactId>commons-collections</artifactId>
242                                         <groupId>commons-collections</groupId>
243                                 </exclusion>
244                         </exclusions>
245                 </dependency>
246
247                 <dependency>
248                         <groupId>com.googlecode.json-simple</groupId>
249                         <artifactId>json-simple</artifactId>
250                         <version>${json-simple.version}</version>
251                         <scope>compile</scope>
252                 </dependency>
253
254                 <dependency>
255                         <groupId>org.onap.sdc.sdc-titan-cassandra</groupId>
256                         <artifactId>sdc-titan-cassandra</artifactId>
257                         <version>${sdc.titan.version}</version>
258                         <scope>compile</scope>
259                         <exclusions>
260                                 <exclusion>
261                                         <groupId>org.slf4j</groupId>
262                                         <artifactId>slf4j-log4j12</artifactId>
263                                 </exclusion>
264                         </exclusions>
265                 </dependency>
266
267                 <dependency>
268                         <groupId>org.apache.tinkerpop</groupId>
269                         <artifactId>tinkergraph-gremlin</artifactId>
270                         <version>3.0.1-incubating</version>
271                         <scope>compile</scope>
272                 </dependency>
273
274                 <dependency>
275                         <groupId>org.apache.tinkerpop</groupId>
276                         <artifactId>gremlin-groovy</artifactId>
277                         <version>3.0.1-incubating</version>
278                         <scope>compile</scope>
279                         <exclusions>
280                                 <exclusion>
281                                         <artifactId>groovy</artifactId>
282                                         <groupId>org.codehaus.groovy</groupId>
283                                 </exclusion>
284                         </exclusions>
285                 </dependency>
286
287                 <!-- TITAN end -->
288                 <dependency>
289                         <groupId>commons-logging</groupId>
290                         <artifactId>commons-logging</artifactId>
291                         <version>${commons-logging}</version>
292                         <scope>compile</scope>
293                 </dependency>
294
295                 <dependency>
296                         <groupId>commons-codec</groupId>
297                         <artifactId>commons-codec</artifactId>
298                         <version>${commons-codec}</version>
299                         <scope>compile</scope>
300                 </dependency>
301
302                 <dependency>
303                         <groupId>com.fasterxml.jackson.core</groupId>
304                         <artifactId>jackson-databind</artifactId>
305                         <version>${jackson.version}</version>
306                         <scope>compile</scope>
307                 </dependency>
308
309                 <!-- Explicitly specified in order to override older version included by epsdk-fw -->
310                 <dependency>
311                         <groupId>com.fasterxml.jackson.core</groupId>
312                         <artifactId>jackson-annotations</artifactId>
313                         <version>${jackson-annotations.version}</version>
314                 </dependency>
315
316                 <dependency>
317                         <groupId>com.google.code.gson</groupId>
318                         <artifactId>gson</artifactId>
319                         <version>${gson.version}</version>
320                         <scope>compile</scope>
321                 </dependency>
322
323                 <dependency>
324                         <groupId>org.apache.httpcomponents</groupId>
325                         <artifactId>httpclient</artifactId>
326                         <version>${httpclient.version}</version>
327                         <scope>compile</scope>
328                 </dependency>
329
330                 <dependency>
331                         <groupId>org.apache.httpcomponents</groupId>
332                         <artifactId>httpcore</artifactId>
333                         <version>${httpcore.version}</version>
334                         <scope>compile</scope>
335                 </dependency>
336
337                 <!-- Spring 4 dependencies -->
338                 <dependency>
339                         <groupId>org.springframework</groupId>
340                         <artifactId>spring-core</artifactId>
341                         <version>${spring.version}</version>
342                         <scope>compile</scope>
343                 </dependency>
344
345                 <dependency>
346                         <groupId>org.springframework</groupId>
347                         <artifactId>spring-context</artifactId>
348                         <version>${spring.version}</version>
349                         <scope>compile</scope>
350                 </dependency>
351
352                 <dependency>
353                         <groupId>org.springframework</groupId>
354                         <artifactId>spring-expression</artifactId>
355                         <version>${spring.version}</version>
356                         <scope>compile</scope>
357                 </dependency>
358
359                 <dependency>
360                         <groupId>org.springframework</groupId>
361                         <artifactId>spring-beans</artifactId>
362                         <version>${spring.version}</version>
363                         <scope>compile</scope>
364                 </dependency>
365
366                 <dependency>
367                         <groupId>org.springframework</groupId>
368                         <artifactId>spring-aop</artifactId>
369                         <version>${spring.version}</version>
370                         <scope>compile</scope>
371                 </dependency>
372
373                 <!-- Spring 4 dependencies end -->
374                 <!-- JavaConfig need this library -->
375                 <dependency>
376                         <groupId>cglib</groupId>
377                         <artifactId>cglib</artifactId>
378                         <version>3.2.4</version>
379                         <scope>compile</scope>
380                 </dependency>
381
382                 <dependency>
383                         <groupId>org.yaml</groupId>
384                         <artifactId>snakeyaml</artifactId>
385                         <version>${snakeyaml.version}</version>
386                         <scope>compile</scope>
387                 </dependency>
388
389                 <dependency>
390                         <groupId>org.functionaljava</groupId>
391                         <artifactId>functionaljava</artifactId>
392                         <version>${functionaljava.version}</version>
393                         <scope>compile</scope>
394                 </dependency>
395
396                 <dependency>
397                         <groupId>org.elasticsearch</groupId>
398                         <artifactId>elasticsearch</artifactId>
399                         <version>${elastic-search.version}</version>
400                         <scope>compile</scope>
401                 </dependency>
402
403                 <dependency>
404                         <groupId>com.fasterxml.jackson.dataformat</groupId>
405                         <artifactId>jackson-dataformat-yaml</artifactId>
406                         <version>${jackson.version}</version>
407                         <scope>compile</scope>
408                 </dependency>
409
410                 <!-- CASSANDRA -->
411                 <dependency>
412                         <groupId>com.datastax.cassandra</groupId>
413                         <artifactId>cassandra-driver-core</artifactId>
414                         <version>${cassandra.driver.version}</version>
415                         <scope>compile</scope>
416                 </dependency>
417
418                 <dependency>
419                         <groupId>com.datastax.cassandra</groupId>
420                         <artifactId>cassandra-driver-mapping</artifactId>
421                         <version>${cassandra.driver.version}</version>
422                         <scope>compile</scope>
423                 </dependency>
424
425                 <!-- CASSANDRA END -->
426
427                 <!-- OPEN CSV -->
428                 <dependency>
429                         <groupId>com.opencsv</groupId>
430                         <artifactId>opencsv</artifactId>
431                         <version>4.0</version>
432                         <scope>compile</scope>
433                 </dependency>
434
435                 <dependency>
436                         <groupId>org.apache.poi</groupId>
437                         <artifactId>com.springsource.org.apache.poi</artifactId>
438                         <version>3.9.0.FINAL</version>
439                         <scope>compile</scope>
440                 </dependency>
441
442                 <dependency>
443                         <groupId>org.jdom</groupId>
444                         <artifactId>jdom</artifactId>
445                         <version>2.0.2</version>
446                         <scope>compile</scope>
447                 </dependency>
448
449                 <!-- Temporary, till building the populate task which adding all components
450                         to cache. We will use Serialization Utils. -->
451                 <dependency>
452                         <groupId>de.ruedigermoeller</groupId>
453                         <artifactId>fst</artifactId>
454                         <version>2.47</version>
455                         <scope>compile</scope>
456                 </dependency>
457
458                 <!-- testing -->
459                 <dependency>
460                         <groupId>junit</groupId>
461                         <artifactId>junit</artifactId>
462                         <version>${junit.version}</version>
463                         <scope>test</scope>
464                 </dependency>
465
466                 <dependency>
467                         <groupId>org.testng</groupId>
468                         <artifactId>testng</artifactId>
469                         <version>${testng.version}</version>
470                         <scope>test</scope>
471                 </dependency>
472
473                 <dependency>
474                         <groupId>org.mockito</groupId>
475                         <artifactId>mockito-core</artifactId>
476                         <scope>test</scope>
477                 </dependency>
478
479         <dependency>
480             <groupId>org.assertj</groupId>
481             <artifactId>assertj-core</artifactId>
482             <scope>test</scope>
483         </dependency>
484         <!-- testing end -->
485
486                 <dependency>
487                         <groupId>io.netty</groupId>
488                         <artifactId>netty-all</artifactId>
489                 </dependency>
490
491                 <dependency>
492                         <groupId>io.netty</groupId>
493                         <artifactId>netty-handler</artifactId>
494                 </dependency>
495         </dependencies>
496
497         <build>
498                 <finalName>${project.artifactId}-${project.version}-jar-with-dependencies</finalName>
499                 <plugins>
500                         <plugin>
501                                 <groupId>org.apache.maven.plugins</groupId>
502                                 <artifactId>maven-clean-plugin</artifactId>
503                                 <executions>
504                                         <execution>
505                                                 <id>clean-static-files</id>
506                                                 <phase>clean</phase>
507                                                 <goals>
508                                                         <goal>clean</goal>
509                                                 </goals>
510                                                 <configuration>
511                                                         <filesets>
512                                                                 <!-- tosca files -->
513                                                                 <fileset>
514                                                                         <directory>${project.parent.basedir}/asdctool/tosca</directory>
515                                                                         <followSymlinks>false</followSymlinks>
516                                                                 </fileset>
517                                                                 <fileset>
518                                                                         <directory>${project.basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/</directory>
519                                                                         <followSymlinks>false</followSymlinks>
520                                                                         <includes>
521                                                                                 <include>**/default.rb</include>
522                                                                         </includes>
523                                                                 </fileset>
524                                                                 <fileset>
525                                                                         <directory>${project.basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default/tools</directory>
526                                                                         <followSymlinks>false</followSymlinks>
527                                                                 </fileset>
528                                                                 <fileset>
529                                                                         <directory>${project.basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default</directory>
530                                                                         <followSymlinks>false</followSymlinks>
531                                                                         <includes>
532                                                                                 <include>**/sdctool.tar</include>
533                                                                         </includes>
534                                                                 </fileset>
535                                                         </filesets>
536                                                 </configuration>
537                                         </execution>
538                                 </executions>
539                         </plugin>
540
541                         <plugin>
542                                 <groupId>org.apache.maven.plugins</groupId>
543                                 <artifactId>maven-deploy-plugin</artifactId>
544                                 <configuration>
545                                         <skip>true</skip>
546                                 </configuration>
547                         </plugin>
548
549                         <plugin>
550                                 <groupId>org.apache.maven.plugins</groupId>
551                                 <artifactId>maven-assembly-plugin</artifactId>
552                                 <executions>
553                                         <execution>
554                                                 <configuration>
555                                                         <finalName>sdctool</finalName>
556                                                         <appendAssemblyId>false</appendAssemblyId>
557                                                         <descriptors>
558                                                                 <descriptor>${project.basedir}/tarball.xml</descriptor>
559                                                         </descriptors>
560                                                 </configuration>
561                                                 <id>assemble-file</id>
562                                                 <phase>verify</phase>
563                                                 <goals>
564                                                         <goal>single</goal>
565                                                 </goals>
566                                         </execution>
567                                 </executions>
568                         </plugin>
569
570                         <plugin>
571                                 <groupId>org.apache.maven.plugins</groupId>
572                                 <artifactId>maven-shade-plugin</artifactId>
573                                 <executions>
574                                         <execution>
575                                                 <phase>package</phase>
576                                                 <goals>
577                                                         <goal>shade</goal>
578                                                 </goals>
579                                                 <configuration>
580                                                         <filters>
581                                                                 <filter>
582                                                                         <artifact>org.openecomp.sdc:*</artifact>
583                                                                         <excludes>
584                                                                                 <exclude>**/elasticsearch.yml</exclude>
585                                                                         </excludes>
586                                                                 </filter>
587                                                                 <filter>
588                                                                         <artifact>*:*</artifact>
589                                                                         <excludes>
590                                                                                 <exclude>META-INF/*.SF</exclude>
591                                                                                 <exclude>META-INF/*.DSA</exclude>
592                                                                                 <exclude>META-INF/*.RSA</exclude>
593                                                                         </excludes>
594                                                                 </filter>
595                                                         </filters>
596                                                         <transformers>
597                                                                 <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
598                                                         </transformers>
599                                                 </configuration>
600                                         </execution>
601                                 </executions>
602                         </plugin>
603                         <plugin>
604                                 <groupId>ru.yaal.maven</groupId>
605                                 <artifactId>write-text-files-maven-plugin</artifactId>
606                                 <configuration>
607                                         <charset>UTF-8</charset>
608                                         <files>
609                                                 <file>
610                                                         <path>
611                                                                 ${project.basedir}\sdc-cassandra-init\chef-repo\cookbooks\cassandra-actions\attributes\default.rb
612                                                         </path>
613                                                         <lines>
614                                                                 <line>normal['version'] ="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"</line>
615                                                         </lines>
616                                                 </file>
617                                         </files>
618                                 </configuration>
619                                 <executions>
620                                         <execution>
621                                                 <id>write-text-files</id>
622                                                 <phase>prepare-package</phase>
623                                                 <goals>
624                                                         <goal>write-text-files</goal>
625                                                 </goals>
626                                         </execution>
627                                 </executions>
628                         </plugin>
629                         <plugin>
630                                 <groupId>org.apache.maven.plugins</groupId>
631                                 <artifactId>maven-resources-plugin</artifactId>
632                                 <executions>
633                                         <execution>
634                                                 <id>copy-tosca-folder</id>
635                                                 <!-- here the phase you need -->
636                                                 <phase>compile</phase>
637                                                 <goals>
638                                                         <goal>copy-resources</goal>
639                                                 </goals>
640                                                 <configuration>
641                                                         <outputDirectory>${project.parent.basedir}/asdctool/tosca</outputDirectory>
642                                                         <resources>
643                                                                 <resource>
644                                                                         <directory>${project.parent.basedir}/catalog-be/src/main/resources/import/tosca</directory>
645                                                                         <filtering>true</filtering>
646                                                                 </resource>
647                                                         </resources>
648                                                 </configuration>
649                                         </execution>
650                                 </executions>
651                         </plugin>
652                         <plugin>
653                                 <groupId>com.github.sylvainlaurent.maven</groupId>
654                                 <artifactId>yaml-json-validator-maven-plugin</artifactId>
655                                 <executions>
656                                         <execution>
657                                                 <id>validate</id>
658                                                 <phase>validate</phase>
659                                                 <goals>
660                                                         <goal>validate</goal>
661                                                 </goals>
662                                                 <configuration>
663                                                         <validationSets>
664                                                                 <validationSet>
665                                                                         <includes>
666                                                                                 <include>src/main/resources/**/*.y*ml</include>
667                                                                                 <include>src/test/resources/**/*.y*ml</include>
668                                                                         </includes>
669                                                                 </validationSet>
670                                                                 <validationSet>
671                                                                         <includes>
672                                                                                 <include>src/main/resources/**/*.json</include>
673                                                                                 <include>src/test/resources/**/*.json</include>
674                                                                         </includes>
675                                                                 </validationSet>
676                                                         </validationSets>
677                                                 </configuration>
678                                         </execution>
679                                 </executions>
680                         </plugin>
681                 </plugins>
682         </build>
683         <profiles>
684                 <profile>
685                         <id>docker</id>
686                         <activation>
687                                 <activeByDefault>false</activeByDefault>
688                         </activation>
689                         <build>
690                                 <plugins>
691                                         <plugin>
692                                                 <groupId>org.apache.maven.plugins</groupId>
693                                                 <artifactId>maven-resources-plugin</artifactId>
694                                                 <executions>
695                                                         <execution>
696                                                                 <id>copy-sdctool</id>
697                                                                 <phase>verify</phase>
698                                                                 <goals>
699                                                                         <goal>copy-resources</goal>
700                                                                 </goals>
701                                                                 <configuration>
702                                                                         <outputDirectory>${basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default</outputDirectory>
703                                                                         <resources>
704                                                                                 <resource>
705                                                                                         <directory>${project.parent.basedir}/asdctool/target</directory>
706                                                                                         <includes>
707                                                                                                 <include>sdctool.tar</include>
708                                                                                         </includes>
709                                                                                 </resource>
710                                                                         </resources>
711                                                                 </configuration>
712                                                         </execution>
713                                                 </executions>
714                                         </plugin>
715                                         <plugin>
716                                                 <groupId>io.fabric8</groupId>
717                                                 <artifactId>docker-maven-plugin</artifactId>
718                                                 <configuration>
719                                                         <apiVersion>1.23</apiVersion>
720                                                         <registry>nexus3.onap.org:10001</registry>
721                                                         <authConfig>
722                                                                 <pull>
723                                                                         <username>docker</username>
724                                                                         <password>docker</password>
725                                                                 </pull>
726                                                         </authConfig>
727                                                         <images>
728                                                                 <!-- Build cassandra-init image -->
729                                                                 <image>
730                                                                         <name>onap/sdc-cassandra-init</name>
731                                                                         <alias>sdc-cassandra-init</alias>
732                                                                         <build>
733                                                                                 <cleanup>try</cleanup>
734                                                                                 <dockerFileDir>${project.basedir}/sdc-cassandra-init</dockerFileDir>
735                                                                                 <tags>
736                                                                                         <tag>${docker.tag}</tag>
737                                                                                         <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest</tag>
738                                                                                 </tags>
739                                                                         </build>
740                                                                 </image>
741                                                         </images>
742                                                 </configuration>
743                                                 <executions>
744                                                         <execution>
745                                                                 <id>clean-images</id>
746                                                                 <phase>pre-clean</phase>
747                                                                 <goals>
748                                                                         <goal>remove</goal>
749                                                                 </goals>
750                                                                 <configuration>
751                                                                         <removeAll>true</removeAll>
752                                                                         <image>onap/sdc-cassandra-init</image>
753                                                                 </configuration>
754                                                         </execution>
755
756                                                         <execution>
757                                                                 <id>generate-images</id>
758                                                                 <phase>install</phase>
759                                                                 <goals>
760                                                                         <goal>build</goal>
761                                                                 </goals>
762                                                         </execution>
763
764                                                         <execution>
765                                                                 <id>push-images</id>
766                                                                 <phase>deploy</phase>
767                                                                 <goals>
768                                                                         <goal>push</goal>
769                                                                 </goals>
770                                                                 <configuration>
771                                                                         <image>onap/sdc-cassandra-init</image>
772                                                                 </configuration>
773                                                         </execution>
774                                                 </executions>
775                                         </plugin>
776                                 </plugins>
777                         </build>
778                 </profile>
779         </profiles>
780 </project>