Add "dav" protocol provider for site plugin 63/20163/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Mon, 23 Oct 2017 14:47:36 +0000 (10:47 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Mon, 23 Oct 2017 14:48:26 +0000 (10:48 -0400)
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>
ecomp-sdk/pom.xml

index f8d0287..9c3cb58 100644 (file)
        </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 -->