diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-12 14:45:39 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-12 14:45:43 -0400 |
commit | 4bf37be558f9412b5e67b1913a1319ade297778f (patch) | |
tree | ff236a6fc3ca74537d6821cbff8c2d225972bd6c /pom.xml | |
parent | 822f121b2660577b80cc6171c30b528d00aae30a (diff) |
Fix the stage site issue by adding onap.nexus.url
Issue-ID: AAI-76
Change-Id: Ieb989b33f199751a2345b2941046c7d54ff5e940
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ </modules> <properties> <nexusproxy>https://nexus.onap.org</nexusproxy> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <sitePath>/content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version}</sitePath> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.target>1.8</maven.compiler.target> |