diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-23 14:18:53 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-23 14:20:02 -0400 |
commit | 335046911b4812e49d59a9c1da126c491a2177c0 (patch) | |
tree | 23efe0a7ba3b630555f89d699377e1b7a718b53f /ecomp-sdk/pom.xml | |
parent | ff1164ae948e614132781432ce613e5cad4c2a9d (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.xml | 2 |
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> |