diff options
author | Anaël Closson <ac2550@intl.att.com> | 2017-03-09 16:52:09 +0100 |
---|---|---|
committer | Anaël Closson <ac2550@intl.att.com> | 2017-03-09 16:52:20 +0100 |
commit | 5dd5647cca17a9939919027008e175f6d5d819f7 (patch) | |
tree | 22d946412e21212e592810947cf925f87febd67c | |
parent | a6593a68ec3237a00cb0a2e51b838991b10a205f (diff) |
Update configuration for maven site
Change-Id: Ic8b46a7fd2c41b47dd11d4dc4a998de17f53223b
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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> |