1 juillet 2006 09:20
> À : dev@maven.apache.org
> Objet : Remote Deployment
>
> hi
> i am facing the problem of how we can deploy the war
> file in remote server using http ,the tomcate plugin is not
> working in our case which i found and downloaded from the codezar sit
hi
i am facing the problem of how we can deploy the war file in remote
server using http ,the tomcate plugin is not working in our case which i
found and downloaded from the codezar sit
The second problem i am facing is that how i can take check out from maven
so that the source is check out
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
'