[SDC-697] Adding snapshots repo to pom.xml
authorPavel Aharoni <pa0916@att.com>
Tue, 21 Nov 2017 15:26:49 +0000 (17:26 +0200)
committerPavel Aharoni <pa0916@att.com>
Tue, 21 Nov 2017 15:27:56 +0000 (17:27 +0200)
Change-Id: Iefb98c060f607bd74541ff2744ab92a145514e62
Signed-off-by: Pavel Aharoni <pa0916@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index e3f8db6..b7172c6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <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>