diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-10-03 12:00:16 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-10-03 12:00:16 +0300 |
commit | baeee36a30b042ca7c7333f850eafc86cd8db496 (patch) | |
tree | 2bccf12695f0dca0bd5b89926dbaa2ce05f16b57 | |
parent | 2beed59143bf471fe969be63815e1a655b034ebe (diff) |
Fix stage site jenkins job for sdc
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>
-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. --> <!-- ================================================== --> |