aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dcae_dmaapbc_webapp/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/dcae_dmaapbc_webapp/pom.xml b/dcae_dmaapbc_webapp/pom.xml
index 5481605..9de0301 100644
--- a/dcae_dmaapbc_webapp/pom.xml
+++ b/dcae_dmaapbc_webapp/pom.xml
@@ -30,6 +30,7 @@
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
+ <sitePath>/content/sites/site/org/openecomp/ui/dmaapbc/${project.version}</sitePath>
</properties>
<repositories>
@@ -365,8 +366,8 @@
with password "changeit"
-->
<site>
- <id>nexus</id>
- <url>dav:https://ecomp-nexus:8443/repository/dbc-javadoc/${project.version}</url>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}${sitePath}</url>
</site>
</distributionManagement>
<pluginRepositories>