the only way to prevent maven from asking thousand times for a password is to use publik key auth for ssh. neither creating .ssh in homedirectory nor set server informations in ~/.m2/settings.xml helped.
during testing i encountered another problem ... the filepermissions which are set in settings.xml are not send correct to ssh server. i read anywhere that this is a reported bug in wagon-ssh-external ... is there clear with which release this bug would be fixed? my only workaround was that all devs must deploy with the same user, so the default ssh file creation mask is working. thx for replies eckobar wrote: > > hi everybody! > > i am new to maven and have a little problem.... > > i have a distribution repository which uses scp, server infos username + > password is set in settings.xml, but when i make "mvn deploy" i must enter > password for each aktion, but at the end everything is OK. problem is that > for a simple deploy i must enter 20 times the same password ... whats > wrong? > -- View this message in context: http://www.nabble.com/must-enter-20-times-same-password-during-deploy-tf3252968s177.html#a9069811 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
