Re: Re: Repository specifying

2006-03-05 Thread Miguel Griffa
m.xml. Is it possible? > > -Original Message- > From: Miguel Griffa [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 05, 2006 10:09 AM > To: Maven Users List > Subject: Re: Re: Repository specifying > > > yes, change the location of your local repository in se

RE: Re: Repository specifying

2006-03-05 Thread Artamonov, Juri
ent: Sunday, March 05, 2006 10:09 AM To: Maven Users List Subject: Re: Re: Repository specifying yes, change the location of your local repository in settings.xml On 3/4/06, Artamonov, Juri <[EMAIL PROTECTED]> wrote: > > >but all resources go to your local repository: home/.m2 unl

Re: Re: Repository specifying

2006-03-05 Thread Miguel Griffa
21 PM > To: users@maven.apache.org > Subject: Re: Repository specifying > > > Artamonov, Juri fusionone.com> writes: > > > > > Hi All, > > > > Could you please tell how correctly specify maven in project's pom to > > download and use for the

RE: Re: Repository specifying

2006-03-04 Thread Artamonov, Juri
nal Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Sergio Carabetta Sent: Friday, March 03, 2006 7:21 PM To: users@maven.apache.org Subject: Re: Repository specifying Artamonov, Juri fusionone.com> writes: > > Hi All, > > Could you please tell how correctly specify

Re: Repository specifying

2006-03-03 Thread Sergio Carabetta
Artamonov, Juri fusionone.com> writes: > > Hi All, > > Could you please tell how correctly specify maven in project's pom to > download and use for the build plugins from my repository. > > I tried to specify in pom.xml to download only to folder were pom file > is exists > > > >

Re: Repository specifying

2006-03-03 Thread Piéroni Raphaël
Hello, What you want to set is the location of your local repository. It is set using the element of your settings.xml Your setting.xml is located in ~/.m2/settings.xml (by default) For an example of this kind of file, please check in your installation of maven2 ther is one sample file. I hope