From 5eb302b890ef11d7bab5b27b91c77c5d9175a7f4 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Mon, 23 Oct 2017 19:43:45 -0400 Subject: Define DAV protocol for stage plugin This was missed in the previous commit, somehow. Issue: PORTAL-89 Change-Id: Ia0482f5b77e4ec3107669b71422a6d660e685308 Signed-off-by: Christopher Lott (cl778h) --- ecomp-sdk/pom.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index b7801e90..d6a0d98b 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -77,6 +77,24 @@ + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + + @@ -171,7 +189,7 @@ ecomp-site - dav:${nexusproxy}${sitePath} + dav:${nexusproxy}/content/sites/site/${project.groupId}/${project.artifactId}/${project.version} -- cgit 1.2.3-korg