diff options
author | Lisa Revel <lr0306@att.com> | 2017-02-17 18:26:27 +0000 |
---|---|---|
committer | Lisa Revel <lr0306@att.com> | 2017-02-17 18:26:27 +0000 |
commit | 84f151f47919842c645d13b5e0076e5b850355f0 (patch) | |
tree | f81ebe856809f628af0c82839d03831821a6290e | |
parent | e27500a2d72e152490d6786d3a6d90f8d2ba973f (diff) |
Updated nexus repo settings in pom
Change-Id: I20979a1612922f7c79576e959ba91adc455215de
Signed-off-by: Lisa Revel <lr0306@att.com>
-rw-r--r-- | pom.xml | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -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> |