Updated Branches: refs/heads/master 5ba0b020e -> 70b98117e
Document that wagon-webdav-jackrabbit now requires Java 1.6 to run. Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/70b98117 Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/70b98117 Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/70b98117 Branch: refs/heads/master Commit: 70b98117ebc7064d89947282eca3f86b41fec977 Parents: 5ba0b02 Author: Dennis Lundberg <denn...@apache.org> Authored: Mon Nov 19 21:59:41 2012 +0100 Committer: Dennis Lundberg <denn...@apache.org> Committed: Mon Nov 19 21:59:41 2012 +0100 ---------------------------------------------------------------------- .../wagon-webdav-jackrabbit/src/site/apt/index.apt | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/70b98117/wagon-providers/wagon-webdav-jackrabbit/src/site/apt/index.apt ---------------------------------------------------------------------- diff --git a/wagon-providers/wagon-webdav-jackrabbit/src/site/apt/index.apt b/wagon-providers/wagon-webdav-jackrabbit/src/site/apt/index.apt index 413607f..d082d01 100644 --- a/wagon-providers/wagon-webdav-jackrabbit/src/site/apt/index.apt +++ b/wagon-providers/wagon-webdav-jackrabbit/src/site/apt/index.apt @@ -3,7 +3,7 @@ ------ Carlos Sanchez ------ - 2006-10-16 + 2012-11-19 ------ ~~ Licensed to the Apache Software Foundation (ASF) under one @@ -29,14 +29,15 @@ Maven Wagon WebDAV This project is an implementation of Wagon provider for WebDAV server access. + You will need to use at least Java 1.6 if you want to use this Wagon provider. It enables Maven to deploy artifacts and files to WebDAV enabled servers. Getting files from WebDAV servers is not fully tested. -Features +* Features * Deploy files and directories to WebDAV enabled servers -System Properties +* System Properties - Using -Dwagon.webdav.continueOnFailure=true will continue deploying other files even if one fail. + Using <<<-Dwagon.webdav.continueOnFailure=true>>> will continue deploying other files even if one fail.