aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-09-04 11:12:45 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-09-04 11:12:45 +0800
commit5fbdfee507bbd4cfc231aca9ab71bc1f1d03338d (patch)
tree77a556fb375c7850da976a6f95240e6aa2103f74 /pom.xml
parent95d2e7e8bfa48fffe85ad7a66063e7011612a339 (diff)
Remove docker profile from pom
Change-Id: I27f5ea949128da5c8b66c2f351e16b2cd2f723c7 Issue-Id: VFC-250 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml47
1 files changed, 0 insertions, 47 deletions
diff --git a/pom.xml b/pom.xml
index 54d726cc..d921409a 100644
--- a/pom.xml
+++ b/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/vfc/nslcm</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>