summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-10-23 10:47:36 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-10-23 10:48:26 -0400
commitad84865eb5b660486b30c53b7eb7c6d97d9ba00e (patch)
tree8de19ae8afe0121c3e9078cef08da5e4f24c69a2
parentb082bdf0fedc890f5687a3c4dc28bb37e784c9fc (diff)
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) <clott@research.att.com>
-rw-r--r--ecomp-sdk/pom.xml18
1 files changed, 18 insertions, 0 deletions
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 @@
</profiles>
<build>
+ <pluginManagement>
+ <plugins>
+ <!-- maven-site-plugin config is provided by OParent -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.6</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav-jackrabbit</artifactId>
+ <version>2.10</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
<plugins>
<!-- Compile to Java 1.8 class output format -->