In your project.properties you can define: maven.repo.remote=http://www.ibiblio.com/maven/,http://some.where/else/,file :some/local/dir
The last one is particularly useful if you want to fool Maven to use a local file system as a remote repository. Cheers, Aslak > -----Original Message----- > From: Colin Sampaleanu [mailto:[EMAIL PROTECTED]] > Sent: 13. desember 2002 18:07 > To: Turbine Maven Users List > Subject: Is it possible to have an extra remote repository? > > > I am trying to set up Maven (CVS) with multiple, inter-related projects. > > Is it possible to set up Maven so that it still hits ibiblio for jars > listed in dependencies, but also tries to hit another remote repository > as well? There are some jars, for example an oracle jdbc thin driver, > which I would rather not have to force each developer to download and > place into their local maven repository manually. It is much easier for > the project administrator to keep another repository up to date with > these kinds of dependencies... > > Regards, Colin > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
