aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng <lji@research.att.com>2017-03-09 17:30:19 +0000
committerLusheng <lji@research.att.com>2017-03-09 17:30:19 +0000
commit017c0e6e003d508f3fbb95bd8fab958b81f018e2 (patch)
treefe7096d36103709638d94ec8b6b0fa8ca5c73f93
parent553c38ff28bc8ad2de43ae6e1284bb8ae6f18279 (diff)
remove serverId
Change-Id: I5ebac9eb6555fe18399179cb850933d85a69c2a2 Signed-off-by: Lusheng <lji@research.att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7b444bb..9e3b356 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,7 +268,7 @@
<configuration>
<image>${project.artifactId}</image>
<newName>${docker.registry}/openecomp/${project.artifactId}:${docker.version}-${maven.build.timestamp}</newName>
- <serverId>${docker.registry}</serverId>
+ <!--serverId>${docker.registry}</serverId-->
<pushImage>false</pushImage>
</configuration>
</execution>
@@ -281,7 +281,7 @@
<configuration>
<image>${project.artifactId}</image>
<newName>${docker.registry}/openecomp/${project.artifactId}:LATEST</newName>
- <serverId>${docker.registry}</serverId>
+ <!--serverId>${docker.registry}</serverId-->
<pushImage>false</pushImage>
</configuration>
</execution>