The following comment has been added to this issue:
Author: Joerg Schaible
Created: Thu, 15 Jul 2004 5:28 AM
Body:
> As a suggestion, using putty on windows is a better option than cygwin openssh.
Well, this depends heavily on your environment and your own preferences. But if you
already mension PuTTy, you should also mension how to set it up, to work with scpexe
at all:
maven.ssh.executable=plink
maven.ssh.options=-A -2 -ssh
maven.ssh.executable=pscp
maven.ssh.options=-2
So, what's easier ?
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPARTIFACT-28?page=comments#action_21802
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPARTIFACT-28
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPARTIFACT-28
Summary: scpexe fails on Cygwin
Type: Bug
Status: Unassigned
Priority: Critical
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-artifact-plugin
Versions:
1.4
Assignee:
Reporter: Joerg Schaible
Created: Wed, 14 Jul 2004 4:22 AM
Updated: Thu, 15 Jul 2004 5:28 AM
Environment: WinXP & Cygwin
Description:
New protocol scpexe is not compatible to old functionality in the deploy-plugin. It
fails now on Cygwin silently (BUILD SUCCEEDED). Debugging with -X reveals, that the
implementation uses now absolute instead of relative paths. Unfortunately something
like "C:\xxx\yyy" is interpreted as a file on host C. Using relative paths like
"xxx\yyy", there is no problem with Cygwin's scp.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]