diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-10-03 14:29:28 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-10-03 14:29:28 +0300 |
commit | 86e98e7ae4927462a2a26a8055ac0e401c9fef2c (patch) | |
tree | 6beb316ae846440725162580390557144b541d42 /pom.xml | |
parent | a51a886ba196336d958445b07b0011186dab4a6a (diff) |
Fix stage site jenkins job for sdc
Fix stage site jenkins job for sdc-master
Change-Id: I1e7a49417a52bb5129fb24da5591b48589855b92
Issue-Id: SDC-429
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'pom.xml')
-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> |