what you want is to override maven.repo.local to somewhere else. Where to put this property?
http://maven.apache.org/reference/properties.html -D On 8/18/05, Andy Glick <[EMAIL PROTECTED]> wrote: > At 08:57 AM 8/18/2005, you wrote: > >Hello! > >Is it possible to change the local repository of Maven? It's C:\Documents > >anb settings\login\.maven and I would llike to change it. > > > >Aurélie > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > Aurelie, > > The location of the repository is tied to the value of the system property > "user.dir". You ought to be able to set that via MAVEN_OPTS. The syntax is > -Duser.dir=<desired location>. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
