Hi, I am testing deploy:deploy-file to out internal repository. This is my settings:
<interactiveMode>true</interactiveMode> .... <server> <id>ssh-server</id> <username>root</username> <password>ugly</password> <configuration> <sshExecutable>D:\Progra~1\Utils\Putty\plink</sshExecutable> <scpExecutable>D:\Progra~1\Utils\Putty\pscp</scpExecutable> <sshArgs>-P 2222</sshArgs> <scpArgs>-P 2222</scpArgs> </configuration> </server> I have maven 2.0.4 on Windows NT. With the settings above the deploy-file works fine. When I remove the <password> I expect that maven will prompt for it. Instead I get: [INFO] Error deploying artifact: Error executing command for transfer Exit code 1 - Using keyboard-interactive authentication. FATAL ERROR: Unable to authenticate The -e did not helped. Should Maven prompt for the password? Thanks, Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
