summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/pom.xml
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-10-23 14:18:53 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-10-23 14:20:02 -0400
commit335046911b4812e49d59a9c1da126c491a2177c0 (patch)
tree23efe0a7ba3b630555f89d699377e1b7a718b53f /ecomp-sdk/pom.xml
parentff1164ae948e614132781432ce613e5cad4c2a9d (diff)
Repair POM files for stage-site jobs
1. Add "dav" protocol provider for site plugin 2. Revise epsdk-app-os to inherit from parent These changes should repair the failing "site" jobs that publish Javadoc Issue: PORTAL-89 Change-Id: I04195e621efa3bb4fd20b49eacdf4f491e5bad3a Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-sdk/pom.xml')
-rw-r--r--ecomp-sdk/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml
index a22b28b9..b7801e90 100644
--- a/ecomp-sdk/pom.xml
+++ b/ecomp-sdk/pom.xml
@@ -171,7 +171,7 @@
<!-- Javadocs -->
<site>
<id>ecomp-site</id>
- <url>dav:${nexusproxy}/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</url>
+ <url>dav:${nexusproxy}${sitePath}</url>
</site>
</distributionManagement>