diff options
author | James Forsyth <jf2512@att.com> | 2017-12-12 00:08:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-12-12 00:08:17 +0000 |
commit | b81506cb18a3c5164afb4d468d28b1b478218d18 (patch) | |
tree | 9708b259d9793829b1d314ce077c3065fbbd6dd4 | |
parent | c1fc6d18c4d0467591f22403bc22ff1fa8a99ad8 (diff) | |
parent | 0f45599953ae6cd78173696f3a691ac138428484 (diff) |
Merge "Revert "Remove all of the distribution management""
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -103,6 +103,11 @@ </build> <distributionManagement> + <snapshotRepository> + <id>ecomp-snapshots</id> + <name>ECOMP Snapshot Repository</name> + <url>${onap.nexus.url}/content/repositories/snapshots/</url> + </snapshotRepository> <site> <id>ecomp-site</id> <url>dav:${onap.nexus.url}${sitePath}</url> |