diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-10-03 12:00:16 +0300 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-12-21 11:26:45 -0800 |
commit | 29e94922fd62758ff48c2176aedf092bcd97de3b (patch) | |
tree | 3f5e91bb6ccd2e21a53a270b974e3c90749929eb | |
parent | 5c22fb8b048a3a7c928202a0a314e44daa1bdaa4 (diff) |
Fix stage site jenkins job for sdcamsterdam
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>
-rw-r--r-- | pom.xml | 36 |
1 files changed, 24 insertions, 12 deletions
@@ -404,18 +404,30 @@ </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. --> <!-- ================================================== --> |