Re: Is it possible to disable default repo [m2]

2005-10-14 Thread Arik Kfir
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,

Re: Is it possible to disable default repo [m2]

2005-10-14 Thread Brett Porter
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

Re: Is it possible to disable default repo [m2]

2005-10-14 Thread Arik Kfir
cool! On 10/14/05, Brett Porter [EMAIL PROTECTED] wrote: 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

RE: Is it possible to disable default repo [m2]

2005-10-14 Thread Russell, Mark
Perfect. I believe that fixed my last remaining issue Thanks, MAR -Original Message- From: Arik Kfir [mailto:[EMAIL PROTECTED] Sent: Friday, October 14, 2005 8:35 AM To: Maven Users List Subject: Re: Is it possible to disable default repo [m2] cool! On 10/14/05, Brett Porter [EMAIL