aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreh552t <eh552t@intl.att.com>2017-02-14 15:02:15 +0100
committereh552t <eh552t@intl.att.com>2017-02-14 15:02:15 +0100
commit04bf14bf259ed8b1ddb50d01f4f0084253cb448b (patch)
tree9059468b5fc170ac9699bfeb96ab5d9b399f7b88
parent5f564c2798e78f0651b2dce4c7898948d756c8e1 (diff)
Added Staging maven repo
Added the staging maven repository to be able to build as openstack is not yet in release repository Change-Id: I4ec58433762d1fb6ce707f63f3e26c10a940e51f Signed-off-by: eh552t <eh552t@intl.att.com>
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index acbabf0..8eaef44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,6 +111,11 @@
<name>MSO Release Repository</name>
<url>https://nexus.openecomp.org/content/repositories/releases/</url>
</repository>
+ <repository>
+ <id>ecomp-staging</id>
+ <name>MSO Staging Repository</name>
+ <url>https://nexus.openecomp.org/content/repositories/staging/</url>
+ </repository>
<!-- Camunda Web Repository -->
<repository>
<id>CamundaWebRepo</id>