diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-19 18:20:43 -0400 |
---|---|---|
committer | Chris Lott <cl778h@att.com> | 2017-10-19 22:21:51 +0000 |
commit | ff1164ae948e614132781432ce613e5cad4c2a9d (patch) | |
tree | d3cead59e20830a41a91ab969ed44f1b7dc015b3 /ecomp-sdk/pom.xml | |
parent | d69d2a56314c4335fff6bd524e186852a69ca2f6 (diff) |
Repair site/url property for Javadoc
New value is
<url>dav:${nexusproxy}/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</url>
Issue: PORTAL-89
Change-Id: I21d4bdb17a94b55e5a67b1edc29c02d493670562
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 b7801e90..a22b28b9 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -171,7 +171,7 @@ <!-- Javadocs --> <site> <id>ecomp-site</id> - <url>dav:${nexusproxy}${sitePath}</url> + <url>dav:${nexusproxy}/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</url> </site> </distributionManagement> |