aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorig6133 <ig6133@intl.att.com>2017-04-05 16:10:49 +0300
committerig6133 <ig6133@intl.att.com>2017-04-05 16:10:49 +0300
commita16ca445e3f5b154d7ac17e9b75f561886ba698a (patch)
tree2abc9810ffb18a6c930f5028705c6f38366caad5 /pom.xml
parent4d95bb8461adec361abad7f605e2ceed770cebfc (diff)
Update javadoc configuration
Change-Id: If223535dd2091beee95a7fd0300ac5a91274017a Signed-off-by: ig6133 <ig6133@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 22d726ede2..b9e017ca1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,6 +181,7 @@
<!--nexus-->
<nexus.proxy>https://nexus.onap.org</nexus.proxy>
+ <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
<staging.profile.id>176c31dfe190a</staging.profile.id>
<!--maven-->
<maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
@@ -620,7 +621,10 @@
<name>Snapshot Repository</name>
<url>${nexus.proxy}/content/repositories/snapshots/</url>
</snapshotRepository>
-
+ <site>
+ <id>ecomp-site</id>
+ <url>dav:${nexus.proxy}${sitePath}</url>
+ </site>
</distributionManagement>
</project>