Dennis,
 Since you're on Windoze, do you have an "ssh" executable on the command
line?  If you open up the terminal you use to deploy (in my case,
start->run->cmd), you should be able to type "ssh" and "scp" and get an
application that executes.  If you get an unrecognized executable error, you
need to change the pom to scpexe and define your sshexecutable and
scpexecutable.  I also agree with Brett, using shared keys is the way to go.

Todd

On 9/25/06, Brett Porter <[EMAIL PROTECTED]> wrote:

Are you sure the server id is correct?

Generally, we don't use the SSH password in settings.xml anyway - you
should have a private key.

- Brett

On 25/09/2006, at 2:55 PM, Dennis Lundberg wrote:

> Emmanuel Venisse wrote:
>> interactive mode doesn't work with release:perform. You need to
>> set your password in settings.xml
>
> When I try that I get the same results as before.
>
> Note that I want interactive mode for wagon (ssh), not for scm
> (svn). The scm part of the release works fine and it checks out the
> correct tag from svn.
>
>> Emmanuel
>> Dennis Lundberg a écrit :
>>> Brett Porter wrote:
>>>> I'd suggest trying a deploy of the snapshot first, as it'll be
>>>> more convenient than testing the release:perform step each way.
>>>
>>> Deploying a snapshot works without trouble. I just tried it again
>>> to make sure. It interactively prompts me for my password
>>> whenever it needs it.
>>>
>>> But, deploy:deploy seems to be run from inside release:perform in
>>> some way. Perhaps I need to tell it to use interactive mode somehow?
>>>
>>>> I guess this is another area we need to document in our
>>>> development process (I'm thinking we need a "developer centre"
>>>> too...)
>>>
>>> :)
>>>
>>> I'm keeping track of my progress on this and will update the wiki
>>> document when I'm done.
>>>
>>>> Cheers,
>>>> Brett
>>>>
>>>> On 25/09/2006, at 6:16 AM, Dennis Lundberg wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> I need some help using the maven-release-plugin. I'm trying to
>>>>> release the maven-changes-plugin (my first release).
>>>>>
>>>>>   release:prepare
>>>>>
>>>>> went well, but when I do
>>>>>
>>>>>   release:perform
>>>>>
>>>>> it hangs at deploy:deploy
>>>>>
>>>>> I'm using maven 2.0.5-SNAPSHOT on Windows XP. It checks out the
>>>>> correct tag from svn.
>>>>>
>>>>> Anyone know what I'm doing wrong?
>>>>>
>>>>> --Dennis Lundberg
>>>>>
>>>>> ------------------------------------------------------------------
>>>>> ---
>>>>> 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]
>
>
> --
> Dennis Lundberg
>
>
> ---------------------------------------------------------------------
> 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