Fix the stage site issue by adding onap.nexus.url 13/12013/1
authorVenkata Harish K Kajur <vk250x@att.com>
Tue, 12 Sep 2017 18:43:57 +0000 (14:43 -0400)
committerVenkata Harish K Kajur <vk250x@att.com>
Tue, 12 Sep 2017 18:44:00 +0000 (14:44 -0400)
Issue-ID: AAI-76
Change-Id: I853818968180d5d873ed2971cc2ce33bf16e4a00
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
aai-annotations/pom.xml
aai-auth/pom.xml
aai-core/pom.xml
aai-schema/pom.xml
aai-utils/pom.xml
pom.xml

index ff16399..4560448 100644 (file)
@@ -12,6 +12,7 @@
     <name>aai-annotations</name>
     <packaging>jar</packaging>
     <properties>
+       <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
         <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
     </properties>
     <dependencies>
index a5751cc..b670305 100644 (file)
@@ -11,6 +11,7 @@
     <version>1.1.0-SNAPSHOT</version>
 
     <properties>
+       <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
         <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
         <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
     </properties>
index 7248f49..d4a95a3 100644 (file)
@@ -13,6 +13,7 @@
     <packaging>jar</packaging>
     <properties>
         <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
+       <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
         <sonar.language>java</sonar.language>
         <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
         <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
index 0258270..6596134 100644 (file)
@@ -12,6 +12,7 @@
     <name>aai-schema</name>
     <properties>
         <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
+       <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
     </properties>
     <dependencies>
         <dependency>
index 137b260..6116c83 100644 (file)
@@ -15,6 +15,7 @@
 
     <properties>
         <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
+       <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
         <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
     </properties>
 
     </reporting>
 
 
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index 3170a3e..a4bbde8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,6 +24,7 @@
 
     <properties>
         <sitePath>/content/sites/site/org/onap/aai/aai-common/${project.artifactId}/${project.version}</sitePath>
+       <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
         <aai.annotations.version>1.1.0-SNAPSHOT</aai.annotations.version>
         <aai.schema.version>1.1.0-SNAPSHOT</aai.schema.version>
         <aai.core.version>1.1.0-SNAPSHOT</aai.core.version>