aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmydot <jf2512@att.com>2017-03-24 14:23:37 -0400
committerjimmydot <jf2512@att.com>2017-03-24 14:23:37 -0400
commitb351e79a24ee97f8b2b59dcb819e74d9dfdf1b7a (patch)
treee8e05d4127e59e6676e057b4d7dde1ae2807ee23
parentd844ad2e813e81cae8cd4f658fc5efbe4b26521a (diff)
[VID-3] Updating site path on vid pom
Change-Id: I5a53a246db6a4a8ba0a9137383e69fa220b4c19f Signed-off-by: jimmydot <jf2512@att.com>
-rw-r--r--vid/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/vid/pom.xml b/vid/pom.xml
index fa74acaa3..8f5b78989 100644
--- a/vid/pom.xml
+++ b/vid/pom.xml
@@ -29,6 +29,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>
@@ -69,8 +70,8 @@
</snapshotRepository>
<!-- added for javadoc -->
<site>
- <id>ecomp-javadoc</id>
- <url>dav:${nexusproxy}/content/repositories/vid-javadoc/${project.version}</url>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}${sitePath}</url>
</site>
</distributionManagement>