summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2019-01-11 14:13:38 -0500
committerKajur, Harish (vk250x) <vk250x@att.com>2019-01-13 20:30:47 -0500
commit5a4ff0ea07e8f5b5dde84c9ef171f188dd8a134c (patch)
tree8440af5a79557c99f42a29eb07b0f519d6c4a1a6 /pom.xml
parent1dd67efcaf40c5b4278ad8594b78f63a838514ca (diff)
Sync up the changes for v15
Issue-ID: AAI-1811 Change-Id: I307731ee35d8a644ae995c4b372345a7ebeca0a1 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com> Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1a3290c9..68148a63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,10 @@
<aai.generate.schema>true</aai.generate.schema>
<sitePath>/content/sites/site/org/onap/aai/aai-common/${project.artifactId}/${project.version}</sitePath>
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
+ <onap.nexus.snapshot.path>/content/repositories/snapshots/</onap.nexus.snapshot.path>
+ <onap.nexus.snapshot.id>ecomp-snapshots</onap.nexus.snapshot.id>
+ <onap.nexus.release.path>/content/repositories/releases/</onap.nexus.release.path>
+ <onap.nexus.release.id>ecomp-releases</onap.nexus.release.id>
</properties>
<build>
@@ -169,10 +173,15 @@
</build>
<distributionManagement>
+ <repository>
+ <id>${onap.nexus.release.id}</id>
+ <name>ECOMP Release Repository</name>
+ <url>${onap.nexus.url}${onap.nexus.release.path}</url>
+ </repository>
<snapshotRepository>
- <id>ecomp-snapshots</id>
+ <id>${onap.nexus.snapshot.id}</id>
<name>ECOMP Snapshot Repository</name>
- <url>${onap.nexus.url}/content/repositories/snapshots/</url>
+ <url>${onap.nexus.url}${onap.nexus.snapshot.path}</url>
</snapshotRepository>
<site>
<id>ecomp-site</id>