update sdc to version 1.3.2
[sdc.git] / openecomp-be / tools / build-data-installer / pom.xml
1 <?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
7     <artifactId>build-data-installer</artifactId>
8
9     <parent>
10         <artifactId>sdc-onboarding</artifactId>
11         <groupId>org.openecomp.sdc</groupId>
12         <version>1.3.2-SNAPSHOT</version>
13         <relativePath>../../../onboarding/pom.xml</relativePath>
14     </parent>
15     <build>
16     <plugins>
17         <plugin>
18             <groupId>org.openecomp.sdc.onboarding</groupId>
19             <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>
40     </plugins>
41     </build>
42 </project>