RE: Proxy settings

2006-12-05 Thread Aaron . Digulla
> You can use * as mirror id to mactch all servers since maven 2.0.5 > (not yet released) or Maestro 1.1 that you can get from > http://www.mergere.com/ 1. How can I get maven 2.0.5? Or maven 2.1? Should I checkout from Subversion or is there a download? 2. Which proxy supports this? In Archiva,

Re: Antwort: RE: Antwort: RE: Proxy settings

2006-12-05 Thread Carlos Sanchez
On 12/4/06, Mohni, Daniel <[EMAIL PROTECTED]> wrote: > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > My position is that the POMs which come from the main sites > can (and will) > contain anything (even illegal XML, broken checksums, etc). > The proxy has > to

RE: Proxy settings

2006-12-05 Thread Mohni, Daniel
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 05, 2006 9:43 AM > To: archiva-users@maven.apache.org > Subject: Antwort: RE: Antwort: RE: Antwort: RE: Proxy settings > > "Mohni, Daniel" <[EMAIL PROTE

RE: Proxy settings

2006-12-04 Thread Aaron . Digulla
"Sam Wilson" <[EMAIL PROTECTED]> schrieb am 04.12.2006 16:27:59: > At the very least, snapshot and release repositories should be properly > labeled as such if they are going to be included. No matter how hard you wish, there will always be a broken POM out there and there should be a reliable,

Antwort: RE: Antwort: RE: Proxy settings

2006-12-04 Thread Aaron . Digulla
"Mohni, Daniel" <[EMAIL PROTECTED]> schrieb am 04.12.2006 15:15:13: > A released plugin should not have a repository entry in his pom.xml !!! > that's my opinion, but maybe it's wrong... My position is that the POMs which come from the main sites can (and will) contain anything (even illegal X

RE: Antwort: RE: Proxy settings

2006-12-04 Thread Sam Wilson
04, 2006 9:15 AM To: archiva-users@maven.apache.org Subject: RE: Antwort: RE: Proxy settings Hello again all I can say about this is that a lot of the current maven2 plugins are still in development and not in release state. this is also why they have this snapshot repositories in their pom

RE: Antwort: RE: Proxy settings

2006-12-04 Thread Mohni, Daniel
ilto:[EMAIL PROTECTED] > Sent: Monday, December 04, 2006 2:51 PM > To: archiva-users@maven.apache.org > Subject: Antwort: RE: Proxy settings > > Hi Daniel, > > What do I do if POM.xml of a plugin says this: > > > > apache-snapshots > Sna

Antwort: RE: Proxy settings

2006-12-04 Thread Aaron . Digulla
Hi Daniel, What do I do if POM.xml of a plugin says this: apache-snapshots Snapshot repository http://people.apache.org/maven-snapshot-repository/ but the plugin cannot be found in this repository? Like in the JSP compiler maven plugin from codehaus. My prob

RE: Proxy settings

2006-12-04 Thread Mohni, Daniel
Hello Aaron this can be done setting the mirror in settings.xml proxy.central central Internal Mirror of central. http://archiva/proxy/maven_release -> if you use proxy in the url then archiva will try to download missing artefacts from the proxied r

Re: Proxy settings

2006-05-04 Thread Wayne Fay
I agree with you Alexandre. Sounds like a good JIRA Enhancement request for 2.1. Wayne On 5/4/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: You can't change the proxy settings using a profile. I think they forgot about laptop. On 5/4/06, Henry S. Isidro <[EMAIL PROTECTED]> wrote: > On Tuesd

Re: Proxy settings

2006-05-04 Thread Alexandre Poitras
You can't change the proxy settings using a profile. I think they forgot about laptop. On 5/4/06, Henry S. Isidro <[EMAIL PROTECTED]> wrote: On Tuesday 02 May 2006 9:47 am, Alexandre Poitras wrote: > Hi, > > I was wondering how laptops users were dealing with proxy settings in > Maven 2. For my

Re: Proxy settings

2006-05-04 Thread Henry S. Isidro
On Tuesday 02 May 2006 9:47 am, Alexandre Poitras wrote: > Hi, > > I was wondering how laptops users were dealing with proxy settings in > Maven 2. For my part, since profiles can't enable/disable proxy, I > disable it manually whenever I work at home. It's a little bit > annoying and so I was wond

Re: Proxy settings question

2006-02-22 Thread Yann Le Du
Open your proxy.pac . It goes through some rules - probably depending on IPs - and eventually returns the proxy host and port, e.g. ' return "PROXY 20.140.15.83:3128"; ' --> host = 20.140.15.83 ; port = 3128 - Yann 2006/2/22, Dave Hoffer <[EMAIL PROTECTED]>: > > I understand that if I need to ru

Re: Proxy settings question

2006-02-22 Thread Emmanuel Venisse
.pac files aren't supported yet. You must download and edit your .pac file. Your proxy host/port is defined in it. Emmanuel Dave Hoffer a écrit : I understand that if I need to run maven2 from behind a proxy I need to configure the following section in my settings.xml file: true

Re: Proxy settings and different remote repos

2005-04-11 Thread Brett Porter
Unfortunately no. Maven 1.1 does accept proxy exclusions, but not 1.0.2. You can see if httpclient will pick them up via the standard java system property: -Dproxy.nonProxyHosts=*.mycompany.com Another alternative is to set up maven-proxy on your company repo - all your clients can connect to tha