GitHub user sebthom opened a pull request:

    https://github.com/apache/maven-wagon/pull/28

    Add support for detecting and using of KiTTY's klink.exe and kscp.exe

    KiTTY is a PuTTY fork available at http://www.9bis.net/kitty/
    
    When using KiTTY's klink.exe/kscp.exe instead of PuTTY's 
plink.exe/pscp.exe, the ScpExternalWagon implementation passes the command line 
arguments "-o BatchMode yes" to these executables which fail with "unknown 
option -o".
    
    This patch changes the ScpExternalWagon class to treat KiTTY executables 
like PuTTY executables.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sebthom/maven-wagon patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-wagon/pull/28.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 #28
    
----
commit f32244a0fea48bfc81a6876a89ef5af410c9b1e4
Author: Sebastian Thomschke <sebt...@users.noreply.github.com>
Date:   2016-10-27T17:17:50Z

    Add support for detecting and using of KiTTY's klink.exe and kscp.exe
    
    KiTTY is a PuTTY fork available at http://www.9bis.net/kitty/
    
    When using KiTTY's klink.exe/kscp.exe instead of PuTTY's 
plink.exe/pscp.exe, the ScpExternalWagon implementation passes the command line 
arguments "-o BatchMode yes" to these executables which fail with "unknown 
option -o".
    
    This patch changes the ScpExternalWagon class to treat KiTTY executables 
like PuTTY executables.

----


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

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

Reply via email to