From ad84865eb5b660486b30c53b7eb7c6d97d9ba00e Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Mon, 23 Oct 2017 10:47:36 -0400 Subject: Add "dav" protocol provider for site plugin To repair the failing "site" jobs that publish Javadoc Issue: PORTAL-89 Change-Id: I6cece20360050656f33645fc01fce7bd7c2b51b1 Signed-off-by: Christopher Lott (cl778h) --- ecomp-sdk/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index f8d02874..9c3cb582 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 + + + + + + -- cgit 1.2.3-korg