summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ecomp-portal-BE/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/ecomp-portal-BE/pom.xml b/ecomp-portal-BE/pom.xml
index a39d44d2..e8590cbc 100644
--- a/ecomp-portal-BE/pom.xml
+++ b/ecomp-portal-BE/pom.xml
@@ -19,6 +19,7 @@
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
+ <sitePath>/content/sites/site/org/openecomp/portal/${project.version}</sitePath>
</properties>
<reporting>
@@ -43,8 +44,8 @@
</reporting>
<distributionManagement>
<site>
- <id>nexus</id>
- <url>dav:https://ecomp-nexus:8443/repository/portal-javadoc/${projectversion}</url>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}${sitePath}</url>
</site>
</distributionManagement>
<repositories>