summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManoop Talasila <talasila@research.att.com>2017-04-06 17:29:31 -0400
committerManoop Talasila <talasila@research.att.com>2017-04-06 17:29:39 -0400
commit85b59feec6a1b442eb17425d87b66c733dbd61f5 (patch)
treee47987491bd15d4a86c3c04863d6d71ee01d1d96
parentd9ac3bc912594508a6cfa976f117062e8a97dd0d (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.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 63e19135..4360289e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>