From: stark, steven Date: Tue, 10 Apr 2018 21:13:43 +0000 (-0700) Subject: [VVP] modify pom to fix sonar jenkins build X-Git-Tag: 2.0.0-ONAP~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F42071%2F1;p=vvp%2Fgitlab.git [VVP] modify pom to fix sonar jenkins build added nexus url property definition added docker push and pull reg definitions Change-Id: Ibaa3f22a1d9aca362a0fee25f646ad1157887b86 Issue-ID: VVP-49 Signed-off-by: stark, steven --- diff --git a/pom.xml b/pom.xml index c26edaf..bed322c 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,7 @@ + https://nexus.onap.org /content/sites/site/org/onap/vvp/${project.artifactId}/${project.version} ${maven.build.timestamp} @@ -22,6 +23,8 @@ ${project.version}-${timestamp} ${project.version}-latest + nexus3.onap.org:10001 + nexus3.onap.org:10003 @@ -44,7 +47,8 @@ true 1.23 - nexus3.onap.org:10003 + ${docker.pull.registry} + ${docker.push.registry} onap/vvp/gitlab