From: Christopher Lott (cl778h) Date: Thu, 19 Oct 2017 22:20:43 +0000 (-0400) Subject: Repair site/url property for Javadoc X-Git-Tag: v1.3.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ff1164ae948e614132781432ce613e5cad4c2a9d;p=portal%2Fsdk.git Repair site/url property for Javadoc New value is dav:${nexusproxy}/content/sites/site/${project.groupId}/${project.artifactId}/${project.version} Issue: PORTAL-89 Change-Id: I21d4bdb17a94b55e5a67b1edc29c02d493670562 Signed-off-by: Christopher Lott (cl778h) --- 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 @@ ecomp-site - dav:${nexusproxy}${sitePath} + dav:${nexusproxy}/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}