Re: [ANN] Maven Artifact Plugin 1.5.2 released

2005-06-15 Thread Brett Porter
I think you want scpexe://. scp:// uses the built in Jsch provider. - Brett On 6/16/05, Daniel Frey [EMAIL PROTECTED] wrote: Hello I am using plink.exe, pscp.exe and the following properties: maven.repo.list = a maven.repo.a = scp://maven.a.ch maven.repo.a.directory = /data/maven

RE: [ANN] Maven Artifact Plugin 1.5.2 released

2005-06-15 Thread Jörg Schaible
Brett Porter wrote on Wednesday, June 15, 2005 5:54 PM: I think you want scpexe://. scp:// uses the built in Jsch provider. - Brett and plink has different options than standard ssh: maven.ssh.executable=plink maven.ssh.options=-A -2 -ssh maven.scp.executable=pscp maven.scp.options=-2 -