aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 273742f..d923ec5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>