RE: Remote Deployment

2006-07-31 Thread Cabasson Denis
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

Remote Deployment

2006-07-31 Thread neeraj bisht
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

Re: problems with remote deployment

2005-04-11 Thread artur
Thanks My mistake :))

Re: problems with remote deployment

2005-04-11 Thread Brett Porter
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)

problems with remote deployment

2005-04-11 Thread artur
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 '