Re: [DISCUSS] Project local setting.xml

2011-08-26 Thread jpyeron
Paul Gier wrote: I'd like to discuss the possibility of Maven automatically looking for a project specific settings.xml file [1]. The main use case for this is to eliminate, or at least reduce, the need to add repositories to the poms. A setting.xml file could simply be added into scm

Re: [DISCUSS] Project local setting.xml

2011-08-26 Thread Ansgar Konermann
Am 01.08.2011 22:09, schrieb Benson Margulies: I have several alternative design ideas. 0) If you religiously use a repository manager and mirrorOf *, you can prevent this rogues from bothering you. Hi, we do this and still have the need to use a settings.xml, for two reasons: - at work,

[DISCUSS] Project local setting.xml

2011-08-01 Thread Paul Gier
I'd like to discuss the possibility of Maven automatically looking for a project specific settings.xml file [1]. The main use case for this is to eliminate, or at least reduce, the need to add repositories to the poms. A setting.xml file could simply be added into scm into the root directory of

Re: [DISCUSS] Project local setting.xml

2011-08-01 Thread Milos Kleint
hasn't that been the purpose of profiles.xml files back in 2.x before it was removed for 3.x? Milos On Mon, Aug 1, 2011 at 9:00 PM, Paul Gier pg...@redhat.com wrote: I'd like to discuss the possibility of Maven automatically looking for a project specific settings.xml file [1].  The main use

Re: [DISCUSS] Project local setting.xml

2011-08-01 Thread Julien HENRY
Objet : Re: [DISCUSS] Project local setting.xml hasn't that been the purpose of profiles.xml files back in 2.x before it was removed for 3.x? Milos On Mon, Aug 1, 2011 at 9:00 PM, Paul Gier pg...@redhat.com wrote: I'd like to discuss the possibility of Maven automatically looking

Re: [DISCUSS] Project local setting.xml

2011-08-01 Thread Paul Gier
next to your pom.xml? In this case just add the repos in the root pom. ++ Julien - Mail original - De : Milos Kleint mkle...@gmail.com À : Maven Developers List dev@maven.apache.org Cc : Envoyé le : Lundi 1 Août 2011 21h02 Objet : Re: [DISCUSS] Project local setting.xml

Re: [DISCUSS] Project local setting.xml

2011-08-01 Thread John Casey
. ++ Julien - Mail original - De : Milos Kleintmkle...@gmail.com À : Maven Developers Listdev@maven.apache.org Cc : Envoyé le : Lundi 1 Août 2011 21h02 Objet : Re: [DISCUSS] Project local setting.xml hasn't that been the purpose of profiles.xml files back in 2.x before it was removed for 3

Re: [DISCUSS] Project local setting.xml

2011-08-01 Thread Benson Margulies
? In this case just add the repos in the root pom. ++ Julien - Mail original - De : Milos Kleint mkle...@gmail.com À : Maven Developers List dev@maven.apache.org Cc : Envoyé le : Lundi 1 Août 2011 21h02 Objet : Re: [DISCUSS] Project local setting.xml hasn't that been the purpose

Re: [DISCUSS] Project local setting.xml

2011-08-01 Thread Paul Gier
: Maven Developers List dev@maven.apache.org Cc : Envoyé le : Lundi 1 Août 2011 21h02 Objet : Re: [DISCUSS] Project local setting.xml hasn't that been the purpose of profiles.xml files back in 2.x before it was removed for 3.x? Milos On Mon, Aug 1, 2011 at 9:00 PM, Paul Gier pg...@redhat.com

RE: [DISCUSS] Project local setting.xml

2011-08-01 Thread Robert Scholte
/browse/MNG-4060 Date: Mon, 1 Aug 2011 15:27:34 -0500 From: pg...@redhat.com To: dev@maven.apache.org Subject: Re: [DISCUSS] Project local setting.xml On 08/01/2011 03:09 PM, Benson Margulies wrote: I have several alternative design ideas. 0) If you religiously use a repository manager