Re: A problem with mirrors

2011-07-09 Thread Mark Struberg
tiple projects. Someone will work without the mirror and you will not get all the artifacts being used / trash maven.central. There is no free lunch indeed ;) LieGrue, strub --- On Fri, 7/8/11, Benson Margulies wrote: > From: Benson Margulies > Subject: Re: A problem with mirrors > To

Re: A problem with mirrors

2011-07-08 Thread Benson Margulies
so all my artifacts > will be resolved by it. > > LieGrue, > strub > > --- On Fri, 7/8/11, Benson Margulies wrote: > >> From: Benson Margulies >> Subject: Re: A problem with mirrors >> To: "Maven Developers List" >> Date: Friday, July

Re: A problem with mirrors

2011-07-08 Thread Mark Struberg
rchiva/Nexus has maven.central proxied anyway, so all my artifacts will be resolved by it. LieGrue, strub --- On Fri, 7/8/11, Benson Margulies wrote: > From: Benson Margulies > Subject: Re: A problem with mirrors > To: "Maven Developers List" > Date: Friday, July 8, 2011, 9:

Re: A problem with mirrors

2011-07-08 Thread Benson Margulies
code in your pom - no ugly touching the global > settings.xml anymore. > > LieGrue, > strub > > > [1] > http://svn.apache.org/repos/asf/maven/maven-3/trunk/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml > --- On Fri, 7/8/11, Brian Fo

Re: A problem with mirrors

2011-07-08 Thread Mark Struberg
r pom - no ugly touching the global settings.xml anymore. LieGrue, strub [1] http://svn.apache.org/repos/asf/maven/maven-3/trunk/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml --- On Fri, 7/8/11, Brian Fox wrote: > From: Brian Fox > Subject: Re: A problem with

Re: A problem with mirrors

2011-07-08 Thread Benson Margulies
I think I wrote it up reasonably well in https://issues.sonatype.org/browse/AETHER-110. When I first deployed nexus, I set things up with * and !'s to exempt the local nexus repos. Then I added one more repo to nexus, and confusion set in, because it wasn't listed in the ! list. Using external: do

Re: A problem with mirrors

2011-07-08 Thread Brian Fox
What about the * bit you? Does the external:* fix it for you? On Wed, Jul 6, 2011 at 10:21 PM, Benson Margulies wrote: > This doc works: > > http://maven.apache.org/guides/mini/guide-mirror-settings.html > > FWIW. > > On Wed, Jul 6, 2011 at 10:18 PM, Barrie Treloar wrote: >> On Thu, Jul 7, 2011

Re: A problem with mirrors

2011-07-06 Thread Benson Margulies
This doc works: http://maven.apache.org/guides/mini/guide-mirror-settings.html FWIW. On Wed, Jul 6, 2011 at 10:18 PM, Barrie Treloar wrote: > On Thu, Jul 7, 2011 at 11:32 AM, Benson Margulies > wrote: >> In our corporate global settings file, we have: >> >>   >>      Nexus >>      Nexus Mirro

Re: A problem with mirrors

2011-07-06 Thread Barrie Treloar
On Thu, Jul 7, 2011 at 11:32 AM, Benson Margulies wrote: > In our corporate global settings file, we have: > >   >      Nexus >      Nexus Mirror >      http://maven.basistech.net/nexus/content/groups/public >      *,!apache.org,!sonar,!apache.snapshots >     > > That * turns out to be a very bad

A problem with mirrors

2011-07-06 Thread Benson Margulies
In our corporate global settings file, we have: Nexus Nexus Mirror http://maven.basistech.net/nexus/content/groups/public *,!apache.org,!sonar,!apache.snapshots That * turns out to be a very bad idea, and I'd like some advice in fixing maven to make it a less bad id