aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Aharoni <pa0916@att.com>2017-11-21 18:06:17 +0200
committerPavel Aharoni <pa0916@att.com>2017-11-21 18:06:17 +0200
commitb919d9920616f75cd9f683dd24c723c6b69a586d (patch)
tree3d5deb8f12402641229ecbff0ba6994dfab6d264
parentf910366d12556534ada9b481d46f9d2281a5f236 (diff)
[SDC-697] adding snapshot repo
Change-Id: Id420b8509bbaf0fdf46d6ede831cc0f1c58936fb Signed-off-by: Pavel Aharoni <pa0916@att.com>
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4c58511..3fb6550 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,6 +276,11 @@
<name>Staging Repository</name>
<url>${nexus.proxy}/content/repositories/staging/</url>
</repository>
+ <repository>
+ <id>ecomp-snapshots</id>
+ <name>Snapshots Repository</name>
+ <url>${nexus.proxy}/content/repositories/snapshots/</url>
+ </repository>
</repositories>
<distributionManagement>