blob: 7c0addd95a0c0725b7843a9a700c544f075651bc [file] [log] [blame]
Gautam Shahb145c082018-05-27 13:32:07 +05301<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6
Gautam Shahb145c082018-05-27 13:32:07 +05307 <artifactId>build-data-installer</artifactId>
8
9 <parent>
10 <artifactId>sdc-onboarding</artifactId>
11 <groupId>org.openecomp.sdc</groupId>
Michael Lando1276ee12018-11-01 16:25:31 +020012 <version>1.3.2-SNAPSHOT</version>
vempo1929d752018-08-12 14:17:59 +030013 <relativePath>../../../onboarding/pom.xml</relativePath>
Gautam Shahb145c082018-05-27 13:32:07 +053014 </parent>
Gautam Shahb145c082018-05-27 13:32:07 +053015 <build>
16 <plugins>
17 <plugin>
18 <groupId>org.openecomp.sdc.onboarding</groupId>
Gautam Shah03205da2018-06-01 08:38:32 +053019 <artifactId>artifact-copy-plugin</artifactId>
20 <version>${project.version}</version>
21 <executions>
22 <execution>
23 <goals>
24 <goal>init-artifact-helper</goal>
25 <goal>calibrate-artifact-helper</goal>
26 </goals>
27 </execution>
28 </executions>
29 <configuration>
30 <groupId>org.openecomp.sdc</groupId>
31 <artifactId>build-data-installer</artifactId>
32 <version>${project.version}</version>
33 <artifactHelper>
34 <project>${project}</project>
35 <session>${session}</session>
36 <unicornRoot>org.openecomp.sdc:sdc-onboarding/target/build-data</unicornRoot>
37 </artifactHelper>
38 </configuration>
39 </plugin>
Gautam Shahb145c082018-05-27 13:32:07 +053040 </plugins>
41 </build>
42</project>