aboutsummaryrefslogtreecommitdiffstats
path: root/aai-traversal
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-09-12 14:45:39 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-09-12 14:45:43 -0400
commit4bf37be558f9412b5e67b1913a1319ade297778f (patch)
treeff236a6fc3ca74537d6821cbff8c2d225972bd6c /aai-traversal
parent822f121b2660577b80cc6171c30b528d00aae30a (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 'aai-traversal')
-rw-r--r--aai-traversal/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index 5337436..3822a3f 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -13,6 +13,7 @@
<url>http://maven.apache.org</url>
<properties>
<nexusproxy>https://nexus.onap.org</nexusproxy>
+ <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
<sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dockerLocation>${basedir}/target/swm/package/nix/dist_files/</dockerLocation>
@@ -732,4 +733,4 @@
</plugin>
</plugins>
</reporting>
-</project> \ No newline at end of file
+</project>