aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLisa Revel <lr0306@att.com>2017-02-17 18:26:27 +0000
committerLisa Revel <lr0306@att.com>2017-02-17 18:26:27 +0000
commit84f151f47919842c645d13b5e0076e5b850355f0 (patch)
treef81ebe856809f628af0c82839d03831821a6290e
parente27500a2d72e152490d6786d3a6d90f8d2ba973f (diff)
Updated nexus repo settings in pom
Change-Id: I20979a1612922f7c79576e959ba91adc455215de Signed-off-by: Lisa Revel <lr0306@att.com>
-rw-r--r--pom.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 23df365..cecf6c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,14 +51,14 @@
<distributionManagement>
<repository>
- <id>osecomp-nexus-releases</id>
- <name>OSECOMP Release Repository</name>
- <url>https://ecomp-nexus:8443/repository/maven-releases</url>
+ <id>ecomp-releases</id>
+ <name>OpenECOMP Release Repository</name>
+ <url>${openecomp.nexus.releases}</url>
</repository>
<snapshotRepository>
- <id>osecomp-nexus-snapshots</id>
- <name>OSECOMP Snapshot Repository</name>
- <url>https://ecomp-nexus:8443/repository/maven-snapshots</url>
+ <id>ecomp-snapshots</id>
+ <name>OpenECOMP Snapshot Repository</name>
+ <url>${openecomp.nexus.snapshots}</url>
</snapshotRepository>
<site>
<id>dcae-javadoc</id>
@@ -148,6 +148,9 @@
</jacoco.ut.execution.data.file>
<dependency.locations.enabled>false</dependency.locations.enabled>
+ <!--NEXUS SETTINGS -->
+ <openecomp.nexus.releases>https://nexus.openecomp.org/content/repositories/releases/</openecomp.nexus.releases>
+ <openecomp.nexus.snapshots>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.snapshots>
</properties>