summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-10 14:25:02 -0700
committerstark, steven <ss820f@att.com>2018-04-10 14:25:02 -0700
commit3d299942b021264b522a8989fbc6081d1969f2f1 (patch)
tree9257ca82910145b56ef4098f192dc7629972b622
parentc50055148bb06512b9a20217d0205919b33d8264 (diff)
[VVP] modify pom to fix sonar jenkins job
added docker and nexus infor to pom Change-Id: I4d7f8f8e165802b2d7c9157c240f23770aa3fc6c Issue-ID: VVP-51 Signed-off-by: stark, steven <ss820f@att.com>
-rw-r--r--.gitreview5
-rw-r--r--pom.xml6
2 files changed, 10 insertions, 1 deletions
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..3a1a601
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.onap.org
+port=29418
+project=vvp/postgresql.git
+
diff --git a/pom.xml b/pom.xml
index ba13692..1a48c8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,7 @@
<properties>
<!--nexus-->
+ <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
<sitePath>/content/sites/site/org/openecomp/vvp/${project.artifactId}/${project.version}</sitePath>
<!--maven-->
<timestamp>${maven.build.timestamp}</timestamp>
@@ -22,6 +23,8 @@
<!--docker-->
<docker.tag>${project.version}-${timestamp}</docker.tag>
<docker.latest.tag>${project.version}-latest</docker.latest.tag>
+ <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
+ <docker.push.registry>nexus3.onap.org:10003</docker.push.registry>
</properties>
<build>
@@ -44,7 +47,8 @@
<configuration>
<verbose>true</verbose>
<apiVersion>1.23</apiVersion>
- <registry>nexus3.onap.org:10003</registry>
+ <pullRegistry>${docker.pull.registry}</pullRegistry>
+ <pushRegistry>${docker.push.registry}</pushRegistry>
<images>
<image>
<name>openecomp/vvp/postgresql</name>