GitHub user nigelsim opened a pull request:
https://github.com/apache/maven-wagon/pull/18
Implemented mkdirs method to use the webdav MKCOL HTTP verb to create
directories
This implements the mkdirs method so that the HTTP Wagon can function as a
replacement for the Jackrabbit WebDav Wagon, which is an advantage as the
HttpClient 4.x supports SNI and we also have better control over SSL handling.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nigelsim/maven-wagon master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-wagon/pull/18.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #18
----
commit e572ee823d47cfd7b79084ba53a85336c6139587
Author: Nigel Sim <[email protected]>
Date: 2014-12-22T22:52:04Z
Implemented mkdirs method to use the webdav MKCOL HTTP verb to create
directories.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]