From b082bdf0fedc890f5687a3c4dc28bb37e784c9fc Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Thu, 19 Oct 2017 18:20:43 -0400 Subject: [PATCH] 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 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} -- 2.16.6