aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-02-21 13:20:34 -0800
committerPatrick Brady <pb071s@att.com>2017-02-21 13:20:44 -0800
commit9171e2846f01934c339211f444af7d385028f678 (patch)
tree17d20adbe3142d85481c8226fff5da6603bf89c6
parent6afdc42c5a4c1f4ba517e5783816c9b9e7fde695 (diff)
Adding correct nexus url to pom
Change-Id: I6aeec7d07c9c3f65bc468c5d62441b6063368713 Signed-off-by: Patrick Brady <pb071s@att.com>
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 89f10654b..343a33a1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
<!-- This site is used for Javadocs -->
<site>
<id>app-c-javadoc</id>
- <url>dav:https://${ecomp.nexus.url}:${ecomp.nexus.port}/repository/app-c-javadoc/${project.version}</url>
+ <url>dav:https://nexus.openecomp.org/repository/app-c-javadoc/${project.version}</url>
</site>
</distributionManagement>
<!-- ================================================================================== -->
@@ -704,9 +704,9 @@
<properties>
<ssl.allowall>true</ssl.allowall>
<ssl.insecure>true</ssl.insecure>
- <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.nexus.host>nexus.openecomp.org</openecomp.nexus.host>
+ <openecomp.nexus.release-url>https://nexus.openecomp.org/repository/maven-releases/</openecomp.nexus.release-url>
+ <openecomp.nexus.snapshot-url>https://nexus.openecomp.org/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>
@@ -740,4 +740,4 @@
</modules>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>