diff options
author | Anaël Closson <ac2550@intl.att.com> | 2017-04-05 17:11:20 +0200 |
---|---|---|
committer | Anaël Closson <ac2550@intl.att.com> | 2017-04-11 12:44:24 +0200 |
commit | a2c94bdde0deaf9cadf60566dc5aecb41caddd94 (patch) | |
tree | e7c5cc230ed05fb936a5fc4a40510923e16af29b /pom.xml | |
parent | 495078893651ef84ac8bc9d26262e61d2d7e1e88 (diff) |
Add nexus path for site
Change-Id: Ib7277757ed7ddd6f6cbdb64bef87d0c4c1bd0eaf
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,6 +13,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> + <siteNexusPath>/content/sites/site/org/onap/mso/lib/${project.version}</siteNexusPath> </properties> <distributionManagement> <repository> @@ -27,7 +28,7 @@ </snapshotRepository> <site> <id>ecomp-site</id> - <url>dav:${nexusproxy}${sitePath}</url> + <url>dav:${nexusproxy}${siteNexusPath}</url> </site> </distributionManagement> <modules> |