diff options
author | Michael Lando <ml636r@att.com> | 2017-10-03 13:16:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-03 13:16:06 +0000 |
commit | ef116017a530bb0b841662c4123016dbb0bcca6c (patch) | |
tree | 6782e468bc9e9e4df788fb35a85978058089214e | |
parent | 689455b6a32cba3e7a7d37dab30ad386037891ee (diff) | |
parent | 86e98e7ae4927462a2a26a8055ac0e401c9fef2c (diff) |
Merge "Fix stage site jenkins job for sdc"
-rw-r--r-- | pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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> |