Fix the stage site issue by adding onap.nexus.url 15/12015/1
authorVenkata Harish K Kajur <vk250x@att.com>
Tue, 12 Sep 2017 18:45:39 +0000 (14:45 -0400)
committerVenkata Harish K Kajur <vk250x@att.com>
Tue, 12 Sep 2017 18:45:43 +0000 (14:45 -0400)
Issue-ID: AAI-76
Change-Id: Ieb989b33f199751a2345b2941046c7d54ff5e940
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
aai-traversal/pom.xml
pom.xml

index 5337436..3822a3f 100644 (file)
@@ -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>
             </plugin>
         </plugins>
     </reporting>
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index 273742f..d923ec5 100644 (file)
--- 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>