From e4ea78d36872e3f8460ab8db2099bc71b2080ce5 Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Tue, 12 Sep 2017 14:43:57 -0400 Subject: [PATCH] Fix the stage site issue by adding onap.nexus.url Issue-ID: AAI-76 Change-Id: I853818968180d5d873ed2971cc2ce33bf16e4a00 Signed-off-by: Venkata Harish K Kajur --- aai-annotations/pom.xml | 1 + aai-auth/pom.xml | 1 + aai-core/pom.xml | 1 + aai-schema/pom.xml | 1 + aai-utils/pom.xml | 3 ++- pom.xml | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index ff16399e..4560448b 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -12,6 +12,7 @@ aai-annotations jar + https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index a5751cc1..b670305a 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -11,6 +11,7 @@ 1.1.0-SNAPSHOT + https://nexus.onap.org google_checks.xml /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 7248f491..d4a95a36 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -13,6 +13,7 @@ jar /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + https://nexus.onap.org java jacoco ${project.build.directory}/surefire-reports diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 02582704..65961347 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -12,6 +12,7 @@ aai-schema /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + https://nexus.onap.org diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 137b260b..6116c834 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -15,6 +15,7 @@ google_checks.xml + https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -135,4 +136,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 3170a3e3..a4bbde88 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,7 @@ /content/sites/site/org/onap/aai/aai-common/${project.artifactId}/${project.version} + https://nexus.onap.org 1.1.0-SNAPSHOT 1.1.0-SNAPSHOT 1.1.0-SNAPSHOT -- 2.16.6