[java-parent-project-v3] 02/02: INFRA-110 - Add Maven Wagon WebDAV dependency to maven-site-plugin.

Tom Zeller tzeller at dragonacea.biz
Mon May 9 16:56:24 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

commit c3edba6147dc5a8fde083a07207e896474df1e27
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon May 9 15:55:52 2016 -0500

    INFRA-110 - Add Maven Wagon WebDAV dependency to maven-site-plugin.
    
    Used to deploy the site.
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3403bb0..03856e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -575,6 +575,13 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
                     <version>3.5.1</version>
+                    <dependencies>
+                        <dependency>
+                            <groupId>org.apache.maven.wagon</groupId>
+                            <artifactId>wagon-webdav-jackrabbit</artifactId>
+                            <version>2.10</version>
+                        </dependency>
+                    </dependencies>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list