Fix stage site jenkins job for sdc 95/16995/1
authorIdan Amit <ia096e@intl.att.com>
Tue, 3 Oct 2017 09:00:16 +0000 (12:00 +0300)
committerIdan Amit <ia096e@intl.att.com>
Tue, 3 Oct 2017 09:00:16 +0000 (12:00 +0300)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 3a185ff..5551002 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.                      -->
             <!-- ================================================== -->