You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by nigelsim <gi...@git.apache.org> on 2014/12/23 01:07:45 UTC

[GitHub] maven-wagon pull request: Implemented mkdirs method to use the web...

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 <ni...@gmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] maven-wagon issue #18: Implemented mkdirs method to use the webdav MKCOL HTT...

Posted by michael-o <gi...@git.apache.org>.
Github user michael-o commented on the issue:

    https://github.com/apache/maven-wagon/pull/18
  
    Is this a complete replacement for Jackrabbit for the Wagon provider?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] maven-wagon issue #18: Implemented mkdirs method to use the webdav MKCOL HTT...

Posted by michael-o <gi...@git.apache.org>.
Github user michael-o commented on the issue:

    https://github.com/apache/maven-wagon/pull/18
  
    One could also consider merging both and differentiate only by the URL, if this is possible.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org