Re: Configure Proxy based on location

2010-03-01 Thread Stephen Connolly
How about modifying your mvn script to check what your network is and launch maven with a property defined and configure your proxies pased on said property using profile activation? -Stephen On 1 March 2010 13:44, Patrick Turcotte wrote: > How about installing and running Nexus on your own com

Re: Configure Proxy based on location

2010-03-01 Thread Patrick Turcotte
How about installing and running Nexus on your own computer, pointing to your office first, and the world as a mirror? Patrick On 10-03-01 08:22 AM, Nick Klauer wrote: > More or less i've asked this on StackOverflow, but I was totally unaware of > the users mailing list, so I'm reposting here sin

Re: Configure Proxy based on location

2010-03-01 Thread Brett Porter
Generally you have two options, you can have different settings files for the locations, or run an instance of nexus on your own machine that proxies from your work environment. That way you always use the one on your local machine, and when you need the other artifacts they'll be checked for on

Configure Proxy based on location

2010-03-01 Thread Nick Klauer
More or less i've asked this on StackOverflow, but I was totally unaware of the users mailing list, so I'm reposting here since it's *probably* more appropriate: http://stackoverflow.com/questions/2354001/make-maven-proxy-server-settings-configurable-based-on-location What my issue boils down to