diff options
author | Manoop Talasila <talasila@research.att.com> | 2017-04-06 17:29:31 -0400 |
---|---|---|
committer | Manoop Talasila <talasila@research.att.com> | 2017-04-06 17:29:39 -0400 |
commit | 85b59feec6a1b442eb17425d87b66c733dbd61f5 (patch) | |
tree | e47987491bd15d4a86c3c04863d6d71ee01d1d96 | |
parent | d9ac3bc912594508a6cfa976f117062e8a97dd0d (diff) |
nexus site added on root pomrelease-1.0.0
Change-Id: Ibe25473776b18692f0fb545a53cb596731c070f8
Signed-off-by: Manoop Talasila <talasila@research.att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -55,5 +55,9 @@ <name>OpenECOMP - Snapshot Repository</name> <url>${nexusproxy}/${snapshotNexusPath}</url> </snapshotRepository> + <site> + <id>ecomp-site</id> + <url>dav:${nexusproxy}${sitePath}</url> + </site> </distributionManagement> </project> |