Fix stage site jenkins job for sdc 09/17009/1
authorIdan Amit <ia096e@intl.att.com>
Tue, 3 Oct 2017 11:33:32 +0000 (14:33 +0300)
committerIdan Amit <ia096e@intl.att.com>
Tue, 3 Oct 2017 11:34:08 +0000 (14:34 +0300)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 2df8775..9092b29 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        </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>