summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManoop Talasila <talasila@research.att.com>2017-04-06 17:27:47 -0400
committerManoop Talasila <talasila@research.att.com>2017-04-06 17:27:59 -0400
commit39d1e62c84041831bfc52cca73b5ed5efaf57d27 (patch)
tree4e6b052a728fa6125499ab3e2e4ef37d3bb04f48 /pom.xml
parent6df5a28876e69f00f33a441181be18c03b662338 (diff)
nexus site path corrected
Change-Id: I9cec92d602bbef294fe3c56e1146f85b9838dfcf Signed-off-by: Manoop Talasila <talasila@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 255d29db..0d895a42 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>