Fix stage site jenkins job for sdc 43/26743/1 amsterdam
authorIdan Amit <ia096e@intl.att.com>
Tue, 3 Oct 2017 09:00:16 +0000 (12:00 +0300)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 21 Dec 2017 19:26:45 +0000 (11:26 -0800)
Fix stage site jenkins job for sdc-titan-cassandra

Change-Id: I7775a77ddfc03ff5b7b59a501d4a7d8fc5e77abd
Issue-ID: SDC-429
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index d645ecf..ed64c9c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                         </goals>
                     </execution>
                 </executions>
-            </plugin>                  
-           <plugin>
-               <groupId>org.sonatype.plugins</groupId>
-               <artifactId>nexus-staging-maven-plugin</artifactId>
-               <version>1.6.7</version>
-               <extensions>true</extensions>
-               <configuration>
-                       <nexusUrl>${nexusServer}</nexusUrl>
-                       <stagingProfileId>${staging.profile.id}</stagingProfileId>
-                       <serverId>ecomp-staging</serverId>
-               </configuration>
-           </plugin>
+            </plugin>          
+                   <plugin>
+                               <groupId>org.sonatype.plugins</groupId>
+                               <artifactId>nexus-staging-maven-plugin</artifactId>
+                               <version>1.6.7</version>
+                               <extensions>true</extensions>
+                               <configuration>
+                                       <nexusUrl>${nexusServer}</nexusUrl>
+                                       <stagingProfileId>${staging.profile.id}</stagingProfileId>
+                                       <serverId>ecomp-staging</serverId>
+                               </configuration>
+                   </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 JDK compiler version.                      -->
             <!-- ================================================== -->