Gautam Shah | b145c08 | 2018-05-27 13:32:07 +0530 | [diff] [blame] | 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 | |
Gautam Shah | b145c08 | 2018-05-27 13:32:07 +0530 | [diff] [blame] | 7 | <artifactId>build-data-installer</artifactId> |
| 8 | |
| 9 | <parent> |
| 10 | <artifactId>sdc-onboarding</artifactId> |
| 11 | <groupId>org.openecomp.sdc</groupId> |
Michael Lando | 1276ee1 | 2018-11-01 16:25:31 +0200 | [diff] [blame] | 12 | <version>1.3.2-SNAPSHOT</version> |
vempo | 1929d75 | 2018-08-12 14:17:59 +0300 | [diff] [blame] | 13 | <relativePath>../../../onboarding/pom.xml</relativePath> |
Gautam Shah | b145c08 | 2018-05-27 13:32:07 +0530 | [diff] [blame] | 14 | </parent> |
Gautam Shah | b145c08 | 2018-05-27 13:32:07 +0530 | [diff] [blame] | 15 | <build> |
| 16 | <plugins> |
| 17 | <plugin> |
| 18 | <groupId>org.openecomp.sdc.onboarding</groupId> |
Gautam Shah | 03205da | 2018-06-01 08:38:32 +0530 | [diff] [blame] | 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> |
Gautam Shah | b145c08 | 2018-05-27 13:32:07 +0530 | [diff] [blame] | 40 | </plugins> |
| 41 | </build> |
| 42 | </project> |