Jason Dillon wrote: > Yes Maven 2.0.x does allow you to configure a mirror for a repo, but > that is *not* what I am looking for. > > Also, there is no corporate proxy, if I has the luxury of such a proxy > for my users then this would not be an issue. The problem is that my > users are all of the folks who build Apache Geronimo... and I can't > force them all to setup a proxy pointing at some server for all artifacts. > > What I need is a way to install/configure a tiny proxy which can follow > some simple rules (aka something like DSMP) and have it run > automatically *inside* of the Maven JVM w/o the user having to worry > about it at all (ie. they still run `mvn install` and it works just the > same).
How about packaging up a preconfigured DSMP proxy which every developer has to install on their machines? That would solve most of your problems *now*. When this works, you can have a look at the download code of Maven. I figure all you need is the URL rewriting code of DSMP (which is pretty simple). Plus open a JIRA which allows to put <proxy> and <local-repository> in a <profile> or a parent pom. Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://www.pdark.de/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]