diff options
author | eh552t <eh552t@intl.att.com> | 2017-02-14 15:02:15 +0100 |
---|---|---|
committer | eh552t <eh552t@intl.att.com> | 2017-02-14 15:02:15 +0100 |
commit | 04bf14bf259ed8b1ddb50d01f4f0084253cb448b (patch) | |
tree | 9059468b5fc170ac9699bfeb96ab5d9b399f7b88 /pom.xml | |
parent | 5f564c2798e78f0651b2dce4c7898948d756c8e1 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |