Merge "Update keystore with new cert"
[aai/traversal.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 273742f..55559c1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,8 @@
     </modules>
     <properties>
         <nexusproxy>https://nexus.onap.org</nexusproxy>
-        <sitePath>/content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version}</sitePath>
+        <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>
         <maven.compiler.source>1.8</maven.compiler.source>
@@ -44,7 +45,7 @@
         <!-- For SOA Cloud Installation -->
         <installOwnerUser>aaiadmin</installOwnerUser>
         <installOwnerGroup>aaiadmin</installOwnerGroup>
-        <ownerManagementGroup>org.openecomp.aai.dev</ownerManagementGroup>
+        <ownerManagementGroup>org.onap.aai.dev</ownerManagementGroup>
 
         <!-- Port Selection. A value of 0 will allow for dynamic port selection.
             For local testing, you may choose to hardcode this value to something like
         <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>