Fix stage site jenkins job for sdc
Fix stage site jenkins job for sdc-master
Change-Id: I1e7a49417a52bb5129fb24da5591b48589855b92
Issue-Id: SDC-429
Signed-off-by: Idan Amit <ia096e@intl.att.com>
diff --git a/pom.xml b/pom.xml
index ef5f5f0..6957c5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,6 +268,19 @@
</execution>
</executions>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.4</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav-jackrabbit</artifactId>
+ <version>2.10</version>
+ </dependency>
+ </dependencies>
+ </plugin>
<!-- Set the deployment repositories properties. -->
<plugin>