Brett, I just compiled the latest wagon, updated my POM to use
wagon-ssh-external 1.0-alpha-6-SNAPSHOT and ran a release:perform.  It
all worked except for this:

[WARNING] project information for scmtest-scmwar 1.10.14 could not be
retrieved from repository: webify due to an error: Exit code: 1 - pscp:
unknown option "-o"
      try typing just "pscp" for help

These are my settings:

    <server>
      <id>webify</id>
      <username>mperham</username>
      <privateKey>c:\mperham.ppk</privateKey>
        <configuration>
        <sshExecutable>plink</sshExecutable>
        <scpExecutable>pscp</scpExecutable>
      </configuration>
    </server>

Did I screw up something or is there still an outstanding scpexe bug
using pscp?

mike

-----Original Message-----
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 04, 2006 4:07 PM
To: Maven Users List
Subject: Re: Releasing: a nightmare

This is m2.

Mike, I've been working on it. scpexe with cygwin and plink is now
stable. I don't expect cygwin will be any faster, though - minutes for
that transfer sounds very unusual. Do you experience the same problem
outside of Maven?

I'm hoping to take a look at the session down issue too.

- Brett

On 1/5/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote:
> with m1 or m2 ?
>
> Arnaud
>
> On 1/4/06, Mike Perham <[EMAIL PROTECTED]> wrote:
> >
> > We are currently using snapshot builds for all our modules so 
> > changes propogate with each build.  We'd like to move to a 
> > release-based development process but I cannot find a wagon
transport which is stable.
> >
> > scp = session is down
> > scpexe/plink = a 50k transfer takes minutes
> >
> > All our dev boxes are Windows so we need something which works on 
> > windows.  What are people using with Windows?  The only thing I can 
> > think to try next is cygwin's scp.exe instead of plink.  Anyone have

> > that working?
> >
> > mike
> >
> > --------------------------------------------------------------------
> > - To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to