diff options
author | 2018-03-29 11:48:01 -0700 | |
---|---|---|
committer | 2018-03-29 12:18:44 -0700 | |
commit | 5a6a36481487aaab66bf7be2b2d53f074cfddea0 (patch) | |
tree | a4a2ba177fbd57fb4773f6539abb2738db10b637 | |
parent | 98794fafff29ad4bbb9afd17f7b2f473f1e7b674 (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> |