aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-10-03 13:16:06 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-03 13:16:06 +0000
commitef116017a530bb0b841662c4123016dbb0bcca6c (patch)
tree6782e468bc9e9e4df788fb35a85978058089214e
parent689455b6a32cba3e7a7d37dab30ad386037891ee (diff)
parent86e98e7ae4927462a2a26a8055ac0e401c9fef2c (diff)
Merge "Fix stage site jenkins job for sdc"
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ef5f5f0001..6957c5d28d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,6 +268,19 @@
</execution>
</executions>
</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 deployment repositories properties. -->
<plugin>