diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-12-11 15:51:21 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-12-11 15:52:03 -0800 |
commit | 1a472c90ea8d219656cb48cea8b3a7204cd21c26 (patch) | |
tree | 74399b9742496a569404185b6c5e3d03ddf111e8 /pom.xml | |
parent | 546346f5aef2e3894314005bebb3647021e578d7 (diff) |
Revert "Remove all of the distribution management"v1.1.11.0.1-ONAP1.0.1-Amsterdam
This reverts commit 2cd8b19074730093e986750ef90c93b622e18dfb.
Change-Id: I4891303d1bf75605b39e75c622f79e783263f949
Issue-ID: AAI-453
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -101,6 +101,18 @@ </plugin> </plugins> </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> + </site> + </distributionManagement> <reporting> <plugins> <plugin> |