diff options
author | 2017-10-03 13:16:17 +0000 | |
---|---|---|
committer | 2017-10-03 13:16:17 +0000 | |
commit | 0cc41676c5b5ba92ca749afcbdcf3bce928c2a43 (patch) | |
tree | 8c02ebbea6dcda99c23c850fa22f47bd24ce3ffe /pom.xml | |
parent | 76d7498cfb6a1b463f5f6ff179a198bce7749adb (diff) | |
parent | 411ee86e0d4fd8b0cdf2ea5b035f8e398d0424c2 (diff) |
Merge "Fix stage site jenkins job for sdc" into release-1.1.0
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> |