diff options
author | Michael Lando <ml636r@att.com> | 2017-11-05 20:18:47 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-11-05 20:18:47 +0200 |
commit | bb953da096e7118b98b7932059076a4a34fe8da8 (patch) | |
tree | 01347ded1caabb6fdb5c4b6701962f148ebafc6b | |
parent | ca6aabea71447d643888332a19c6c1b55f1b533b (diff) |
pom fix
Change-Id: I5b5a3c0103f73814f2ee5a5d96c7be24a26d4435
Issue-Id: SDC-585
Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r-- | pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -203,4 +203,21 @@ </releases> </pluginRepository> </pluginRepositories> + <distributionManagement> + + <repository> + <id>ecomp-releases</id> + <name>Release Repository</name> + <url>https://nexus.onap.org/content/repositories/releases/</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <name>Snapshot Repository</name> + <url>https://nexus.onap.org/content/repositories/snapshots/</url> + </snapshotRepository> + <site> + <id>ecomp-site</id> + <url>dav:https://nexus.onap.org/content/sites/site/org/openecomp/sdc/${project.version}</url> + </site> + </distributionManagement> </project> |