summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2017-02-17 11:51:23 -0500
committerSteve Smokowski <ss835w@att.com>2017-02-17 11:51:30 -0500
commit1d3a119024573301c33338ce072517b7b5d5f46c (patch)
tree4619dc10c6d008f095257e2c4210f045252ad967
parent15abe5258b6fc33e4e615687cd13f88b06fab03a (diff)
Add serverId
Change-Id: I656ac2e1d372738fd822641d81401c89683a37c9 Signed-off-by: Steve Smokowski <ss835w@att.com>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f1dbaea..eb35867 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,6 +265,7 @@
<artifactId>docker-maven-plugin</artifactId>
<version>0.4.11</version>
<configuration>
+ <serverId>nexus3.openecomp.org:10003</serverId>
<imageName>${docker.registry}/ecomp/${project.artifactId}</imageName>
<imageTags>
<imageTag>${docker.imagetag}</imageTag>