I looked at the plugin.jelly a while back, but didn't see anyplace to specify a password. Instead, I setup a key on the server to allow me to ssh in without a password prompt.
Don't know if you are in a position to do this, but here is a page that gives a good description of the process: http://bumblebee.lcs.mit.edu/ssh2/. Jeff On Wed, 6 Aug 2003, at 09:53:08 [GMT -0700] khote wrote: > running "maven dist:deploy-src", and it runs fine, then just hangs. > run again with "maven -X dist:deploy-src" to see what's going on, I > discover it's executing > [exec] [DEBUG] Execute:Java13CommandLauncher: Executing 'ssh' with > arguments: > '-l' > 'kevin' > 'web1.ias.csusb.edu' > 'mkdir -p /www/chronhome/distributions' > Now all is well when I type: ssh -l kevin web1.ias.csusb.edu mkdir -p > /www/chronhome/distributions -- because I enter the password when prompted. > Where do I tell maven what my password is here? which property or property > descriptor is used? > I've been RTFM-ing long enough, can't find the answer. > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
