aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2017-10-03 14:33:32 +0300
committerIdan Amit <ia096e@intl.att.com>2017-10-03 14:34:08 +0300
commit411ee86e0d4fd8b0cdf2ea5b035f8e398d0424c2 (patch)
tree90c97e4ec6ca6adc2e4fa5059e83279f81b7feb9
parent1aaa2c9a76f80a5e10438aaa5aaab40db27ecdaf (diff)
Fix stage site jenkins job for sdc
Fix stage site jenkins job for sdc-release.1.1.0 Change-Id: Ifd88adece2cab5921fe980ce5fc6a3cd37f8f288 Issue-Id: SDC-429 Signed-off-by: Idan Amit <ia096e@intl.att.com>
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2df87750f8..9092b29859 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>