aboutsummaryrefslogtreecommitdiffstats
path: root/common/pom.xml
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2018-11-05 18:41:47 +0200
committervempo <vitaliy.emporopulo@amdocs.com>2018-11-05 18:41:47 +0200
commitf069fd4e35f20456f83767ca07d8a58b50ca4b59 (patch)
tree6cb4a612b741172773503b616fc7c930852c96bd /common/pom.xml
parent6a0ed133209fc349e92e1a5948ee1d8cba3d6ac2 (diff)
Removed artifact-copy plugin
Change-Id: I2993bdc46693af1b48ed886718d17b835437740e Issue-ID: SDC-1861 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'common/pom.xml')
-rw-r--r--common/pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 42274dd4c7..95f58b7403 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -50,29 +50,6 @@
</plugin>
<plugin>
<groupId>org.openecomp.sdc.onboarding</groupId>
- <artifactId>artifact-copy-plugin</artifactId>
- <version>${project.version}</version>
- <executions>
- <execution>
- <goals>
- <goal>init-artifact-helper</goal>
- <goal>calibrate-artifact-helper</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <groupId>org.openecomp.sdc</groupId>
- <artifactId>build-data-installer</artifactId>
- <version>${project.version}</version>
- <artifactHelper>
- <project>${project}</project>
- <session>${session}</session>
- <unicornRoot>org.openecomp.sdc:sdc-onboarding/target/build-data</unicornRoot>
- </artifactHelper>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.openecomp.sdc.onboarding</groupId>
<artifactId>compile-helper-plugin</artifactId>
<version>${project.version}</version>
<executions>