There isn't one. Maven currently doesn't handle password prompting on deploy.
You'll need to use ssh-agent or authorized keys -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "khote" <[EMAIL PROTECTED]> wrote on 07/08/2003 02:53:08 AM: > 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] >
