diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-10-03 14:33:32 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-10-03 14:34:08 +0300 |
commit | 411ee86e0d4fd8b0cdf2ea5b035f8e398d0424c2 (patch) | |
tree | 90c97e4ec6ca6adc2e4fa5059e83279f81b7feb9 /pom.xml | |
parent | 1aaa2c9a76f80a5e10438aaa5aaab40db27ecdaf (diff) |
Fix stage site jenkins job for sdc
Fix stage site jenkins job for sdc-release.1.1.0
Change-Id: Ifd88adece2cab5921fe980ce5fc6a3cd37f8f288
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> |