Re: environment variable for location of settings.xml?

2007-08-29 Thread Baz
Got it. Just to confirm since i cannot find anything such as an environment variable. Thanks On 8/28/07, Wayne Fay [EMAIL PROTECTED] wrote: Other than -s, nothing else is built in. Of course, you can easily alter the mvn.bat file for your company and add other parameters, check for

environment variable for location of settings.xml?

2007-08-28 Thread Baz
All, Does maven 2.x looking at any environment variables for the location of settings.xml? I know the default location is user_home_dir/.m2 but I want to be able to change the default behavior when you type mvn. Thanks. B.

Re: environment variable for location of settings.xml?

2007-08-28 Thread Wayne Fay
mvn -? -s,--settings Alternate path for the user settings file Wayne On 8/28/07, Baz [EMAIL PROTECTED] wrote: All, Does maven 2.x looking at any environment variables for the location of settings.xml? I know the default location is user_home_dir/.m2 but I want to be able to

Re: environment variable for location of settings.xml?

2007-08-28 Thread Wayne Fay
Other than -s, nothing else is built in. Of course, you can easily alter the mvn.bat file for your company and add other parameters, check for environment variables etc. But then you need to make sure everyone is running your modified mvn.bat file. Wayne On 8/28/07, Baz [EMAIL PROTECTED] wrote:

Re: environment variable for location of settings.xml?

2007-08-28 Thread Baz
Wayne, Thanks for your reply. If I dont use -s then it will only look at user_home/.m2 ? No environment variable will change this behaviour right? B. On 8/28/07, Wayne Fay [EMAIL PROTECTED] wrote: mvn -? -s,--settings Alternate path for the user settings file Wayne On