Hi,

> The problem is : when I try to deploy (upload) a jar using this command
> line :
> 
> 
> 
> >mvn deploy:deploy-file -Dfile=./lib/asm-1.5.3.jar
> -DrepositoryTd=proximity \         
> 
>          
> -Durl=scp://localhost:8080/px-webapp-default-1.0.0-RC8/repository   \
> 
>           -DartifactId=asm -DgroupId=asm -Dversion=1.5.3 -Dpackaging=jar
> -e

I don't use Proximity, but I wondered why you try to deploy the artifact via 
SSH to your repository that is accessible via HTTP...? Shouldn't the URL start 
with http://, webdav:// or similar?


HTH

Thorsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to