From ff1164ae948e614132781432ce613e5cad4c2a9d Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Thu, 19 Oct 2017 18:20:43 -0400 Subject: 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) --- ecomp-sdk/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit 1.2.3-korg