From 4bf37be558f9412b5e67b1913a1319ade297778f Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Tue, 12 Sep 2017 14:45:39 -0400 Subject: Fix the stage site issue by adding onap.nexus.url Issue-ID: AAI-76 Change-Id: Ieb989b33f199751a2345b2941046c7d54ff5e940 Signed-off-by: Venkata Harish K Kajur --- aai-traversal/pom.xml | 3 ++- pom.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 @@ http://maven.apache.org https://nexus.onap.org + https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} UTF-8 ${basedir}/target/swm/package/nix/dist_files/ @@ -732,4 +733,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 273742f..d923ec5 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ https://nexus.onap.org + https://nexus.onap.org /content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version} UTF-8 1.8 -- cgit 1.2.3-korg