setting a repository and a plugin repository in your pom/settings with an id of "central" will override the built in one.
you can also add a mirror definition in your settings.xml file that will use your repository instead of the remote one, for example, when you are using maven-proxy. - Brett On 10/14/05, Arik Kfir <[EMAIL PROTECTED]> wrote: > Yes we need this too, for offline sites. > > The way we did this for m1 is to hack the 'maven.jar' file in the > installation, and edit the 'default.properties' file. Is there a > better way? > > On 10/14/05, Russell, Mark <[EMAIL PROTECTED]> wrote: > > Is it possible, either in the pom.xml or the settings.xml, to tell maven > > not to use the ibiblio repository? > > > > > > > > Prefer a method of doing this in the pom.xml, but would consider one in > > the settings.xml. > > > > > > > > > > > > > > > > MAR > > > > > > > > --------------------------------------------------------------------- > 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]
