aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-10-03 13:16:17 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-03 13:16:17 +0000
commit0cc41676c5b5ba92ca749afcbdcf3bce928c2a43 (patch)
tree8c02ebbea6dcda99c23c850fa22f47bd24ce3ffe
parent76d7498cfb6a1b463f5f6ff179a198bce7749adb (diff)
parent411ee86e0d4fd8b0cdf2ea5b035f8e398d0424c2 (diff)
Merge "Fix stage site jenkins job for sdc" into release-1.1.0
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2df87750f8..9092b29859 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>