Re: deploy with scp

2007-11-21 Thread n2000
Try to set PasswordAuthentication yes in file /etc/ssh/sshd_config on your ssh server where your maven repository is installad. Ravinder Singh-3 wrote: > > I am trying to do do a deploy without user interaction (through > continuum). > Currently I am testing deploy for the project. But I am

Re: Deploy with scp in maven2

2005-04-13 Thread Brett Porter
Server example: http://maven.apache.org/maven2/configuration.html POM example: my-id-that-matches-server-id scp://hostname/path/to/repository Cheers, Brett On 4/14/05, Ilyevsky, Leonid (Equity Trading) <[EMAIL PROTECTED]> wrote: > I want to use scp for deployment. Does it work no