Re: Ignoring distributionmanagement repositories and use only the settings.xml repository list to upload artifacts

2010-05-06 Thread Jemos Infra
eine Haftung fuer den Inhalt uebernehmen. > > > > > > > > > > > > > > > Date: Fri, 7 May 2010 05:00:38 +0530 > > > Subject: Re: Ignoring distributionmanagement repositories and use only > > thesettings.xml repository list to upload artifac

Re: Ignoring distributionmanagement repositories and use only the settings.xml repository list to upload artifacts

2010-05-06 Thread Lahiru Gunathilake
10 05:00:38 +0530 > > Subject: Re: Ignoring distributionmanagement repositories and use only > thesettings.xml repository list to upload artifacts > > From: glah...@gmail.com > > To: users@maven.apache.org > > > > Hi Ron, > > > > In my case I have so

RE: Ignoring distributionmanagement repositories and use only the settings.xml repository list to upload artifacts

2010-05-06 Thread Martin Gainty
Inhalt uebernehmen. > Date: Fri, 7 May 2010 05:00:38 +0530 > Subject: Re: Ignoring distributionmanagement repositories and use only the > settings.xml repository list to upload artifacts > From: glah...@gmail.com > To: users@maven.apache.org > > Hi Ron, > > In my

Re: Ignoring distributionmanagement repositories and use only the settings.xml repository list to upload artifacts

2010-05-06 Thread Jemos Infra
You can create a super-parent POM, which defines only the distribution repositories. This is very unlikely to change therefore having all your projects to extend this one should be relatively safe. M. On Fri, 2010-05-07 at 05:00 +0530, Lahiru Gunathilake wrote: > Hi Ron, > > In my case I have s

Re: Ignoring distributionmanagement repositories and use only the settings.xml repository list to upload artifacts

2010-05-06 Thread Lahiru Gunathilake
Hi Ron, In my case I have so many modules which are having so many parent poms :( Lahiru On Wed, May 5, 2010 at 5:24 PM, Ron Wheeler wrote: > On 05/05/2010 1:36 AM, Lahiru Gunathilake wrote: > >> Hi all, >> >> I have tons of pom files in my project and each file is having its own >> maven >> re

Re: Ignoring distributionmanagement repositories and use only the settings.xml repository list to upload artifacts

2010-05-05 Thread Ron Wheeler
On 05/05/2010 1:36 AM, Lahiru Gunathilake wrote: Hi all, I have tons of pom files in my project and each file is having its own maven repository listed in their distributionmanagement elements, so I want to use a single repo to do the mvn deploy and point my repository using settings.xml file.

Ignoring distributionmanagement repositories and use only the settings.xml repository list to upload artifacts

2010-05-04 Thread Lahiru Gunathilake
Hi all, I have tons of pom files in my project and each file is having its own maven repository listed in their distributionmanagement elements, so I want to use a single repo to do the mvn deploy and point my repository using settings.xml file. I like to know whether this is possible with maven