From: Christopher Lott (cl778h) Date: Thu, 19 Oct 2017 22:20:43 +0000 (-0400) Subject: Repair site/url property for Javadoc X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b082bdf0fedc890f5687a3c4dc28bb37e784c9fc;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 295eff6b..f8d02874 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}