Add a repository to fix maven build 15/5315/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 25 Apr 2017 13:33:51 +0000 (06:33 -0700)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 25 Apr 2017 13:35:56 +0000 (06:35 -0700)
The build was broken due to a snapshot reference, this snapshot
repository is missing

Change-Id: I301c37fc1c3f64dc64752df39d35780a49a88025
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 4d40546..74b9b95 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
                <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
+               <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
         <sitePath>/content/sites/site/org/openecomp/mso/${project.version}</sitePath>
                <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
        </properties>
                <repository>
                        <id>ecomp-staging</id>
                        <name>MSO Staging Repository</name>
-                       <url>${nexusproxy}/content/repositories/staging/</url>
+                       <url>${nexusproxy}/${stagingNexusPath}</url>
                </repository>
+               <repository>
+            <id>ecomp-snapshots</id>
+            <name>MSO Snapshot Repository</name>
+            <url>${nexusproxy}/${snapshotNexusPath}</url>
+        </repository>
                <!-- Camunda Web Repository -->
                <repository>
                        <id>CamundaWebRepo</id>