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
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
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
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
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
>
>
>
>
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