Re: Telling mvn to look for .m2 somewhere other than user home directory

2009-05-26 Thread Jane Young
Are you looking for a different location for maven repository? Try -Dmaven.repo.local= Rodrigo de Salvo Braz wrote: Hi, I am trying to tell mvn via command line not to use my OS user home directory for settings (that is, to store the directory .m2 somewhere else). I tried adding -Denvironme

Re: Telling mvn to look for .m2 somewhere other than user home directory

2009-05-26 Thread Ed Hillmann
] > Sent: Tuesday, May 26, 2009 3:07 PM > To: users@maven.apache.org > Subject: Telling mvn to look for .m2 somewhere other than user home directory > > Hi, > > I am trying to tell mvn via command line not to use my OS user home > directory for settings (that is, to store the

RE: Telling mvn to look for .m2 somewhere other than user home directory

2009-05-26 Thread Dang H. Nguyen
To: users@maven.apache.org Subject: Telling mvn to look for .m2 somewhere other than user home directory Hi, I am trying to tell mvn via command line not to use my OS user home directory for settings (that is, to store the directory .m2 somewhere else). I tried adding -Denvironment.home=. Othe

Telling mvn to look for .m2 somewhere other than user home directory

2009-05-26 Thread Rodrigo de Salvo Braz
Hi, I am trying to tell mvn via command line not to use my OS user home directory for settings (that is, to store the directory .m2 somewhere else). I tried adding -Denvironment.home=. Other things I tried were -Denv.home and setting the environment variables user_home. None of those worked.