diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-03-29 11:48:01 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-03-29 11:56:11 -0700 |
commit | a3a9386838a226eea77b3f9997e345b87b6cadcf (patch) | |
tree | 8b6f09c87e50671611edabc48a65a4106eadf993 | |
parent | 30cb6632979e71918dad6e66afbfb8175f2c7831 (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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |