You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marcin Gurbisz <Ma...@pentacomp.com.pl> on 2004/05/11 16:12:25 UTC

sftp deploying artifacts problem

Hi,

I've got a problem with deploy goal. I use following settings in 
properties.xml:
maven.repo.remote=http://www.ibiblio.org/maven,http://www.pentacomp.pl/maven
maven.repo.list=pentarepo
maven.repo.pentarepo=sftp://192.168.3.6
maven.repo.pentarepo.username=mgu
maven.repo.pentarepo.password=xxx
maven.repo.pentarepo.directory=/opt/maven
maven.repo.pentarepo.port=22

Everythink seems to be OK, but there are no files on the server after 
all. Do you have any idea?.
Maven logs:

Will deploy to 1 repository(ies): pentarepo
Deploying to repository: pentarepo
host: '192.168.3.6'
Deploying: 
D:\pentacomp\maven\sandbox\ejb-nazwa\project.xml-->maven-example/poms/nazwa-ejb-1.0-SNAPSHOT.pom
##
Deploying: 
D:\pentacomp\maven\sandbox\ejb-nazwa\project.xml.md5-->maven-example/poms/nazwa-ejb-1.0-SNAPSHOT.pom.md5
#
Will deploy to 1 repository(ies): pentarepo
Deploying to repository: pentarepo
host: '192.168.3.6'
Deploying: 
D:\pentacomp\maven\sandbox\ejb-nazwa\target\nazwa-ejb-1.0-SNAPSHOT.jar-->maven-example/ejbs/nazwa-ejb-1.0-SNAPSHOT.jar
#####
Deploying: 
D:\pentacomp\maven\sandbox\ejb-nazwa\target\nazwa-ejb-1.0-SNAPSHOT.jar.md5-->maven-example/ejbs/nazwa-ejb-1.0-SNAPSHOT.jar.md5
#
BUILD SUCCESSFUL
Total time: 14 seconds
Finished at: Tue May 11 15:56:37 CEST 2004

Marcin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org