From 29e94922fd62758ff48c2176aedf092bcd97de3b Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Tue, 3 Oct 2017 12:00:16 +0300 Subject: 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 Signed-off-by: Jessica Wagantall --- pom.xml | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index d645ecf..ed64c9c 100644 --- a/pom.xml +++ b/pom.xml @@ -404,18 +404,30 @@ - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusServer} - ${staging.profile.id} - ecomp-staging - - + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusServer} + ${staging.profile.id} + ecomp-staging + + + + org.apache.maven.plugins + maven-site-plugin + 3.4 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + -- cgit 1.2.3-korg