summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-03-29 11:48:01 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-03-29 11:56:11 -0700
commita3a9386838a226eea77b3f9997e345b87b6cadcf (patch)
tree8b6f09c87e50671611edabc48a65a4106eadf993
parent30cb6632979e71918dad6e66afbfb8175f2c7831 (diff)
Define onap.nexus.url in pom.xml
Add missing definition for onap.nexus.url in pom file to fix Sonar job. Change-Id: I4fd15db7f2edae20d72e3b938362a1bfa4fc7b9e Issue-ID: CIMAN-140 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7d02c03..c313331 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>