Yep. In the project.properties for your project, you need:
maven.repo.remote=http://jars.genscape.com,http://www.ibiblio.org/maven Important to add the ibiblio one by hand if you still want that. Also, I have noticed that this seems not to get noticed when you distribute to the repository, however I've not tried in a while [I distribute by hand] so it might be fixed by now. Hen On Mon, 7 Oct 2002, Nathan Coast wrote: > Hi, > > is it possible to have multiple repositories that maven will search for > dependencies? e.g. www.ibiblio...... for public jars and a private > repository for internal jar files. If you can, how do you do it? > > On a similar note, is it possible to configure a project to deploy to > this internal repository rather than to the ibiblio repository? > > cheers > Nathan > > > -- > 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]>
