diff options
Diffstat (limited to 'ecomp-sdk/pom.xml')
-rw-r--r-- | ecomp-sdk/pom.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index 7b75cfbc..25a7a63e 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -34,6 +34,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> + <sitePath>/content/sites/site/org/openecomp/ecompsdkos/${project.version}</sitePath> </properties> <reporting> @@ -221,10 +222,10 @@ <name>OpenECOMP - Snapshot Repository</name> <url>${nexusproxy}/${snapshotNexusPath}</url> </snapshotRepository> - - <site> - <id>nexus</id> - <url>dav:https://ecomp-nexus:8443/repository/portalsdk-javadoc/${version}</url> - </site> + + <site> + <id>ecomp-site</id> + <url>dav:${nexusproxy}${sitePath}</url> + </site> </distributionManagement> </project> |