Thanks
My mistake :))
This sounds like a Maven 1.0 problem. You should be posting to
users@maven.apache.org
You are missing "myrepo." from the directory, username and password
properties. (ie maven.repo.myrepo.directory, etc).
If this does not help, please post more of the context around that error
(to the users list)
Hi ,
I try to deploy a project in the remote repository with "maven jar:deploy"
file build.properties contains :
'maven.repo.list=myrepo
maven.repo.myrepo=ftp://myIP
maven.repo.directory=maven_tests
maven.repo.username=myuser
maven.repo.password=mypass'
unfortunately i receive following error
'