> -----Original Message----- > From: Vikas Phonsa [mailto:[EMAIL PROTECTED] > Sent: Friday, October 17, 2003 12:31 PM > 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.
driver.properties in *in* maven.jar I need to take a look > at > the maven.repo.remote variable. > it is defined in defaults.properties -- also in maven.jar > I need to downloaded dependency jars from multiple repository location and > not from one centralized location. > > How can I do that ? > > Please guide. Add a $HOME/build.properties with the following entry: maven.repo.remote=http://some.url, http://www.ibiblio.org/maven You may need to specify maven.proxy.host, port, userid & password if you're behind a firewall. > > Vikas > Sri --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
