Change nexus values to properties 71/271/1
authorPatrick Brady <pb071s@att.com>
Tue, 14 Feb 2017 06:53:09 +0000 (22:53 -0800)
committerPatrick Brady <pb071s@att.com>
Tue, 14 Feb 2017 06:56:13 +0000 (22:56 -0800)
Update Nexus Url and Port property value to not be a static value.

Change-Id: Iba1f8d97afe066e5b2126ef666c72beedd8b0285
Signed-off-by: Patrick Brady <pb071s@att.com>
app-c/appc/pom.xml

index 2bb5b69..89f1065 100644 (file)
         <!-- This site is used for Javadocs -->
         <site>
             <id>app-c-javadoc</id>
-            <url>dav:https://ecomp-nexus:8443/repository/app-c-javadoc/${project.version}</url>
+            <url>dav:https://${ecomp.nexus.url}:${ecomp.nexus.port}/repository/app-c-javadoc/${project.version}</url>
         </site>
     </distributionManagement>
     <!-- ================================================================================== -->
             <properties>
                 <ssl.allowall>true</ssl.allowall>
                 <ssl.insecure>true</ssl.insecure>
-                <openecomp.nexus.host>ecomp-nexus</openecomp.nexus.host>
-                <openecomp.nexus.release-url>https://${openecomp.nexus.host}:8443/repository/maven-releases/</openecomp.nexus.release-url>
-                <openecomp.nexus.snapshot-url>https://${openecomp.nexus.host}:8443/repository/maven-snapshots/</openecomp.nexus.snapshot-url>
+                <openecomp.nexus.host>${ecomp.nexus.url}</openecomp.nexus.host>
+                <openecomp.nexus.release-url>https://${ecomp.nexus.url}:${ecomp.nexus.port}/repository/maven-releases/</openecomp.nexus.release-url>
+                <openecomp.nexus.snapshot-url>https://${ecomp.nexus.url}:${ecomp.nexus.port}/repository/maven-snapshots/</openecomp.nexus.snapshot-url>
                 <openecomp.git.port>7999</openecomp.git.port>
                 <openecomp.git.project>st_osecomp</openecomp.git.project>
                 <openecomp.git.protocol>http</openecomp.git.protocol>