summaryrefslogtreecommitdiffstats
path: root/hpa/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hpa/pom.xml')
-rw-r--r--hpa/pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/hpa/pom.xml b/hpa/pom.xml
index 8e2b1ed7..06e7eb78 100644
--- a/hpa/pom.xml
+++ b/hpa/pom.xml
@@ -160,29 +160,6 @@
<execution>
<phase>install</phase>
<inherited>false</inherited>
- <configuration>
- <target>
- <exec executable="docker">
- <arg value="build"/>
- <arg value="-t"/>
- <arg value="${CONTAINER_PUSH_REGISTRY}/onap/multicloud/openstack-hpa:${project.version}"/>
- <arg value="docker_target"/>
- </exec>
- <exec executable="docker">
- <arg value="tag"/>
- <arg value="${CONTAINER_PUSH_REGISTRY}/onap/multicloud/openstack-hpa:${project.version}"/>
- <arg value="${CONTAINER_PUSH_REGISTRY}/onap/multicloud/openstack-hpa:latest"/>
- </exec>
- <exec executable="docker">
- <arg value="push"/>
- <arg value="${CONTAINER_PUSH_REGISTRY}/onap/multicloud/openstack-hpa:${project.version}"/>
- </exec>
- <exec executable="docker">
- <arg value="push"/>
- <arg value="${CONTAINER_PUSH_REGISTRY}/onap/multicloud/openstack-hpa:latest"/>
- </exec>
- </target>
- </configuration>
<goals>
<goal>run</goal>
</goals>