summaryrefslogtreecommitdiffstats
path: root/multivimbroker/pom.xml
diff options
context:
space:
mode:
authorEthan Lynn <ethanlynnl@vmware.com>2017-09-07 17:48:06 +0800
committerEthan Lynn <ethanlynnl@vmware.com>2017-09-07 17:50:23 +0800
commitb1940de09a25868555ef61c401e454dc35b6b2d5 (patch)
tree9ea7dd1ed163226ea0833a4fe846930d6e9900a4 /multivimbroker/pom.xml
parentc763387cf77eef9e5a9def4b46d6260dd5aa1766 (diff)
Update build_image.sh
In order to integrate with CI docker build job, update related scripts. Change-Id: I6d456c5bff5e5917fa1741e5a9d533ba0463d97e issue-id: MULTICLOUD-73 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
Diffstat (limited to 'multivimbroker/pom.xml')
-rw-r--r--multivimbroker/pom.xml47
1 files changed, 0 insertions, 47 deletions
diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml
index 8affa09..560b1b1 100644
--- a/multivimbroker/pom.xml
+++ b/multivimbroker/pom.xml
@@ -49,51 +49,4 @@
</plugin>
</plugins>
</build>
- <profiles>
- <profile>
- <id>docker</id>
- <build>
- <plugins>
- <plugin>
- <groupId>io.fabric8</groupId>
- <artifactId>docker-maven-plugin</artifactId>
- <version>0.16.5</version>
- <inherited>false</inherited>
- <configuration>
- <images>
- <image>
- <name>onap/multicloud/multicloud-framework</name>
- <build>
- <cleanup>try</cleanup>
- <dockerFileDir>${basedir}/docker/</dockerFileDir>
- <dockerFile>${basedir}/docker/Dockerfile</dockerFile>
- <tags>
- <tag>${project.version}-STAGING-latest</tag>
- </tags>
- </build>
- </image>
- </images>
- </configuration>
- <executions>
- <execution>
- <id>generate-images</id>
- <phase>package</phase>
- <goals>
- <goal>build</goal>
- </goals>
- </execution>
- <execution>
- <id>push-images</id>
- <phase>deploy</phase>
- <goals>
- <goal>build</goal>
- <goal>push</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project> \ No newline at end of file