aboutsummaryrefslogtreecommitdiffstats
path: root/elasticsearch-sg
diff options
context:
space:
mode:
Diffstat (limited to 'elasticsearch-sg')
-rw-r--r--elasticsearch-sg/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml
index cd24333..b3dba83 100644
--- a/elasticsearch-sg/pom.xml
+++ b/elasticsearch-sg/pom.xml
@@ -30,6 +30,10 @@
<version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
+ </properties>
+
<build>
<plugins>
<plugin>
@@ -78,4 +82,17 @@
</plugins>
</build>
+ <distributionManagement>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>ECOMP Release Repository</name>
+ <url>${nexusproxy}/content/repositories/releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>ECOMP Snapshot Repository</name>
+ <url>${nexusproxy}/content/repositories/snapshots/</url>
+ </snapshotRepository>
+ </distributionManagement>
+
</project> \ No newline at end of file