aboutsummaryrefslogtreecommitdiffstats
path: root/cps-bom
diff options
context:
space:
mode:
Diffstat (limited to 'cps-bom')
-rw-r--r--cps-bom/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml
index ae9e806f3..5b0271a9e 100644
--- a/cps-bom/pom.xml
+++ b/cps-bom/pom.xml
@@ -9,6 +9,28 @@
<packaging>pom</packaging>
<description>This artifact contains dependencyManagement declarations of all published CPS components.</description>
+
+ <properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
+ <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
+ <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
+ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
+ <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
+ </properties>
+
+ <distributionManagement>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>ECOMP Release Repository</name>
+ <url>${nexusproxy}${releaseNexusPath}</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>ECOMP Snapshot Repository</name>
+ <url>${nexusproxy}${snapshotNexusPath}</url>
+ </snapshotRepository>
+ </distributionManagement>
+
<dependencyManagement>
<dependencies>
<dependency>