Guys, Thanks for ur replies. I'm new to Maven and the repository system and might be doing something dumb. But Pls help me understand this. Whenever I have used repositories with ant or my ide I had to specify a string like this : :pserver:[EMAIL PROTECTED]:/home/cvspublic
And maven.repo.remote is supposed to be supplied with regular http URLs only. So I'm confused. What is the difference between giving values to maven.repo.remote as URL and specifying the pserver string in the <repository> element of the project.xml. My dependency jars would be located at different repository location that have different pserver string like this: :pserver:[EMAIL PROTECTED]:/home/cvsbr :pserver:[EMAIL PROTECTED]:/home/cvsGUI etc Thanks Vikas -----Original Message----- From: Scott Foster [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 10:02 AM To: 'Maven Users List' Subject: RE: Getting dependencies from mulitple repositories Check out this section from the user guide: http://maven.apache.org/reference/user-guide.html#Using%20Multiple%20Remote% 20Repositories Basically, you need to list your remote repositories separated by commas in the maven.repo.remote property. -----Original Message----- From: Vikas Phonsa [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 9:31 AM To: 'Maven Users List' Subject: Getting dependencies from mulitple repositories Hi Guys, I have read on the articles on Maven website about a driver.properties file that should be located in the bin directory under the Maven installation. I have installed Maven1.0rc1 but no such file exists. I need to take a look at the maven.repo.remote variable. I need to downloaded dependency jars from multiple repository location and not from one centralized location. How can I do that ? Please guide. Vikas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
