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]