Updated site path and preferring onap.nexus.url 51/13951/1
authorjimmy <jf2512@att.com>
Wed, 20 Sep 2017 18:35:57 +0000 (14:35 -0400)
committerjimmy <jf2512@att.com>
Wed, 20 Sep 2017 18:37:40 +0000 (14:37 -0400)
Issue-ID: AAI-76
Change-Id: Iaaaf0b8a98f1808a67703460e640ab77d8c9c3e8
Signed-off-by: jimmy <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index d923ec5..e84c225 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
     <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>
+       <sitePath>/content/sites/site/org/onap/aai/${project.artifactId}/${project.version}</sitePath>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.target>1.8</maven.compiler.target>
         <maven.compiler.source>1.8</maven.compiler.source>
         <repository>
             <id>ecomp-releases</id>
             <name>ECOMP Release Repository</name>
-            <url>${nexusproxy}/content/repositories/releases/</url>
+            <url>${onap.nexus.url}/content/repositories/releases/</url>
         </repository>
         <snapshotRepository>
             <id>ecomp-snapshots</id>
             <name>ECOMP Snapshot Repository</name>
-            <url>${nexusproxy}/content/repositories/snapshots/</url>
+            <url>${onap.nexus.url}/content/repositories/snapshots/</url>
         </snapshotRepository>
         <site>
             <id>ecomp-site</id>
-            <url>dav:${nexusproxy}${sitePath}</url>
+           <url>dav:${onap.nexus.url}${sitePath}</url>
         </site>
     </distributionManagement>
     <profiles>
                     <version>1.6.7</version>
                     <extensions>true</extensions>
                     <configuration>
-                        <nexusUrl>${nexusproxy}</nexusUrl>
+                        <nexusUrl>${onap.nexus.url}</nexusUrl>
                         <stagingProfileId>176c31dfe190a</stagingProfileId>
                         <serverId>ecomp-staging</serverId>
                     </configuration>