aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmydot <jf2512@att.com>2017-03-24 12:32:30 -0400
committerjimmydot <jf2512@att.com>2017-03-24 12:32:30 -0400
commitd844ad2e813e81cae8cd4f658fc5efbe4b26521a (patch)
tree78180f7f47a88875bf8520307b1045623ea9fc07
parentbd90a443170339c242564d1627687b7fdbfa8567 (diff)
[VID-3] correcting sitePath
Change-Id: Ia665894cc68bb1cc2edfed7bd9afdcea9afd90db Signed-off-by: jimmydot <jf2512@att.com>
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1384e8be1..a01f872d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,7 @@
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
+ <sitePath>/content/sites/site/org/openecomp/vid/${project.version}</sitePath>
</properties>
<repositories>
@@ -75,7 +76,7 @@
<!-- added for javadoc -->
<site>
<id>ecomp-site</id>
- <url>dav:${nexusproxy}/content/repositories/vid-javadoc/${project.version}</url>
+ <url>dav:${nexusproxy}${sitePath}</url>
</site>
</distributionManagement>