Hi, Same problem here. It also happen with passphase here. I had to setup a public/private key with no passphase to deploy.
[]'s On 4/10/06, Roland Kofler <[EMAIL PROTECTED]> wrote: > Tried this, but the sam error. > > the stange thing is maven always promts me with "Password: : ", i.e. > double colons > And the password you type is visible at the console. > > [INFO] [deploy:deploy] > [INFO] Retrieving previous build number from systemone-repository > Password: : xyz > Password: : xyz > Uploading: > scp://development1/var/www/repository/at/systemone/systemone/1.0-SNAPSHOT/systemone-1.0-20060410.114248-3.pom > 8K uploaded > [INFO] Retrieving previous metadata from systemone-repository > Password: : > > Do you expirience the same if you don't put passwords in your settings.xml? > thanks, > Roland > > > > Stephen Duncan schrieb: > > Due to a server change/security settings change, I now use sftp://, > > but had previously used scp:// with success. > > > > -Stephen > > > > On 4/10/06, Roland Kofler <[EMAIL PROTECTED]> wrote: > > > >> Hi, I use <url>scp://... andI believe this is a standard java SCP that > >> is part of maven dist. I don't want to use a native SCP because we > >> develop in a heterogenous environment. Also my aim is to produce as > >> minimal configuration hassle as possible for my coworkers. Everybode > >> else use scpexe? At least the list messages almost suggest this. > >> > >> Regards, > >> Roland > >> > >> Jörg Schaible schrieb: > >> > >>> Hi Roland, > >>> > >>> What are you using as scp? There are quite some packages, starting with > >>> PuTTY, native OpenSSH and Cygwin's version of it. > >>> > >>> - Jörg > >>> > >>> Roland Kofler wrote on Friday, April 07, 2006 5:44 PM: > >>> > >>> > >>> > >>>> Thanks again. I have a .ssh dir in my home folder. but he complains > >>>> aubout a password at every deploy. > >>>> I am so sad that I can't use full deployment fancy, plz help. > >>>> > >>>> Roland > >>>> > >>>> > >>>> Kaare Nilsen schrieb: > >>>> > >>>> > >>>>> I have had that problem on windows, but not on unix/linux. > >>>>> Seems like the scp plugin thingy does not create the .ssh directory > >>>>> under c:\documents and settings or whatever\username > >>>>> So if you manually create that directory yourself and then run your > >>>>> stuff it should work. (well that is if you are on windows) > >>>>> > >>>>> /Kaare > >>>>> > >>>>> On 07/04/06, Roland Kofler <[EMAIL PROTECTED]> wrote: > >>>>> > >>>>> > >>>>> > >>>>>> Thanks, tried to set > >>>>>> > >>>>>> > >>>> <interactiveMode>false</interactiveMode> , but > >>>> > >>>> > >>>>>> didn't work , always promting for pwd... > >>>>>> > >>>>>> Roland > >>>>>> > >>>>>> Geoffrey De Smet schrieb: > >>>>>> > >>>>>> > >>>>>> > >>>>>>> With me it works, but I remember I had to comment out > >>>>>>> interactiveMode is true in my settings.xml > >>>>>>> > >>>>>>> Roland Kofler wrote: > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>>> Really, I don't get it. Why scp still asks me for a password when > >>>>>>>> I have > >>>>>>>> > >>>>>>>> settings.xml: > >>>>>>>> > >>>>>>>> <server> > >>>>>>>> <id>systemone-repository</id> > >>>>>>>> <username>lalala</username> > >>>>>>>> <password>lalala</password> > >>>>>>>> </server> > >>>>>>>> > >>>>>>>> and pom.xml: > >>>>>>>> > >>>>>>>> <distributionManagement> > >>>>>>>> <repository> > >>>>>>>> <id>systemone-repository</id> > >>>>>>>> <name>System One Repository</name> > >>>>>>>> <url>scp://development1/var/www/repository/</url> > >>>>>>>> </repository> > >>>>>>>> > >>>>>>>> Why deploy goal continues to ask me for passwords every time? > >>>>>>>> I don't want to use scpexe with keys and ssh-agent as I want to > >>>>>>>> keep configuration of developer machines as slim as possible > >>>>>>>> > >>>>>>>> strange is also that i have to set ssh-wagon-alpha-7 explicitly. > >>>>>>>> this should be the default for 2.0.3 not? > >>>>>>>> > >>>>>>>> thanks, > >>>>>>>> Roland > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>> --------------------------------------------------------------------- > >>>> > >>>> > >>>>>> 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] > >>>> > >>>> > >>> --------------------------------------------------------------------- > >>> 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] > >> > >> > >> > > > > > > -- > > Stephen Duncan Jr > > www.stephenduncanjr.com > > > > --------------------------------------------------------------------- > > 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] > > -- "Nobody knows who i really am I never felt this empty before And if I never need someone to come along Who's gonna comfort me and keep me strong?" -- Marcell Manfrin Barbacena [EMAIL PROTECTED] MSN Messenger: [EMAIL PROTECTED] ICQ UIN: 63671762 Skype: callto://marcell84bruk +55 (83) 8808-8555 (Oi) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
