Re: How can i connect to a password protected repository?

2007-02-06 Thread Maruf Aytekin
Andy, many thanks for the help. It works now. -Maruf Andrew Williams wrote: You need to setup a pluginRepositories section too Andy On 5 Feb 2007, at 16:03, Maruf Aytekin wrote: Hi, Thanks for the help. I am doing something wrong here I guess. I have set the username and password in

Re: How can i connect to a password protected repository?

2007-02-05 Thread Andrew Williams
In settings.xml - something like servers server idinternal/id username.../username password.../password /server /servers Andy Maruf Aytekin wrote: I would like to set a password protected repository. In order to download from repository you need to enter usernae and password to

Re: How can i connect to a password protected repository?

2007-02-05 Thread Maruf Aytekin
I think this is for deploying artifacts. and the settings are the settings to login the server. I have an http server running to serve my artifact repository username and passsword protected. I found this solution usses url with username and password: repository idinternal/id

Re: How can i connect to a password protected repository?

2007-02-05 Thread Rodrigo Ruiz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 No, Andrew was right. The servers/server entry in settings.xml is for any remote server. Just give it a try ;-) Cheers, Rodrigo Ruiz Maruf Aytekin wrote: I think this is for deploying artifacts. and the settings are the settings to login the

Re: How can i connect to a password protected repository?

2007-02-05 Thread Maruf Aytekin
Hi, Thanks for the help. I am doing something wrong here I guess. I have set the username and password in settings.xml and configured pom.xml as below. I can deploy the files successfully but I cannot read from the repository. It checks internal but doesn't download the plugin from internal.

Re: How can i connect to a password protected repository?

2007-02-05 Thread Maruf Aytekin
Hi, Thanks for the help. I am doing something wrong here I guess. I have set the username and password in settings.xml and configured pom.xml as below. I can deploy the files successfully but I cannot read from the repository. It checks internal but doesn't download the plugin from internal.

Re: How can i connect to a password protected repository?

2007-02-05 Thread Andrew Williams
You need to setup a pluginRepositories section too Andy On 5 Feb 2007, at 16:03, Maruf Aytekin wrote: Hi, Thanks for the help. I am doing something wrong here I guess. I have set the username and password in settings.xml and configured pom.xml as below. I can deploy the files successfully