On 11/25/05, Dominik Roblek <[EMAIL PROTECTED]> wrote:
>
> Is it possible to override default location of local repository in Maven 2?
>
> In Maven 1.x it was possible using MAVEN_LOCAL environment variable
> however it is not the case in Maven 2.

It goes in  ~/.m2/settings.xml, for example:

  <settings>
    <localRepository>C:\\java\\m2-repository</localRepository>
  </settings>

I think this is the model...
http://maven.apache.org/maven-settings/settings.html

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to