summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAreli Fuss <af732p@att.com>2017-11-07 17:26:08 +0200
committerAreli Fuss <af732p@att.com>2017-11-07 17:26:08 +0200
commit11166bbb2c9870365b06e7f2c5d5c12e6fd5f76a (patch)
tree9435a884f65a053ed0f9156802d2f1350f832f84
parent7c5e2d7db6ea62b91fe6dbdf1bd1a4c5bced4377 (diff)
Modify http proxy definition
Modify http proxy definition Change-Id: I9afe537e98736b33ab67f8a565f312ccd104b0e0 Issue-Id: VVP-25 Signed-off-by: Areli Fuss <af732p@att.com>
-rw-r--r--pom.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 3af295b..515bdae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,8 +7,8 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.openecomp.vvp</groupId>
- <artifactId>vvp-gitlab</artifactId>
+ <groupId>org.openecomp.vvp.gitlab</groupId>
+ <artifactId>gitlab</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>vvp-gitlab</name>
@@ -22,9 +22,11 @@
<!--docker-->
<docker.tag>${project.version}-${timestamp}</docker.tag>
<docker.latest.tag>${project.version}-latest</docker.latest.tag>
- <!-- docker.buildArg.https_proxy>${env.HTTPS_PROXY}</docker.buildArg.https_proxy -->
- <docker.buildArg.https_proxy>https://165.227.53.107:3128</docker.buildArg.https_proxy>
- <docker.buildArg.http_proxy>http://35.196.90.170:80</docker.buildArg.http_proxy>
+ <docker.buildArg.https_proxy>${env.NEXUSPROXY}</docker.buildArg.https_proxy>
+ <!--
+ <docker.buildArg.https_proxy>https://165.227.53.107:3128</docker.buildArg.https_proxy>
+ <docker.buildArg.http_proxy>http://35.196.90.170:80</docker.buildArg.http_proxy>
+ -->
</properties>
<build>
@@ -68,7 +70,7 @@
<registry>nexus3.onap.org:10003</registry>
<images>
<image>
- <name>openecomp/vvp-gitlab</name>
+ <name>openecomp/vvp/gitlab</name>
<alias>vvp-gitlab</alias>
<build>
<cleanup>true</cleanup>
@@ -109,7 +111,7 @@
<goal>push</goal>
</goals>
<configuration>
- <image>openecomp/vvp-gitlab</image>
+ <image>openecomp/vvp/gitlab</image>
</configuration>
</execution>
</executions>