aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAnaël Closson <ac2550@intl.att.com>2017-03-09 16:52:09 +0100
committerAnaël Closson <ac2550@intl.att.com>2017-03-09 16:52:20 +0100
commit5dd5647cca17a9939919027008e175f6d5d819f7 (patch)
tree22d946412e21212e592810947cf925f87febd67c /pom.xml
parenta6593a68ec3237a00cb0a2e51b838991b10a205f (diff)
Update configuration for maven site
Change-Id: Ic8b46a7fd2c41b47dd11d4dc4a998de17f53223b Signed-off-by: Anaël Closson <ac2550@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 348a233b6a..7b31563248 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
<nexusproxy>https://nexus.openecomp.org</nexusproxy>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
+ <sitePath>/content/sites/site/org/openecomp/mso/${project.version}</sitePath>
<maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
</properties>
<distributionManagement>
@@ -56,8 +57,8 @@
<url>${nexusproxy}/${snapshotNexusPath}</url>
</snapshotRepository>
<site>
- <id>ecomp-javadoc</id>
- <url>dav:https://ecomp-nexus:8443/repository/mso-javadoc/${project.version}</url>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}${sitePath}</url>
</site>
</distributionManagement>
<reporting>