HI Thomas,

thomas2004 wrote:
> Hi all,
> 
> Sofar I know, If I run maven command, maven will first look
> up the local
> repository and then the remote repository. I know also, the
> default local
> repository is "${user.home}/.maven". How can I change this to another
> directory, assumed to "c:\projects\mvexe" ?
> 
> Besides, my project called "MyProject" is locates under
> "c:\projects\", i.g.:
> c:
>   \projects
>     \mvexe
>     \MyProject

Add a build.properties file to your user.home containing th line:

maven.repo.local=<wherever you want>

- Jörg

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

Reply via email to