diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-03-29 11:48:01 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-03-29 12:16:34 -0700 |
commit | dbd2cbbac323ace8a95941c0d457ba6506117812 (patch) | |
tree | 209983b08d98392982a866896f3e1b855c825e6f /pom.xml | |
parent | 52a8e444bdc2713e051b8cc136ec46c5d838d470 (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>
Diffstat (limited to 'pom.xml')
-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> |