aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-08-23 14:01:51 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-08-23 14:02:52 -0700
commitfb6ee5483d044ec7c35be951d2044b8473ad7f56 (patch)
tree10a2342d27373e5cb55c85425d4f49ed93c36d99 /pom.xml
parente20611b107e2a07d12165227591e5da06fe1192c (diff)
Add distributionManagement tag for site deploy
Change-Id: Iab53f44c79476ddb6c43179fb069b5d2fb2aafae Issue-id: INT-110 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 42c39487..46a4bf0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,14 @@
<module>main</module>
<module>deployment</module>
</modules>
+
+ <distributionManagement>
+ <site>
+ <id>ecomp-site</id>
+ <url>dav:${onap.nexus.url}${sitePath}</url>
+ </site>
+ </distributionManagement>
+
<build>
<pluginManagement>
<plugins>