diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-04 11:12:45 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-04 11:12:45 +0800 |
commit | 5fbdfee507bbd4cfc231aca9ab71bc1f1d03338d (patch) | |
tree | 77a556fb375c7850da976a6f95240e6aa2103f74 | |
parent | 95d2e7e8bfa48fffe85ad7a66063e7011612a339 (diff) |
Remove docker profile from pom
Change-Id: I27f5ea949128da5c8b66c2f351e16b2cd2f723c7
Issue-Id: VFC-250
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r-- | pom.xml | 47 |
1 files changed, 0 insertions, 47 deletions
@@ -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> |