aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2017-10-03 14:29:28 +0300
committerIdan Amit <ia096e@intl.att.com>2017-10-03 14:29:28 +0300
commit86e98e7ae4927462a2a26a8055ac0e401c9fef2c (patch)
tree6beb316ae846440725162580390557144b541d42 /pom.xml
parenta51a886ba196336d958445b07b0011186dab4a6a (diff)
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ef5f5f0001..6957c5d28d 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>