If you define your maven-proxy repository with <id>central</id> it will override the one built into Maven.
However the real solution you are looking for is to be able to say "my maven-proxy repo is what I use instead of ibiblio". This requires the mirror concept that can be put into settings.xml, which is currently targetted for alpha-2 but not done yet. Helpers are welcome ;) Cheers, Brett On 4/27/05, J�rg Schaible <[EMAIL PROTECTED]> wrote: > Hi Peter, > > Peter van de Hoef wrote on Wednesday, April 27, 2005 1:59 PM: > > >> Can I prevent M2 fropm looking at ibiblio at all ? Necessary if > >> you've working with maven-proxy. > >> > > > > I don't think so. You could try to run M2 with the -o flag. I > > think repo's on the file system are still used. > > Well, with maven-proxy you are not "offline". > > Brett, can you clarify? > > - J�rg > > --------------------------------------------------------------------- > 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]
